aboutsummaryrefslogtreecommitdiffstats
path: root/pkgs/by-name/fi/fish-patched/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/fi/fish-patched/package.nix')
-rw-r--r--pkgs/by-name/fi/fish-patched/package.nix9
1 files changed, 5 insertions, 4 deletions
diff --git a/pkgs/by-name/fi/fish-patched/package.nix b/pkgs/by-name/fi/fish-patched/package.nix
index 9ea39968..9d4bac75 100644
--- a/pkgs/by-name/fi/fish-patched/package.nix
+++ b/pkgs/by-name/fi/fish-patched/package.nix
@@ -29,8 +29,9 @@ in
patches =
(prev.patches or [])
- ++ [
- ./0001-feat-history-Add-turtle-as-history-backend.patch
- ./0002-history-turtle-Fix-id-misuse-and-history-return-orde.patch
- ];
+ ++ (
+ builtins.map (name: ./patches + "/${name}")
+ (builtins.attrNames
+ (builtins.readDir ./patches))
+ );
})