summary refs log tree commit diff
path: root/pkgs/games/zod
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2016-08-01 17:46:30 +0200
committerVladimír Čunát <vcunat@gmail.com>2016-08-07 20:46:37 +0200
commit950feb70b2e43e300bd0f285eb6e3ad446ca0722 (patch)
treef245993b24df468364c224dc9f3a3b29cb2539f4 /pkgs/games/zod
parent9a072482e69ab90c09ce2ca464a4316fb07c4a45 (diff)
downloadnixpkgs-950feb70b2e43e300bd0f285eb6e3ad446ca0722.tar
nixpkgs-950feb70b2e43e300bd0f285eb6e3ad446ca0722.tar.gz
nixpkgs-950feb70b2e43e300bd0f285eb6e3ad446ca0722.tar.bz2
nixpkgs-950feb70b2e43e300bd0f285eb6e3ad446ca0722.tar.lz
nixpkgs-950feb70b2e43e300bd0f285eb6e3ad446ca0722.tar.xz
nixpkgs-950feb70b2e43e300bd0f285eb6e3ad446ca0722.tar.zst
nixpkgs-950feb70b2e43e300bd0f285eb6e3ad446ca0722.zip
treewide: fixup various mysql ocurrences after re-split
Diffstat (limited to 'pkgs/games/zod')
-rw-r--r--pkgs/games/zod/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/zod/default.nix b/pkgs/games/zod/default.nix
index 9975aa1b15b..d7a0a62f5bd 100644
--- a/pkgs/games/zod/default.nix
+++ b/pkgs/games/zod/default.nix
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
   buildInputs = [ unrar unzip SDL SDL_image SDL_ttf SDL_mixer libmysql
     makeWrapper ];
 
-  NIX_LDFLAGS="-L${libmysql}/lib/mysql";
+  NIX_LDFLAGS="-L${stdenv.lib.getLib libmysql}/lib/mysql";
 
   installPhase = ''
     mkdir -p $out/bin $out/share/zod