aboutsummaryrefslogtreecommitdiff
path: root/pkgs/games/warmux
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2018-08-21 15:37:52 -0500
committerRobin Gloster <mail@glob.in>2018-08-22 01:14:53 +0200
commitf7bc33abf09c9a111b7b1d7f4eb6d322ace3efda (patch)
treebfa263964d3f632681b6a0e19e671ae021916a62 /pkgs/games/warmux
parent5a012fdbb3f7752b333cb631c39d73518e930559 (diff)
Revert "treewide: fixup breakage due to absolute compiler path"
This reverts commit d0888d150333a2c523cd1e46606d6219afe23dc2.
Diffstat (limited to 'pkgs/games/warmux')
-rw-r--r--pkgs/games/warmux/default.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/games/warmux/default.nix b/pkgs/games/warmux/default.nix
index 29e8042ac7ac..a56afbbf44b5 100644
--- a/pkgs/games/warmux/default.nix
+++ b/pkgs/games/warmux/default.nix
@@ -19,11 +19,6 @@ stdenv.mkDerivation rec {
gettext intltool libtool perl
];
- preConfigure = ''
- CC=${stdenv.cc.targetPrefix}cc
- CXX=${stdenv.cc.targetPrefix}c++
- '';
-
configureFlagsArray = ("CFLAGS=-include ${zlib.dev}/include/zlib.h");
patches = [ ./gcc-fix.patch ];