Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

libftdi1: add darwin platform

(cherry picked from commit d0df0078438347866bbe5e96b82ce5f104a8071b)

authored by Andrew Childs and committed by Bjørn Forsman eef14cb3 31ba589e

+1 -1
+1 -1
pkgs/development/libraries/libftdi/1.x.nix
··· 37 description = "A library to talk to FTDI chips using libusb"; 38 homepage = https://www.intra2net.com/en/developer/libftdi/; 39 license = with licenses; [ lgpl2 gpl2 ]; 40 - platforms = platforms.linux; 41 maintainers = [ maintainers.bjornfor ]; 42 }; 43 }
··· 37 description = "A library to talk to FTDI chips using libusb"; 38 homepage = https://www.intra2net.com/en/developer/libftdi/; 39 license = with licenses; [ lgpl2 gpl2 ]; 40 + platforms = with platforms; linux ++ darwin; 41 maintainers = [ maintainers.bjornfor ]; 42 }; 43 }