treewide: use flat lists for *Inputs, fix env usage
This commit is contained in:
@@ -720,7 +720,7 @@ in with stdenv.lib.licenses;
|
||||
license = gpl2;
|
||||
extraBuildInputs = [ cmake libGLU libGL ffmpeg python37 xorg.libX11 ];
|
||||
}).override {
|
||||
cmakeFlags = "-DLIBRETRO=ON";
|
||||
cmakeFlags = [ "-DLIBRETRO=ON" ];
|
||||
makefile = "Makefile";
|
||||
buildPhase = ''
|
||||
make \
|
||||
|
||||
Reference in New Issue
Block a user