svn merge ^/nixpkgs/trunk
svn path=/nixpkgs/branches/stdenv-updates/; revision=32713
This commit is contained in:
11
pkgs/development/libraries/zlib/latest.nix
Normal file
11
pkgs/development/libraries/zlib/latest.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{stdenv, fetchurl}:
|
||||
|
||||
# To be removed in stdenv-updates, as default.nix is already right there.
|
||||
stdenv.mkDerivation rec {
|
||||
name = "zlib-1.2.6";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.zlib.net/${name}.tar.gz";
|
||||
sha256 = "06x6m33ls1606ni7275q5z392csvh18dgs55kshfnvrfal45w8r1";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user