1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 14:21:48 +02:00

* Get rid of fetchurl, we don't need it anymore.

This commit is contained in:
Eelco Dolstra 2005-04-07 14:35:44 +00:00
parent 10c429c757
commit 7d876f8fa7
6 changed files with 9 additions and 49 deletions

View file

@ -41,7 +41,6 @@ cp -pr $TOP/corepkgs $NIX_DATA_DIR/nix/
# (and likely to fail).
for i in \
$NIX_DATA_DIR/nix/corepkgs/nar/nar.sh \
$NIX_DATA_DIR/nix/corepkgs/fetchurl/builder.sh \
$NIX_BIN_DIR/nix/download-using-manifests.pl \
$NIX_BIN_DIR/nix-prefetch-url \
$NIX_BIN_DIR/nix-collect-garbage \