Merge master into closure-size
The kde-5 stuff still didn't merge well. I hand-fixed what I saw, but there may be more problems.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, texinfo, perl }:
|
||||
{ lib, stdenv, fetchurl, texinfo, perl }:
|
||||
|
||||
let build = import ./common.nix; in
|
||||
|
||||
@@ -6,7 +6,7 @@ let build = import ./common.nix; in
|
||||
build null {
|
||||
name = "glibc-info";
|
||||
|
||||
inherit fetchurl stdenv;
|
||||
inherit fetchurl stdenv lib;
|
||||
|
||||
outputs = [ "out" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user