about summary refs log tree commit diff
path: root/pkgs/games/srb2
diff options
context:
space:
mode:
authorLinus Heckemann <git@sphalerite.org>2022-07-20 16:18:25 +0200
committerLinus Heckemann <git@sphalerite.org>2022-07-20 17:08:32 +0200
commit698317297468f59fb4d4d810ff9eb6d6d026e4e2 (patch)
treed79ea162e1f21088fa17def70b234ce25556d8df /pkgs/games/srb2
parentbbd78d6030ff6e8d78fbc575f9de1ef3809bd990 (diff)
treewide: replace references to libgme with game-music-emu
Diffstat (limited to 'pkgs/games/srb2')
-rw-r--r--pkgs/games/srb2/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/games/srb2/default.nix b/pkgs/games/srb2/default.nix
index 1a4862904abea..57488bdb8b162 100644
--- a/pkgs/games/srb2/default.nix
+++ b/pkgs/games/srb2/default.nix
@@ -8,7 +8,7 @@
 , nasm
 , libopenmpt
 , p7zip
-, libgme
+, game-music-emu
 , libpng
 , SDL2
 , SDL2_mixer
@@ -48,7 +48,7 @@ in stdenv.mkDerivation rec {
 
   buildInputs = [
     curl
-    libgme
+    game-music-emu
     libpng
     libopenmpt
     SDL2
@@ -58,7 +58,7 @@ in stdenv.mkDerivation rec {
 
   cmakeFlags = [
     "-DSRB2_ASSET_DIRECTORY=/build/source/assets"
-    "-DGME_INCLUDE_DIR=${libgme}/include"
+    "-DGME_INCLUDE_DIR=${game-music-emu}/include"
     "-DOPENMPT_INCLUDE_DIR=${libopenmpt.dev}/include"
     "-DSDL2_MIXER_INCLUDE_DIR=${SDL2_mixer}/include/SDL2"
     "-DSDL2_INCLUDE_DIR=${SDL2.dev}/include/SDL2"