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}:
|
{stdenv, fetchurl, libusb, makeWrapper}:
|
||||||
|
|
||||||
|
assert stdenv.isLinux;
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "pk2cmd-1.20";
|
name = "pk2cmd-1.20";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user