forked from mirrors/nixpkgs
asymptote: fix tarball by asserting isLinux
We have no osmesa on darwin, which caused an evaluation error.
This commit is contained in:
parent
3c5b7be8ff
commit
b8d488ab93
|
@ -3,6 +3,9 @@
|
|||
, boehmgc, mesa_glu, mesa_noglu, ncurses, readline, gsl, libsigsegv
|
||||
, python, zlib, perl, texLive, texinfo, xz
|
||||
}:
|
||||
|
||||
assert stdenv.isLinux;
|
||||
|
||||
let
|
||||
s = # Generated upstream information
|
||||
rec {
|
||||
|
|
Loading…
Reference in a new issue