forked from mirrors/nixpkgs
fix tarball job, fixes #5559
This commit is contained in:
parent
6506baa500
commit
f2b01a662d
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue