diff options
Diffstat (limited to 'customized')
| -rw-r--r-- | customized/trivmix.nix | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/customized/trivmix.nix b/customized/trivmix.nix deleted file mode 100644 index a39cf1b0..00000000 --- a/customized/trivmix.nix +++ /dev/null | |||
| @@ -1,25 +0,0 @@ | |||
| 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.0.0"; | ||
| 11 | src = fetchgit { | ||
| 12 | url = git://git.yggdrasil.li/trivmix; | ||
| 13 | rev = "c51b5c819872b32c354ac7e48261f84ff6a07161"; | ||
| 14 | sha256 = "f18bc1b6a4af3ca3106db790c3960de41266aadc28acee42af0104a2bba9a122"; | ||
| 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 | }) | ||
