mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
dfu-programmer: supports macos
This commit is contained in:
parent
412093994b
commit
2650a1f91e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue