From 642ebf61e89b545999ecd50ca1c173b2237d6b59 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Thu, 3 Oct 2024 15:38:26 +0200 Subject: fix: Don't ignore upstream patches to noweb --- overlays/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; }); }; } -- cgit v1.2.3