summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--overlays/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/overlays/default.nix b/overlays/default.nix
index 438d924..e7892dc 100644
--- a/overlays/default.nix
+++ b/overlays/default.nix
@@ -43,7 +43,7 @@
sha256 = "COcWyrYkheRaSr2gqreRRsz9SYRTX2PSl7km+g98ljs=";
};
# Have to discard old patches as the no longer apply cleanly.
- patches = [./noweb-no-unnecessary-cflags.patch];
+ patches = (old.patches or []) ++ [./noweb-no-unnecessary-cflags.patch];
});
};
}