Unverified Commit a35fc772 authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

lzip: enable strictDeps (#483833)

parents 5fa18e5a c8f9654e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -38,6 +38,7 @@ stdenv.mkDerivation rec {

  doCheck = true;
  enableParallelBuilding = true;
  strictDeps = true;

  meta = {
    homepage = "https://www.nongnu.org/lzip/lzip.html";