forked from mirrors/nixpkgs
* Assert Linux.
svn path=/nixpkgs/trunk/; revision=9179
This commit is contained in:
parent
3a3a9183a1
commit
0481f172f6
|
@ -2,6 +2,8 @@
|
|||
, ncurses, libpng, libjpeg, lcms, freetype
|
||||
}:
|
||||
|
||||
assert stdenv.isLinux;
|
||||
|
||||
let lib = import ../../../lib/default.nix; in
|
||||
|
||||
stdenv.mkDerivation {
|
||||
|
|
Loading…
Reference in a new issue