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