mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
parent
3de6e5be50
commit
ed01e0ca4f
|
@ -17,7 +17,7 @@ let
|
|||
};
|
||||
|
||||
patches =
|
||||
args.patches
|
||||
(args.patches or [])
|
||||
++ optional (versionOlder version "1.1.0") ./use-etc-ssl-certs.patch
|
||||
++ optional stdenv.isCygwin ./1.0.1-cygwin64.patch
|
||||
++ optional
|
||||
|
|
Loading…
Reference in a new issue