From 2e516fab70d064cc9ace75d0ded800f7c0682c6d Mon Sep 17 00:00:00 2001 From: Evgeny Egorochkin Date: Sun, 14 Nov 2010 08:57:49 +0000 Subject: Gemrb: replace the ugly workaround with a less ugly one. svn path=/nixpkgs/trunk/; revision=24684 --- pkgs/games/gemrb/default.nix | 5 ----- 1 file changed, 5 deletions(-) (limited to 'pkgs/games/gemrb/default.nix') diff --git a/pkgs/games/gemrb/default.nix b/pkgs/games/gemrb/default.nix index ca974d63de2d4..aae7241cf8837 100644 --- a/pkgs/games/gemrb/default.nix +++ b/pkgs/games/gemrb/default.nix @@ -18,11 +18,6 @@ stdenv.mkDerivation rec { # Can't have -werror because of the Vorbis header files. cmakeFlags = "-DDISABLE_WERROR=ON -DCMAKE_VERBOSE_MAKEFILE=ON"; - # !!! Ugly. CMake passes library dependencies to the linker using - # the full path of the library rather than `-l...', and the - # ld-wrapper doesn't add the necessary `-rpath' flag. - NIX_LDFLAGS = "-rpath ${zlib}/lib -rpath ${libpng}/lib -rpath ${python}/lib -rpath ${openal}/lib -rpath ${SDL}/lib -rpath ${libvorbis}/lib"; - meta = { description = "A reimplementation of the Infinity Engine, used by games such as Baldur's Gate"; homepage = http://gemrb.sourceforge.net/; -- cgit 1.4.1