Update shell.nix
This commit is contained in:
parent
2428325397
commit
c7a0732444
1 changed files with 2 additions and 1 deletions
|
|
@ -2,6 +2,7 @@ with import <nixpkgs> {};
|
|||
stdenv.mkDerivation {
|
||||
name = "blankart-env";
|
||||
buildInputs = [ cmake gcc ninja sdl3 zlib libpng openal libsndfile miniupnpc curl libopenmpt game-music-emu ];
|
||||
# cmake flags, add -DSRB2_CONFIG_NOVERIFYIWADS=ON to build without IWAD verification
|
||||
# cmake flags, add -DSRB2_CONFIG_NOVERIFYIWADS=ON to the below command to build without IWAD verification
|
||||
# Usage from build/: cmake .. $cmakeFlags
|
||||
cmakeFlags = ["-DSDL3_INCLUDE_DIR=${lib.getDev sdl3}/include -DOPENMPT_INCLUDE_DIR=${lib.getDev libopenmpt}/include"];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue