1
0
Fork 1
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 commit c94595f13b.

This was fixed by shlevy in 1c86181857, and I
didn't notice it.
This commit is contained in:
Lluís Batlle i Rossell 2013-03-11 14:02:16 +01:00
parent db104a8c3f
commit 7868a3e6b2

View file

@ -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;