about summary refs log tree commit diff
path: root/pkgs/applications/networking/irc/bip/default.nix
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2016-08-04 07:21:15 +0000
committerRobin Gloster <mail@glob.in>2016-08-04 07:49:12 +0000
commitdd7e09114f155e4e142792e80a4195901c398251 (patch)
tree60a21ecdd5eb099ac31b26a4864881de11ed1c9a /pkgs/applications/networking/irc/bip/default.nix
parent78fc5dde2888279475bb5ccdfd2e9a065a870036 (diff)
bip: set -Wno-error=unused-result, remove --disable-pie
Diffstat (limited to 'pkgs/applications/networking/irc/bip/default.nix')
-rw-r--r--pkgs/applications/networking/irc/bip/default.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/pkgs/applications/networking/irc/bip/default.nix b/pkgs/applications/networking/irc/bip/default.nix
index ee9a6392e07e7..e391f0074c5a2 100644
--- a/pkgs/applications/networking/irc/bip/default.nix
+++ b/pkgs/applications/networking/irc/bip/default.nix
@@ -30,10 +30,7 @@ in stdenv.mkDerivation {
     }
   ];
 
-  postPatch = ''
-  '';
-
-  configureFlags = [ "--disable-pie" ];
+  NIX_CFLAGS_COMPILE = "-Wno-error=unused-result";
 
   buildInputs = [ bison flex autoconf automake openssl ];