cabal2nix-2.9.3: test/golden-test-cases/Hclip.nix.golden
{ mkDerivation, base, mtl, process, stdenv, strict }:
mkDerivation {
pname = "Hclip";
version = "3.0.0.4";
sha256 = "deadbeef";
libraryHaskellDepends = [ base mtl process strict ];
homepage = "https://github.com/jetho/Hclip";
description = "A small cross-platform library for reading and modifying the system clipboard";
license = stdenv.lib.licenses.bsd3;
}