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.
This commit is contained in:
Vladimír Čunát
2015-07-22 16:25:00 +02:00
parent 90de4aecf2
commit 3064b6a0cc
4 changed files with 8 additions and 14 deletions

View File

@@ -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 = ''

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchurl, bobcat, gcc49, icmake, yodl }:
{ stdenv, fetchurl, bobcat, icmake, yodl }:
let version = "2.02.00"; in
stdenv.mkDerivation rec {
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ nckx ];
};
buildInputs = [ bobcat gcc49 ];
buildInputs = [ bobcat ];
nativeBuildInputs = [ icmake yodl ];
postPatch = ''