lol

openfpgaloader: add darwin support

+3 -3
+3 -3
pkgs/development/embedded/fpga/openfpgaloader/default.nix
··· 31 31 hidapi 32 32 libftdi1 33 33 libusb1 34 + zlib 35 + ] ++ lib.optionals (lib.meta.availableOn stdenv.hostPlatform udev) [ 34 36 udev 35 - zlib 36 37 ]; 37 38 38 39 meta = { 39 - broken = stdenv.isDarwin; # error: Package ‘systemd-253.6’ is not available on the requested Darwin platform. 40 40 description = "Universal utility for programming FPGAs"; 41 41 homepage = "https://github.com/trabucayre/openFPGALoader"; 42 42 license = lib.licenses.agpl3Only; 43 43 maintainers = with lib.maintainers; [ danderson ]; 44 - platforms = lib.platforms.linux; 44 + platforms = lib.platforms.unix; 45 45 }; 46 46 })