crack-attack: Set correct game directories

gstqt5
adisbladis 2020-04-14 08:59:21 +01:00
parent d1ec67f11e
commit 38d514513c
No known key found for this signature in database
GPG Key ID: 110BFAD44C6249B7
1 changed files with 5 additions and 1 deletions

View File

@ -13,7 +13,11 @@ stdenv.mkDerivation {
./crack-attack-1.1.14-glut.patch
];
configureFlags = [ "--enable-sound=yes" ];
configureFlags = [
"--enable-sound=yes"
"--prefix=${placeholder "out"}"
"--datadir=${placeholder "out"}/share"
];
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ gtk2 freeglut SDL SDL_mixer libGLU libGL libXi libXmu ];