lzo: add strictDeps = true;

This commit is contained in:
Guillaume Girol 2021-08-11 12:00:00 +00:00
parent bf74dfbc54
commit 842c163b4f

View file

@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
doCheck = true; # not cross;
strictDeps = true;
meta = with lib; {
description = "Real-time data (de)compression library";
longDescription = ''