summaryrefslogtreecommitdiff
path: root/custom/redo.nix
diff options
context:
space:
mode:
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";