Skip to content

Commit

Permalink
libftdi1: add darwin platform
Browse files Browse the repository at this point in the history
  • Loading branch information
thefloweringash authored and bjornfor committed Mar 23, 2018
1 parent 60604ac commit d0df007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/libftdi/1.x.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
description = "A library to talk to FTDI chips using libusb";
homepage = https://www.intra2net.com/en/developer/libftdi/;
license = with licenses; [ lgpl2 gpl2 ];
platforms = platforms.linux;
platforms = with platforms; linux ++ darwin;
maintainers = [ maintainers.bjornfor ];
};
}

0 comments on commit d0df007

Please sign in to comment.