dfu-programmer: fix build with gcc15 (#475990)

This commit is contained in:
Aleksana
2026-01-02 10:01:12 +00:00
committed by GitHub
@@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
configureFlags = [ "--disable-libusb_1_0" ];
env.NIX_CFLAGS_COMPILE = "-std=gnu17";
meta = {
license = lib.licenses.gpl2;
description = "Device Firmware Update based USB programmer for Atmel chips with a USB bootloader";