1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 22:50:49 +00:00

nix-prefetch-scripts: Reference correct output of curl

This commit is contained in:
Tuomas Tynkkynen 2015-10-18 01:49:51 +03:00 committed by Vladimír Čunát
parent c7e3ee4153
commit bff9b546e4

View file

@ -26,7 +26,7 @@ stdenv.mkDerivation {
copyScript "svn" ${../../../build-support/fetchsvn/nix-prefetch-svn} ${subversion}
copyScript "bzr" ${../../../build-support/fetchbzr/nix-prefetch-bzr} ${bazaar}
copyScript "cvs" ${../../../build-support/fetchcvs/nix-prefetch-cvs} ${cvs}
copyScript "zip" ${../../../build-support/fetchzip/nix-prefetch-zip} ${unzip} ${curl}
copyScript "zip" ${../../../build-support/fetchzip/nix-prefetch-zip} ${unzip} ${curl.bin}
'';
meta = with stdenv.lib; {