Commit c9da1f68 authored by pongo1231's avatar pongo1231
Browse files

duperemove: add -Wno-error=format-security to CFLAGS

parent 9a7ff870
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@ stdenv.mkDerivation rec {
  makeFlags = [
    "PREFIX=${placeholder "out"}"
    "VERSION=v${version}"
    "CFLAGS=-Wno-error=format-security"
  ];

  passthru.tests.version = testers.testVersion {