Adding an assertion for pk2cmd to build only on linux.
svn path=/nixpkgs/trunk/; revision=21728
This commit is contained in:
parent
06eab9d0a7
commit
074e7db41a
@ -1,5 +1,7 @@
|
||||
{stdenv, fetchurl, libusb, makeWrapper}:
|
||||
|
||||
assert stdenv.isLinux;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "pk2cmd-1.20";
|
||||
src = fetchurl {
|
||||
|
Loading…
Reference in New Issue
Block a user