diff options
Diffstat (limited to 'custom/trivmix.nix')
l---------[-rw-r--r--] | custom/trivmix.nix | 27 |
1 files changed, 1 insertions, 26 deletions
diff --git a/custom/trivmix.nix b/custom/trivmix.nix index a5ccb9bf..c968101a 100644..120000 --- a/custom/trivmix.nix +++ b/custom/trivmix.nix | |||
@@ -1,26 +1 @@ | |||
1 | # This file was auto-generated by cabal2nix. Please do NOT edit manually! | ../trivmix/trivmix.nix \ No newline at end of file | |
2 | |||
3 | { cabal, filepath, hinotify, jack, optparseApplicative | ||
4 | , transformers, explicitException, process, caseInsensitive | ||
5 | , fetchgit | ||
6 | }: | ||
7 | |||
8 | cabal.mkDerivation (self: { | ||
9 | pname = "trivmix"; | ||
10 | version = "2.3.0"; | ||
11 | src = fetchgit { | ||
12 | url = git://git.yggdrasil.li/trivmix; | ||
13 | rev = "d5189cba07f63c3d2f8c575a31c1734f7c9aeed6"; | ||
14 | sha256 = "88b215dc2d24b875359835b5a75acdd1d6172ad4d4e3fad9ce4cdc3ffec51ba3"; | ||
15 | }; | ||
16 | isLibrary = false; | ||
17 | isExecutable = true; | ||
18 | buildDepends = [ | ||
19 | filepath hinotify jack optparseApplicative transformers explicitException process | ||
20 | caseInsensitive | ||
21 | ]; | ||
22 | meta = { | ||
23 | license = self.stdenv.lib.licenses.publicDomain; | ||
24 | platforms = self.ghc.meta.platforms; | ||
25 | }; | ||
26 | }) | ||