summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--custom/redo-wrapper.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/redo-wrapper.nix b/custom/redo-wrapper.nix
index 59e96323..5b446636 100644
--- a/custom/redo-wrapper.nix
+++ b/custom/redo-wrapper.nix
@@ -3,7 +3,7 @@
3let 3let
4 #redo = haskellPackages.callPackage ./redo.nix {}; 4 #redo = haskellPackages.callPackage ./redo.nix {};
5 redo = stdenv.lib.overrideDerivation (haskellngPackages.redo) (attrs: { 5 redo = stdenv.lib.overrideDerivation (haskellngPackages.redo) (attrs: {
6 patches = attrs ++ [./redo.patch]; 6 patches = attrs.patches ++ [./redo.patch];
7 }); 7 });
8in stdenv.mkDerivation { 8in stdenv.mkDerivation {
9 name = "redo-wrapper"; 9 name = "redo-wrapper";