revert -std=gcc17 for nufraw

The issue has been fixed upstream
This commit is contained in:
2026-01-02 20:54:21 +01:00
parent 455db9ae49
commit ca2ada997f

View File

@@ -36,13 +36,6 @@
}; };
}); });
}) })
(final: prev: {
nufraw-thumbnailer = prev.nufraw-thumbnailer.overrideAttrs (oldAttrs: {
env = (oldAttrs.env or { }) // {
NIX_CFLAGS_COMPILE = "-std=gnu17";
};
});
})
]; ];
}; };