Remove some hackery
This commit is contained in:
parent
5e83e93e97
commit
85d464a031
@ -11,18 +11,10 @@
|
|||||||
then ""
|
then ""
|
||||||
else "pre${toString (src.rev or src.revCount or "")}"
|
else "pre${toString (src.rev or src.revCount or "")}"
|
||||||
, src, stdenv, autoconf, automake, libtool
|
, src, stdenv, autoconf, automake, libtool
|
||||||
|
, # By default, provide all the GNU Build System as input.
|
||||||
|
bootstrapBuildInputs ? [ autoconf automake libtool ]
|
||||||
, ... } @ args:
|
, ... } @ args:
|
||||||
|
|
||||||
let
|
|
||||||
|
|
||||||
# By default, provide all the GNU Build System as input.
|
|
||||||
bootstrapBuildInputs =
|
|
||||||
if (args ? bootstrapBuildInputs)
|
|
||||||
then args.bootstrapBuildInputs
|
|
||||||
else [ autoconf automake libtool ];
|
|
||||||
|
|
||||||
in
|
|
||||||
|
|
||||||
stdenv.mkDerivation (
|
stdenv.mkDerivation (
|
||||||
|
|
||||||
# First, attributes that can be overriden by the caller (via args):
|
# First, attributes that can be overriden by the caller (via args):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user