flashrom: disable werror

Related to: https://github.com/NixOS/nixpkgs/pull/467954
This commit is contained in:
Marcin Serwin
2026-01-09 21:02:15 +01:00
parent 60bf9df79e
commit d0a04f6fc0
+1
View File
@@ -56,6 +56,7 @@ stdenv.mkDerivation (finalAttrs: {
'';
mesonFlags = [
(lib.mesonBool "werror" false)
(lib.mesonOption "programmer" "auto")
(lib.mesonEnable "man-pages" true)
(lib.mesonEnable "tests" (!stdenv.buildPlatform.isDarwin))