libiconvOrNull: deprecate
This commit is contained in:
parent
e5ab8585e4
commit
223a77c311
1 changed files with 4 additions and 1 deletions
|
@ -9990,7 +9990,10 @@ with pkgs;
|
|||
};
|
||||
|
||||
# On non-GNU systems we need GNU Gettext for libintl.
|
||||
libintlOrEmpty = stdenv.lib.optional (!stdenv.isLinux || hostPlatform.libc != "glibc") gettext;
|
||||
libintl = if hostPlatform.libc != "glibc" then gettext else null;
|
||||
|
||||
# deprecated: provided for compatability
|
||||
libintlOrEmpty = [ libintl ];
|
||||
|
||||
libid3tag = callPackage ../development/libraries/libid3tag {
|
||||
gperf = gperf_3_0;
|
||||
|
|
Loading…
Reference in a new issue