about summary refs log tree commit diff
path: root/pkgs/development/libraries/bobcat
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2015-07-22 16:25:00 +0200
committerVladimír Čunát <vcunat@gmail.com>2015-07-23 11:53:18 +0200
commitaf2ab0b911a153813789107b19f8066ee4414944 (patch)
tree0a85b364ba7d1e2c2a98822edd32b7febafb4f4c /pkgs/development/libraries/bobcat
parent95685e962d7c2e5ec5a22be5136df238afcbf305 (diff)
remove gcc49 overrides from various places
An interesting thing is that: stdenv != overrideCC stdenv gcc49;
I'm not sure why that is, but it doesn't seem important.

/cc maintainers: @nckx, @garbas, @abbradar, @cstrahan, @grwlf.

(cherry picked from commit 3064b6a0cc4dc047fae97bdffa0725bc7fd38f2e)
Diffstat (limited to 'pkgs/development/libraries/bobcat')
-rw-r--r--pkgs/development/libraries/bobcat/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/bobcat/default.nix b/pkgs/development/libraries/bobcat/default.nix
index 38dfce7583a7a..2a9ee1c9c5bd3 100644
--- a/pkgs/development/libraries/bobcat/default.nix
+++ b/pkgs/development/libraries/bobcat/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, gcc49, icmake, libmilter, libX11, openssl, readline
+{ stdenv, fetchurl, icmake, libmilter, libX11, openssl, readline
 , utillinux, yodl }:
 
 let version = "3.25.02"; in
@@ -19,7 +19,7 @@ stdenv.mkDerivation {
     maintainers = with maintainers; [ nckx ];
   };
 
-  buildInputs = [ gcc49 libmilter libX11 openssl readline utillinux ];
+  buildInputs = [ libmilter libX11 openssl readline utillinux ];
   nativeBuildInputs = [ icmake yodl ];
 
   postPatch = ''