glibc: Simplify derivation further

No native hashes should be changed with this commit
default.nix's cross hash should also not be changed
This commit is contained in:
John Ericson
2017-05-20 22:17:28 -04:00
parent 7e096024d7
commit 25edc476fd
5 changed files with 62 additions and 71 deletions
+2 -7
View File
@@ -1,13 +1,8 @@
{ lib, stdenv, fetchurl, texinfo, perl }:
{ callPackage, texinfo, perl }:
let build = import ./common.nix; in
/* null cross builder */
build null {
callPackage ./common.nix {} {
name = "glibc-info";
inherit fetchurl stdenv lib;
outputs = [ "out" ];
configureFlags = [ "--enable-add-ons" ];