* Fix brokenness due to automatic transformations.
svn path=/nixpkgs/trunk/; revision=878
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "curl-7.11.1";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = http://curl.haxx.se/download/curl-7.11.1.tar.bz2;
|
||||
md5 = "c2af7c3364a1a8839516f74961b6bd11";
|
||||
|
||||
Reference in New Issue
Block a user