mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
abiword: set strictDeps=true
This commit is contained in:
parent
715bc56b08
commit
10d06c610f
@ -50,6 +50,7 @@ stdenv.mkDerivation rec {
|
||||
goffice
|
||||
];
|
||||
|
||||
strictDeps = true;
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user