treewide: remove lintl references

libintl should be used directly, not through NIX_LDFLAGS.
This commit is contained in:
Matthew Bauer
2018-05-16 01:02:31 -05:00
parent 8419c347ca
commit c605d171bb
5 changed files with 8 additions and 17 deletions
@@ -34,8 +34,6 @@ stdenv.mkDerivation rec {
glib
];
NIX_LDFLAGS = if stdenv.isDarwin then "-lintl" else null;
doCheck = true;
passthru = {