blob: d1b80dcf3e224f80d8019257b867a8a5b64e1945 (
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
25
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, filepath, hinotify, jack, optparseApplicative
, transformers, explicitException, process
, fetchgit
}:
cabal.mkDerivation (self: {
pname = "trivmix";
version = "1.1.0";
src = fetchgit {
url = git://git.yggdrasil.li/trivmix;
rev = "83838ea952146a742b2cf5e97b287d9cbeef8c61";
sha256 = "2d1d459c5688947d537badf6876ac2c9c67372f21bb9ee1604b0e52bb5417ccf";
};
isLibrary = false;
isExecutable = true;
buildDepends = [
filepath hinotify jack optparseApplicative transformers explicitException process
];
meta = {
license = self.stdenv.lib.licenses.publicDomain;
platforms = self.ghc.meta.platforms;
};
})
|