From 91c5661f48a6e6855ab7e4402dea6d25569569f0 Mon Sep 17 00:00:00 2001 From: Anthony ROUSSEL Date: Thu, 24 Jul 2025 23:39:01 +0200 Subject: [PATCH] httpdirfs: fix build --- pkgs/by-name/ht/httpdirfs/package.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/by-name/ht/httpdirfs/package.nix b/pkgs/by-name/ht/httpdirfs/package.nix index df8975a197da..772b3d27149f 100644 --- a/pkgs/by-name/ht/httpdirfs/package.nix +++ b/pkgs/by-name/ht/httpdirfs/package.nix @@ -41,6 +41,11 @@ stdenv.mkDerivation (finalAttrs: { libuuid ]; + env.NIX_CFLAGS_COMPILE = toString [ + "-Wno-error=attribute-warning" + "-Wno-error=pedantic" + ]; + passthru = { tests.version = testers.testVersion { command = "${lib.getExe finalAttrs.finalPackage} --version";