dfu-programmer: supports macos

This commit is contained in:
Matthew Bauer 2018-10-17 12:55:06 -05:00
parent 412093994b
commit 2650a1f91e

View file

@ -19,6 +19,6 @@ stdenv.mkDerivation rec {
description = "A Device Firmware Update based USB programmer for Atmel chips with a USB bootloader"; description = "A Device Firmware Update based USB programmer for Atmel chips with a USB bootloader";
homepage = http://dfu-programmer.sourceforge.net/; homepage = http://dfu-programmer.sourceforge.net/;
maintainers = [ maintainers.the-kenny ]; maintainers = [ maintainers.the-kenny ];
platforms = platforms.linux; platforms = platforms.unix;
}; };
} }