bcachefs-tools: reintroduce format-security error.

I believe this has been fixed upstream.
This commit is contained in:
Daniel Hill 2023-09-29 19:44:39 +13:00 committed by Jörg Thalheim
parent 968607c812
commit f278e60b5c

View File

@ -34,9 +34,6 @@ in stdenv.mkDerivation {
hash = "sha256-XgXUwyZV5N8buYTuiu1Y1ZU3uHXjZ/OZ1kbZ9d6Rt5I=";
};
# errors on fsck_err function. Maybe miss-detection?
NIX_CFLAGS_COMPILE = "-Wno-error=format-security";
nativeBuildInputs = [
pkg-config
cargo