mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
Merge pull request #63295 from ehamberg/patch-2
Don't use autoreconfHook for building Erlang/OTP
This commit is contained in:
commit
c93a7f4d81
@ -1,5 +1,5 @@
|
||||
{ pkgs, stdenv, fetchFromGitHub, makeWrapper, gawk, gnum4, gnused
|
||||
, libxml2, libxslt, ncurses, openssl, perl, autoreconfHook
|
||||
, libxml2, libxslt, ncurses, openssl, perl, autoconf
|
||||
, openjdk ? null # javacSupport
|
||||
, unixODBC ? null # odbcSupport
|
||||
, libGLU_combined ? null, wxGTK ? null, wxmac ? null, xorg ? null # wxSupport
|
||||
@ -48,7 +48,7 @@ in stdenv.mkDerivation ({
|
||||
|
||||
inherit src version;
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook makeWrapper perl gnum4 libxslt libxml2 ];
|
||||
nativeBuildInputs = [ autoconf makeWrapper perl gnum4 libxslt libxml2 ];
|
||||
|
||||
buildInputs = [ ncurses openssl ]
|
||||
++ optionals wxSupport wxPackages2
|
||||
|
Loading…
Reference in New Issue
Block a user