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