Merge pull request #280678 from eclairevoyant/enchant-strict

enchant: fix build with `strictDeps = true;`
This commit is contained in:
Guillaume Girol
2024-01-13 18:58:05 +01:00
committed by GitHub
+3 -1
View File
@@ -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
];