snis: fix build with libxcrypt

This commit is contained in:
Franz Pletz
2022-10-09 18:10:43 +02:00
committed by Martin Weinelt
parent 15f6c0a355
commit 8dde32e414
+2 -1
View File
@@ -18,6 +18,7 @@
, sox
, libopus
, openscad
, libxcrypt
}:
stdenv.mkDerivation {
@@ -46,7 +47,7 @@ stdenv.mkDerivation {
'';
nativeBuildInputs = [ pkg-config openscad makeWrapper ];
buildInputs = [ coreutils portaudio libbsd libpng libvorbis SDL2 lua5_2 glew openssl picotts sox alsa-utils libopus ];
buildInputs = [ coreutils portaudio libbsd libpng libvorbis SDL2 lua5_2 glew openssl picotts sox alsa-utils libopus libxcrypt ];
postBuild = ''
make models -j$NIX_BUILD_CORES