treewide: NIX_*_COMPILE -> string
This commit is contained in:
@@ -16,5 +16,5 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ gtk2 intltool GConf enchant isocodes gnome_icon_theme ];
|
||||
|
||||
NIX_LDFLAGS = [ "-lgthread-2.0" ];
|
||||
NIX_LDFLAGS = "-lgthread-2.0";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user