libftdi: mark linux only
This commit is contained in:
parent
031492cbfe
commit
3f964978d8
@ -27,6 +27,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "A library to talk to FTDI chips using libusb";
|
description = "A library to talk to FTDI chips using libusb";
|
||||||
homepage = https://www.intra2net.com/en/developer/libftdi/;
|
homepage = https://www.intra2net.com/en/developer/libftdi/;
|
||||||
license = stdenv.lib.licenses.lgpl21;
|
license = stdenv.lib.licenses.lgpl21;
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user