gettext: drop darwin patch

This commit is contained in:
zowoq 2020-08-09 17:05:20 +10:00 committed by Frederik Rietdijk
parent 6a201763b4
commit 19699d691c

View file

@ -1,4 +1,4 @@
{ stdenv, lib, fetchurl, libiconv, xz, fetchpatch }:
{ stdenv, lib, fetchurl, libiconv, xz }:
# Note: this package is used for bootstrapping fetchurl, and thus
# cannot use fetchpatch! All mutable patches (generated by GitHub or
@ -15,12 +15,7 @@ stdenv.mkDerivation rec {
};
patches = [
./absolute-paths.diff
]
++ lib.optional stdenv.isDarwin
(fetchpatch {
url = "https://git.savannah.gnu.org/cgit/gettext.git/patch?id=ec0e6b307456ceab352669ae6bccca9702108753";
sha256 = "0xqs01c7xl7vmw6bqvsmrzxxjxk2a4spcdpmlwm3b4hi2wc2lxnf";
});
];
outputs = [ "out" "man" "doc" "info" ];