summary refs log tree commit diff
path: root/pkgs/top-level/aliases.nix
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2018-03-14 18:39:31 -0500
committerMatthew Bauer <mjbauer95@gmail.com>2018-03-22 16:50:15 -0500
commitfacd1707909a7868a67677c794df01266bd22f0e (patch)
tree34d1893242a179851c31356a666fd4df76dc4767 /pkgs/top-level/aliases.nix
parent7ab562c7d2402812c094065f02dd231ffdd02986 (diff)
downloadnixpkgs-facd1707909a7868a67677c794df01266bd22f0e.tar
nixpkgs-facd1707909a7868a67677c794df01266bd22f0e.tar.gz
nixpkgs-facd1707909a7868a67677c794df01266bd22f0e.tar.bz2
nixpkgs-facd1707909a7868a67677c794df01266bd22f0e.tar.lz
nixpkgs-facd1707909a7868a67677c794df01266bd22f0e.tar.xz
nixpkgs-facd1707909a7868a67677c794df01266bd22f0e.tar.zst
nixpkgs-facd1707909a7868a67677c794df01266bd22f0e.zip
aliases: properly deprecate libintlOrEmpty
Diffstat (limited to 'pkgs/top-level/aliases.nix')
-rw-r--r--pkgs/top-level/aliases.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix
index 4e91dee6a40..48bad91d2fe 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -120,6 +120,7 @@ mapAliases (rec {
   libgnome_keyring = libgnome-keyring; # added 2018-02-25
   libgnome_keyring3 = libgnome-keyring3; # added 2018-02-25
   libgumbo = gumbo; # added 2018-01-21
+  libintlOrEmpty = stdenv.lib.optional (!stdenv.isLinux || hostPlatform.libc != "glibc") gettext; # added 2018-03-14
   libjson_rpc_cpp = libjson-rpc-cpp; # added 2017-02-28
   libmysql = mysql.connector-c; # added # 2017-12-28, this was a misnomer refering to libmysqlclient
   libtidy = html-tidy;  # added 2014-12-21