summary refs log tree commit diff
path: root/pkgs/games/wesnoth
diff options
context:
space:
mode:
authorKarn Kallio <tierpluspluslists@gmail.com>2012-04-22 18:56:30 +0000
committerKarn Kallio <tierpluspluslists@gmail.com>2012-04-22 18:56:30 +0000
commit75692dfc1e9af219cb887734e80a4a51b4633acc (patch)
treef4ebbf89c15dd6835993268dfcbe8214286901d3 /pkgs/games/wesnoth
parentbf3b6be1573c63ea18f007f511deadd1be36829a (diff)
downloadnixpkgs-75692dfc1e9af219cb887734e80a4a51b4633acc.tar
nixpkgs-75692dfc1e9af219cb887734e80a4a51b4633acc.tar.gz
nixpkgs-75692dfc1e9af219cb887734e80a4a51b4633acc.tar.bz2
nixpkgs-75692dfc1e9af219cb887734e80a4a51b4633acc.tar.lz
nixpkgs-75692dfc1e9af219cb887734e80a4a51b4633acc.tar.xz
nixpkgs-75692dfc1e9af219cb887734e80a4a51b4633acc.tar.zst
nixpkgs-75692dfc1e9af219cb887734e80a4a51b4633acc.zip
Remove some commented out instructions.
svn path=/nixpkgs/trunk/; revision=33881
Diffstat (limited to 'pkgs/games/wesnoth')
-rw-r--r--pkgs/games/wesnoth/default.nix14
1 files changed, 0 insertions, 14 deletions
diff --git a/pkgs/games/wesnoth/default.nix b/pkgs/games/wesnoth/default.nix
index e8ba8e7b749..2bac3cba198 100644
--- a/pkgs/games/wesnoth/default.nix
+++ b/pkgs/games/wesnoth/default.nix
@@ -16,20 +16,6 @@ stdenv.mkDerivation rec {
   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";