From 7d963a85f3e7e0a111d9bc50b7447356c955d28d Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 16 Jul 2015 11:04:48 +0200 Subject: redo --- custom/redo.nix | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 custom/redo.nix (limited to 'custom/redo.nix') diff --git a/custom/redo.nix b/custom/redo.nix new file mode 100644 index 00000000..9d679e55 --- /dev/null +++ b/custom/redo.nix @@ -0,0 +1,18 @@ +# This file was auto-generated by cabal2nix. Please do NOT edit manually! + +{ cabal, filepath, pureMD5 }: + +cabal.mkDerivation (self: { + pname = "redo"; + version = "0.2.0"; + sha256 = "18951sri8wix8aazd8hy8g2gzcpxw2x1ihzmn2prlf10zy1jcy4d"; + isLibrary = false; + isExecutable = true; + buildDepends = [ filepath pureMD5 ]; + meta = { + homepage = "https://github.com/jekor/redo"; + description = "software build system, make replacement, implementation of djb's redo"; + license = self.stdenv.lib.licenses.publicDomain; + platforms = self.ghc.meta.platforms; + }; +}) -- cgit v1.2.3 From 0c7281ee4a7858b8288cd6c3d60da8b40cb2e698 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 16 Jul 2015 11:54:00 +0200 Subject: Wrapper around redo for $PATH reasons --- custom/redo.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'custom/redo.nix') diff --git a/custom/redo.nix b/custom/redo.nix index 9d679e55..b5255f98 100644 --- a/custom/redo.nix +++ b/custom/redo.nix @@ -9,6 +9,7 @@ cabal.mkDerivation (self: { isLibrary = false; isExecutable = true; buildDepends = [ filepath pureMD5 ]; + patches = [ ./redo.patch ]; meta = { homepage = "https://github.com/jekor/redo"; description = "software build system, make replacement, implementation of djb's redo"; -- cgit v1.2.3