fix tarball job, fixes #5559

This commit is contained in:
Domen Kožar 2015-01-04 13:58:46 +01:00
parent 6506baa500
commit f2b01a662d
2 changed files with 4 additions and 0 deletions

View file

@ -1,5 +1,7 @@
{stdenv, fetchurl, which, file, perl, curl, python27, makeWrapper}:
assert !stdenv.isFreeBSD;
/* Rust's build process has a few quirks :
- It requires some patched in llvm that haven't landed upstream, so it

View file

@ -2,6 +2,8 @@
, tzdata, git, valgrind, procps, coreutils
}:
assert !stdenv.isFreeBSD;
/* Rust's build process has a few quirks :
- It requires some patched in llvm that haven't landed upstream, so it