From 76a0579933da3ed3ea6a39731a8c50e592c3d7e4 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 13 Jun 2015 15:42:24 +0200 Subject: Changed back to symbolic links --- custom/trivmix.nix | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) mode change 100644 => 120000 custom/trivmix.nix (limited to 'custom/trivmix.nix') diff --git a/custom/trivmix.nix b/custom/trivmix.nix deleted file mode 100644 index a5ccb9bf..00000000 --- a/custom/trivmix.nix +++ /dev/null @@ -1,26 +0,0 @@ -# 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.3.0"; - src = fetchgit { - url = git://git.yggdrasil.li/trivmix; - rev = "d5189cba07f63c3d2f8c575a31c1734f7c9aeed6"; - sha256 = "88b215dc2d24b875359835b5a75acdd1d6172ad4d4e3fad9ce4cdc3ffec51ba3"; - }; - 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; - }; -}) diff --git a/custom/trivmix.nix b/custom/trivmix.nix new file mode 120000 index 00000000..c968101a --- /dev/null +++ b/custom/trivmix.nix @@ -0,0 +1 @@ +../trivmix/trivmix.nix \ No newline at end of file -- cgit v1.2.3