libftdi1: add darwin platform
This commit is contained in:
parent
60604acab0
commit
d0df007843
@ -37,7 +37,7 @@ 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 = with licenses; [ lgpl2 gpl2 ];
|
license = with licenses; [ lgpl2 gpl2 ];
|
||||||
platforms = platforms.linux;
|
platforms = with platforms; linux ++ darwin;
|
||||||
maintainers = [ maintainers.bjornfor ];
|
maintainers = [ maintainers.bjornfor ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user