about summary refs log tree commit diff
path: root/pkgs/development/libraries/gettext
diff options
context:
space:
mode:
authorKirill Elagin <kirelagin@gmail.com>2020-01-31 15:49:26 -0500
committerKirill Elagin <kirelagin@gmail.com>2020-01-31 15:49:26 -0500
commitc0d1f26d42b4cb3f19d30ef48937b00117446e7f (patch)
tree06976ba1241c1d152fee8369ea8e1395644cbed3 /pkgs/development/libraries/gettext
parentd9e4fc31ea7728b39c1ff2f2963e4f3df716b6b7 (diff)
gettext: Remove the rebuild optimisation hack
Diffstat (limited to 'pkgs/development/libraries/gettext')
-rw-r--r--pkgs/development/libraries/gettext/default.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/pkgs/development/libraries/gettext/default.nix b/pkgs/development/libraries/gettext/default.nix
index 50f56ec442d5d..c28afa174181f 100644
--- a/pkgs/development/libraries/gettext/default.nix
+++ b/pkgs/development/libraries/gettext/default.nix
@@ -12,10 +12,7 @@ stdenv.mkDerivation rec {
     ./absolute-paths.diff
     ./gettext.git-2336451ed68d91ff4b5ae1acbc1eca30e47a86a9.patch
   ]
-  # HACK: Since this is merely a UX fix, to minimise rebuilds only patch
-  #       the final library.
-  #       Remove the entire thing when updating to the next release.
-  ++ lib.optional (stdenv.isDarwin && !(lib.hasPrefix "bootstrap" stdenv.name))
+  ++ lib.optional stdenv.isDarwin
       (fetchpatch {
         url = "https://git.savannah.gnu.org/cgit/gettext.git/patch?id=ec0e6b307456ceab352669ae6bccca9702108753";
         sha256 = "0xqs01c7xl7vmw6bqvsmrzxxjxk2a4spcdpmlwm3b4hi2wc2lxnf";