treewide: Make configureFlags lists
This commit is contained in:
@@ -13,7 +13,15 @@ stdenv.mkDerivation rec{
|
||||
|
||||
buildInputs = [ unzip zlib SDL readline libGLU_combined libX11 ];
|
||||
|
||||
configureFlags = "--target=default --with-video=sdl --with-sound=sdl --with-readline --with-opengl --with-x --enable-riodevice";
|
||||
configureFlags = [
|
||||
"--target=default"
|
||||
"--with-video=sdl"
|
||||
"--with-sound=sdl"
|
||||
"--with-readline"
|
||||
"--with-opengl"
|
||||
"--with-x"
|
||||
"--enable-riodevice"
|
||||
];
|
||||
|
||||
preConfigure = "cd src";
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ bison flex perl libpng giflib libjpeg alsaLib readline libGLU_combined
|
||||
pkgconfig gtk2 SDL autoreconfHook libXaw ];
|
||||
dontDisableStatic = true;
|
||||
configureFlags = "--enable-fullscreen --enable-gnomeui";
|
||||
configureFlags = [ "--enable-fullscreen --enable-gnomeui" ];
|
||||
|
||||
desktopItem = makeDesktopItem {
|
||||
name = "vice";
|
||||
|
||||
Reference in New Issue
Block a user