forked from mirrors/nixpkgs
Allowing in the cross stdenv adapter the calls to mkDerivation without name.
I don't know why there are such calls, but there are. svn path=/nixpkgs/branches/stdenv-updates/; revision=18482
This commit is contained in:
parent
7983251ce0
commit
4497215410
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ rec {
|
||||||
# Return a modified stdenv that adds a cross compiler to the
|
# Return a modified stdenv that adds a cross compiler to the
|
||||||
# builds.
|
# builds.
|
||||||
makeStdenvCross = stdenv: cross: binutilsCross: gccCross: stdenv //
|
makeStdenvCross = stdenv: cross: binutilsCross: gccCross: stdenv //
|
||||||
{ mkDerivation = {name, buildInputs ? [], buildNativeInputs ? [],
|
{ mkDerivation = {name ? "", buildInputs ? [], buildNativeInputs ? [],
|
||||||
propagatedBuildInputs ? [], propagatedBuildNativeInputs ? [], ...}@args: let
|
propagatedBuildInputs ? [], propagatedBuildNativeInputs ? [], ...}@args: let
|
||||||
|
|
||||||
# *BuildInputs exists temporarily as another name for
|
# *BuildInputs exists temporarily as another name for
|
||||||
|
|
Loading…
Add table
Reference in a new issue