blob: aefc09e521639e1297e10e34bbaa8084009cffbd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, filepath, hinotify, jack, optparseApplicative
, transformers
}:
cabal.mkDerivation (self: {
pname = "trivmix";
version = "0.0.0";
src = fetchgit {
url = git://git.yggdrasil.li/trivmix;
rev = "bd7874ef606ae78bb8b626bd01906481feb784d6";
sha256 = "284f2b38daf7685ad9d92f39872cdf78c870b1997a8d8ac027fd75d187a505ea";
};
isLibrary = false;
isExecutable = true;
buildDepends = [
filepath hinotify jack optparseApplicative transformers
];
meta = {
license = self.stdenv.lib.licenses.publicDomain;
platforms = self.ghc.meta.platforms;
};
})
|