From 6a08bcf1d5a58a528b1b9a00c99ed7a49fc2fbef Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Tue, 20 Dec 2022 01:32:07 +0100 Subject: [PATCH] haskell-modules/configuration-common.nix: Bring fetchpatch2 into scope --- pkgs/development/haskell-modules/configuration-common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 8267a47ff7e9..f3347f681e45 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -12,7 +12,7 @@ { pkgs, haskellLib }: let - inherit (pkgs) fetchpatch lib; + inherit (pkgs) fetchpatch fetchpatch2 lib; inherit (lib) throwIfNot versionOlder; in