Remove curl from buildInputs

This commit is contained in:
Alexander Foremny 2012-08-31 16:02:10 +02:00
parent addbf658e5
commit c98559a6fc

View file

@ -13,7 +13,7 @@ in stdenv.mkDerivation {
sha256 = "0clryfssaa4rjvsy760p51ppq1275lwvhm9jh3g4mi973xv4n8si";
};
buildInputs = [ makeWrapper curl ];
buildInputs = [ makeWrapper ];
phases = [ "unpackPhase" "installPhase" "fixupPhase" ];