treewide: remove lintl references
libintl should be used directly, not through NIX_LDFLAGS.
This commit is contained in:
@@ -34,8 +34,6 @@ stdenv.mkDerivation rec {
|
||||
glib
|
||||
];
|
||||
|
||||
NIX_LDFLAGS = if stdenv.isDarwin then "-lintl" else null;
|
||||
|
||||
doCheck = true;
|
||||
|
||||
passthru = {
|
||||
|
||||
Reference in New Issue
Block a user