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