Skip to content

Commit

Permalink
ja2-stracciatella: fix build due to #47709
Browse files Browse the repository at this point in the history
  • Loading branch information
erictapen authored and gebner committed Oct 10, 2018
1 parent 71f1957 commit d60bd3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/games/ja2-stracciatella/default.nix
Expand Up @@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
./remove-rust-buildstep.patch
];
preConfigure = ''
sed -i -e 's|rust-stracciatella|${libstracciatella}/bin/libstracciatella.so|g' CMakeLists.txt
sed -i -e 's|rust-stracciatella|${libstracciatella}/lib/libstracciatella.so|g' CMakeLists.txt
cmakeFlagsArray+=("-DEXTRA_DATA_DIR=$out/share/ja2")
'';

Expand Down

0 comments on commit d60bd3f

Please sign in to comment.