summaryrefslogtreecommitdiff
path: root/custom/redo.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-07-16 11:54:00 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2015-07-16 11:54:00 +0200
commit0c7281ee4a7858b8288cd6c3d60da8b40cb2e698 (patch)
treebaa8f914f99425cc8807efa46a503289db5e6d40 /custom/redo.nix
parentda267a7cf4459ce35901c83e3423fff7767244a0 (diff)
downloadnixos-0c7281ee4a7858b8288cd6c3d60da8b40cb2e698.tar
nixos-0c7281ee4a7858b8288cd6c3d60da8b40cb2e698.tar.gz
nixos-0c7281ee4a7858b8288cd6c3d60da8b40cb2e698.tar.bz2
nixos-0c7281ee4a7858b8288cd6c3d60da8b40cb2e698.tar.xz
nixos-0c7281ee4a7858b8288cd6c3d60da8b40cb2e698.zip
Wrapper around redo for $PATH reasons
Diffstat (limited to 'custom/redo.nix')
-rw-r--r--custom/redo.nix1
1 files changed, 1 insertions, 0 deletions
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: {
9 isLibrary = false; 9 isLibrary = false;
10 isExecutable = true; 10 isExecutable = true;
11 buildDepends = [ filepath pureMD5 ]; 11 buildDepends = [ filepath pureMD5 ];
12 patches = [ ./redo.patch ];
12 meta = { 13 meta = {
13 homepage = "https://github.com/jekor/redo"; 14 homepage = "https://github.com/jekor/redo";
14 description = "software build system, make replacement, implementation of djb's redo"; 15 description = "software build system, make replacement, implementation of djb's redo";