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
|
, boehmgc, mesa_glu, mesa_noglu, ncurses, readline, gsl, libsigsegv
|
||||||
, python, zlib, perl, texLive, texinfo, xz
|
, python, zlib, perl, texLive, texinfo, xz
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
assert stdenv.isLinux;
|
||||||
|
|
||||||
let
|
let
|
||||||
s = # Generated upstream information
|
s = # Generated upstream information
|
||||||
rec {
|
rec {
|
||||||
|
|
Loading…
Reference in a new issue