mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
enchant: fix build with strictDeps = true;
This commit is contained in:
parent
a21b0a6982
commit
2f66478faa
@ -22,6 +22,8 @@ stdenv.mkDerivation rec {
|
||||
hash = "sha256-wcVxnypZfOPgbJOM+5n7aX2gk96nuFfMAE3B3PG7oYI=";
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
nativeBuildInputs = [
|
||||
groff
|
||||
pkg-config
|
||||
@ -33,7 +35,7 @@ stdenv.mkDerivation rec {
|
||||
nuspell
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
checkInputs = [
|
||||
unittest-cpp
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user