mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
Remove `migCross' top-level attribute.
svn path=/nixpkgs/trunk/; revision=21914
This commit is contained in:
parent
1d4fb3340e
commit
430b98a7c1
@ -3269,7 +3269,6 @@ let
|
||||
mig = import ../os-specific/gnu/mig {
|
||||
inherit fetchgit stdenv autoconf automake flex bison machHeaders;
|
||||
};
|
||||
migCross = mig; # FIXME: Remove me.
|
||||
|
||||
mk = import ../development/tools/build-managers/mk {
|
||||
inherit fetchurl stdenv;
|
||||
@ -3923,10 +3922,7 @@ let
|
||||
//
|
||||
|
||||
(if crossGNU
|
||||
then {
|
||||
inherit machHeaders hurdHeaders fetchgit;
|
||||
mig = migCross;
|
||||
}
|
||||
then { inherit machHeaders hurdHeaders mig fetchgit; }
|
||||
else { }))));
|
||||
|
||||
glibcCross = glibc211Cross;
|
||||
@ -6113,8 +6109,7 @@ let
|
||||
});
|
||||
|
||||
hurdHeaders = import ../os-specific/gnu/hurd {
|
||||
inherit fetchgit stdenv autoconf libtool texinfo machHeaders;
|
||||
mig = migCross;
|
||||
inherit fetchgit stdenv autoconf libtool texinfo mig machHeaders;
|
||||
automake = automake111x;
|
||||
headersOnly = true;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user