mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 06:31:02 +00:00
Revert "Fixing tarball build (failure evaluating glibcInfo in powerpc-linux)"
This reverts commitc94595f13b
. This was fixed by shlevy in1c86181857
, and I didn't notice it.
This commit is contained in:
parent
db104a8c3f
commit
7868a3e6b2
|
@ -16,7 +16,6 @@ let
|
|||
|
||||
in
|
||||
|
||||
assert stdenv.gcc != null;
|
||||
assert cross != null -> gccCross != null;
|
||||
assert mig != null -> machHeaders != null;
|
||||
assert machHeaders != null -> hurdHeaders != null;
|
||||
|
|
Loading…
Reference in a new issue