erlang: remove explicit gcc dependency
This commit is contained in:
parent
d604336b5b
commit
eaf9faef60
@ -1,5 +1,5 @@
|
|||||||
{ pkgs, stdenv, fetchurl, fetchFromGitHub, makeWrapper, gawk, gnum4, gnused
|
{ pkgs, stdenv, fetchurl, fetchFromGitHub, makeWrapper, gawk, gnum4, gnused
|
||||||
, libxml2, libxslt, ncurses, openssl, perl, gcc, autoreconfHook
|
, libxml2, libxslt, ncurses, openssl, perl, autoreconfHook
|
||||||
, openjdk ? null # javacSupport
|
, openjdk ? null # javacSupport
|
||||||
, unixODBC ? null # odbcSupport
|
, unixODBC ? null # odbcSupport
|
||||||
, mesa ? null, wxGTK ? null, wxmac ? null, xorg ? null # wxSupport
|
, mesa ? null, wxGTK ? null, wxmac ? null, xorg ? null # wxSupport
|
||||||
@ -47,9 +47,9 @@ in stdenv.mkDerivation ({
|
|||||||
|
|
||||||
inherit src version;
|
inherit src version;
|
||||||
|
|
||||||
buildInputs =
|
nativeBuildInputs = [ autoreconfHook makeWrapper perl ];
|
||||||
[ perl gnum4 ncurses openssl autoreconfHook libxslt libxml2 makeWrapper gcc
|
|
||||||
]
|
buildInputs = [ gnum4 ncurses openssl autoreconfHook libxslt libxml2 ]
|
||||||
++ optionals wxSupport wxPackages2
|
++ optionals wxSupport wxPackages2
|
||||||
++ optionals odbcSupport odbcPackages
|
++ optionals odbcSupport odbcPackages
|
||||||
++ optionals javacSupport javacPackages
|
++ optionals javacSupport javacPackages
|
||||||
|
Loading…
x
Reference in New Issue
Block a user