mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +03:00
* Fix brokenness due to automatic transformations.
svn path=/nixpkgs/trunk/; revision=879
This commit is contained in:
parent
04c272508c
commit
68327c3a9d
1 changed files with 0 additions and 1 deletions
|
@ -2,7 +2,6 @@
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "zlib-1.2.1";
|
name = "zlib-1.2.1";
|
||||||
builder = ./builder.sh;
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://www.gzip.org/zlib/zlib-1.2.1.tar.gz;
|
url = http://www.gzip.org/zlib/zlib-1.2.1.tar.gz;
|
||||||
md5 = "ef1cb003448b4a53517b8f25adb12452";
|
md5 = "ef1cb003448b4a53517b8f25adb12452";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue