From ff9c4d58902d87ffbe6b421a3001b9e7e1566147 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 7 Jun 2015 22:50:28 +0200 Subject: Now copying contents from submodules due to nix --- custom/trivmix.nix | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) mode change 120000 => 100644 custom/trivmix.nix (limited to 'custom/trivmix.nix') diff --git a/custom/trivmix.nix b/custom/trivmix.nix deleted file mode 120000 index c968101a..00000000 --- a/custom/trivmix.nix +++ /dev/null @@ -1 +0,0 @@ -../trivmix/trivmix.nix \ No newline at end of file diff --git a/custom/trivmix.nix b/custom/trivmix.nix new file mode 100644 index 00000000..d1b80dcf --- /dev/null +++ b/custom/trivmix.nix @@ -0,0 +1,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; + }; +}) -- cgit v1.2.3