craftos-pc: enable strictDeps
This commit is contained in:
parent
f3ac1b3b0a
commit
6631259d7c
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
nativeBuildInputs = [ patchelf unzip ];
|
nativeBuildInputs = [ patchelf unzip ];
|
||||||
buildInputs = [ poco openssl SDL2 SDL2_mixer ncurses libpng pngpp libwebp ];
|
buildInputs = [ poco openssl SDL2 SDL2_mixer ncurses libpng pngpp libwebp ];
|
||||||
|
strictDeps = true;
|
||||||
|
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
cp -R ${craftos2-lua}/* ./craftos2-lua/
|
cp -R ${craftos2-lua}/* ./craftos2-lua/
|
||||||
|
|
Loading…
Reference in a new issue