treewide: NIX_*_FLAGS -> string
This commit is contained in:
@@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ libX11 libXpm libXt motif ];
|
||||
|
||||
NIX_CFLAGS_LINK = [ "-lXpm" ];
|
||||
NIX_CFLAGS_LINK = "-lXpm";
|
||||
|
||||
configureFlags = [
|
||||
"--with-x"
|
||||
|
||||
Reference in New Issue
Block a user