More mysql migrations

This commit is contained in:
William A. Kennington III
2015-04-01 16:50:47 -07:00
parent a604b42480
commit b524480695
4 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -22,10 +22,10 @@ stdenv.mkDerivation rec {
sourceRoot=`pwd`/src
'';
buildInputs = [ unrar unzip SDL SDL_image SDL_ttf SDL_mixer mysql
buildInputs = [ unrar unzip SDL SDL_image SDL_ttf SDL_mixer mysql.lib
makeWrapper ];
NIX_LDFLAGS="-L${mysql}/lib/mysql";
NIX_LDFLAGS="-L${mysql.lib}/lib/mysql";
installPhase = ''
mkdir -p $out/bin $out/share/zod