summary refs log tree commit diff
diff options
context:
space:
mode:
authorJustin Humm <justin.humm@posteo.de>2018-10-07 12:46:15 +0200
committerJustin Humm <justin.humm@posteo.de>2018-10-07 12:52:05 +0200
commit226f31b3a2e5e76302a89cc3617171848b60294c (patch)
tree412c7500b119876c34930880b9c9af7f6b0dee41
parenta9a88b0942c0bbc0b1dc6db22e2608e75c8446c7 (diff)
downloadnixpkgs-226f31b3a2e5e76302a89cc3617171848b60294c.tar
nixpkgs-226f31b3a2e5e76302a89cc3617171848b60294c.tar.gz
nixpkgs-226f31b3a2e5e76302a89cc3617171848b60294c.tar.bz2
nixpkgs-226f31b3a2e5e76302a89cc3617171848b60294c.tar.lz
nixpkgs-226f31b3a2e5e76302a89cc3617171848b60294c.tar.xz
nixpkgs-226f31b3a2e5e76302a89cc3617171848b60294c.tar.zst
nixpkgs-226f31b3a2e5e76302a89cc3617171848b60294c.zip
ja2-stracciatella: fix build due to #47709
-rw-r--r--pkgs/games/ja2-stracciatella/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/ja2-stracciatella/default.nix b/pkgs/games/ja2-stracciatella/default.nix
index 0e5702d4614..5dbab979272 100644
--- a/pkgs/games/ja2-stracciatella/default.nix
+++ b/pkgs/games/ja2-stracciatella/default.nix
@@ -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")
   '';