Unverified Commit 892b920a authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

httpdirfs: fix build (#428164)

parents 2d59b56a 91c5661f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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";