Skip to content

Commit

Permalink
nix-prefetch-* scripts are in hydra svn now
Browse files Browse the repository at this point in the history
  • Loading branch information
rbvermaa committed Mar 25, 2011
1 parent 385b70c commit ffa4ba3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions release.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ rec {
preConfigure = ''
# TeX needs a writable font cache.
export VARTEXFONTS=$TMPDIR/texfonts
cp ${"${nixpkgs}/pkgs/build-support/fetchsvn/nix-prefetch-svn"} src/script
cp ${"${nixpkgs}/pkgs/build-support/fetchgit/nix-prefetch-git"} src/script
cp ${"${nixpkgs}/pkgs/build-support/fetchhg/nix-prefetch-hg"} src/script
cp ${"${nixpkgs}/pkgs/build-support/fetchbzr/nix-prefetch-bzr"} src/script
'';

configureFlags = "--with-nix=${nix}";
Expand Down

0 comments on commit ffa4ba3

Please sign in to comment.