forked from lix-project/hydra
nix-prefetch-* scripts are in hydra svn now
This commit is contained in:
parent
385b70c898
commit
ffa4ba3b9e
|
@ -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}";
|
||||
|
|
Loading…
Reference in a new issue