3
0
Fork 0
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:
Vladimír Čunát 2016-02-05 19:09:01 +01:00
parent 3c5b7be8ff
commit b8d488ab93

View file

@ -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 {