mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
ctpp2: use default gcc
This commit is contained in:
parent
df8dd670b5
commit
f0b53ac245
@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, cmake, gcc48 }:
|
||||
{ stdenv, fetchurl, cmake }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "ctpp2";
|
||||
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "1z22zfw9lb86z4hcan9hlvji49c9b7vznh7gjm95gnvsh43zsgx8";
|
||||
};
|
||||
|
||||
buildInputs = [ cmake gcc48 ];
|
||||
buildInputs = [ cmake ];
|
||||
|
||||
patchPhase = ''
|
||||
# include <unistd.h> to fix undefined getcwd
|
||||
|
Loading…
Reference in New Issue
Block a user