libftdi: mark linux only
This commit is contained in:
parent
031492cbfe
commit
3f964978d8
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libftdi-0.20";
|
name = "libftdi-0.20";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.intra2net.com/en/developer/libftdi/download/${name}.tar.gz";
|
url = "http://www.intra2net.com/en/developer/libftdi/download/${name}.tar.gz";
|
||||||
sha256 = "13l39f6k6gff30hsgh0wa2z422g9pyl91rh8a8zz6f34k2sxaxii";
|
sha256 = "13l39f6k6gff30hsgh0wa2z422g9pyl91rh8a8zz6f34k2sxaxii";
|
||||||
@ -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