Commit c8f9654e authored by Colin's avatar Colin
Browse files

lzip: enable strictDeps

package output appears identical before and after this change.
parent c3cad4b3
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";