remctl: ingore a warning to fixup build

https://hydra.nixos.org/build/305939822/nixlog/1/tail
This commit is contained in:
Vladimír Čunát
2025-09-08 20:18:04 +02:00
parent 93235ae3db
commit 33241ea74c
+1
View File
@@ -25,6 +25,7 @@ stdenv.mkDerivation (finalAttrs: {
postPatch = ''
patchShebangs tests
sed -i '\,server/acl/localgroup,d' tests/TESTS
substituteInPlace configure.ac --replace "-Werror" ""
'';
nativeBuildInputs = [