Implementing a fix allowing deepOverride without changing dependency-tree-leaf packages

svn path=/nixpkgs/trunk/; revision=22533
This commit is contained in:
Michael Raskin
2010-07-08 15:31:59 +00:00
parent e89dbf1184
commit aadb898a0b
3 changed files with 7 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
{stdenv, fetchurl, static ? false, ...}:
{stdenv, fetchurl, static ? false}:
stdenv.mkDerivation {
name = "zlib-1.2.3";