* 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
|
, ncurses, libpng, libjpeg, lcms, freetype
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
assert stdenv.isLinux;
|
||||||
|
|
||||||
let lib = import ../../../lib/default.nix; in
|
let lib = import ../../../lib/default.nix; in
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
|
Loading…
Reference in New Issue
Block a user