Adding an assertion for pk2cmd to build only on linux.

svn path=/nixpkgs/trunk/; revision=21728
This commit is contained in:
Lluís Batlle i Rossell 2010-05-11 16:17:35 +00:00
parent 06eab9d0a7
commit 074e7db41a

@ -1,5 +1,7 @@
{stdenv, fetchurl, libusb, makeWrapper}:
assert stdenv.isLinux;
stdenv.mkDerivation {
name = "pk2cmd-1.20";
src = fetchurl {