treewide: NIX_*_FLAGS -> string
This commit is contained in:
@@ -9,9 +9,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
buildInputs = [ SDL SDL_image SDL_mixer ];
|
||||
|
||||
NIX_LDFLAGS = [
|
||||
"-lm"
|
||||
];
|
||||
NIX_LDFLAGS = "-lm";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://jump.gnu.sinusoid.es/index.php?title=Main_Page;
|
||||
|
||||
Reference in New Issue
Block a user