haskell-modules/configuration-common.nix: Bring fetchpatch2 into scope
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
{ pkgs, haskellLib }:
|
||||
|
||||
let
|
||||
inherit (pkgs) fetchpatch lib;
|
||||
inherit (pkgs) fetchpatch fetchpatch2 lib;
|
||||
inherit (lib) throwIfNot versionOlder;
|
||||
in
|
||||
|
||||
|
||||
Reference in New Issue
Block a user