abiword: set strictDeps=true

This commit is contained in:
Adam Joseph 2023-04-17 19:59:00 -07:00
parent 715bc56b08
commit 10d06c610f

View File

@ -50,6 +50,7 @@ stdenv.mkDerivation rec {
goffice
];
strictDeps = true;
enableParallelBuilding = true;
meta = with lib; {