From 0d1b3681f92241c1fc6d69513be9645cd3db25d7 Mon Sep 17 00:00:00 2001 From: Marcin Serwin Date: Fri, 9 Jan 2026 19:51:20 +0100 Subject: [PATCH] multipath-tools: disable -Werror Related to: https://github.com/NixOS/nixpkgs/pull/467954 Signed-off-by: Marcin Serwin --- pkgs/by-name/mu/multipath-tools/package.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/by-name/mu/multipath-tools/package.nix b/pkgs/by-name/mu/multipath-tools/package.nix index ae52507b8464..e3c252848759 100644 --- a/pkgs/by-name/mu/multipath-tools/package.nix +++ b/pkgs/by-name/mu/multipath-tools/package.nix @@ -51,6 +51,7 @@ stdenv.mkDerivation (finalAttrs: { strictDeps = true; makeFlags = [ + "WARN_ONLY=1" "LIB=lib" "prefix=$(out)" "systemd_prefix=$(out)"