Author: kkallio
Date: Sun Apr 22 18:56:30 2012
New Revision: 33881
URL: https://nixos.org/websvn/nix/?rev=33881&sc=1
Log:
Remove some commented out instructions.
Modified:
nixpkgs/trunk/pkgs/games/wesnoth/default.nix
Modified: nixpkgs/trunk/pkgs/games/wesnoth/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/games/wesnoth/default.nix Sun Apr 22 16:55:12
2012 (r33880)
+++ nixpkgs/trunk/pkgs/games/wesnoth/default.nix Sun Apr 22 18:56:30
2012 (r33881)
@@ -16,20 +16,6 @@
buildInputs = [ SDL SDL_image SDL_mixer SDL_net SDL_ttf pango gettext zlib
boost fribidi
cmake freetype libpng pkgconfig lua dbus fontconfig libtool
];
- # The preInstall sed substitution fix errors which I
- # believe arise from autotools version mismatches. Rather than
- # hunt for the correct automake and autoconf versions these changes
- # make the build work with the versions current in Nixpkgs.
-# preInstall = ''
-# sed -i -e s,@MKINSTALLDIRS@,`pwd`/config/mkinstalldirs, po/*/Makefile
-# '';
-
-# configurePhase = ''
-# ./autogen.sh --prefix=$out --with-boost=${boost} \
-# --with-preferences-dir=.${pname} \
-# --with-datadir-name=${pname}
-# '';
-
# Make the package build with the gcc currently available in Nixpkgs.
NIX_CFLAGS_COMPILE = "-Wno-ignored-qualifiers";
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits