Merge pull request #281042 from eclairevoyant/imv-strict

imv: fix build with `strictDeps = true;`
This commit is contained in:
Michele Guerini Rocco 2024-01-16 10:05:52 +01:00 committed by GitHub
commit 91cec1e6b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,9 +78,10 @@ stdenv.mkDerivation rec {
"-Dman=enabled"
] ++ backendFlags;
strictDeps = true;
nativeBuildInputs = [
asciidoc
cmocka
docbook_xsl
libxslt
meson
@ -89,6 +90,7 @@ stdenv.mkDerivation rec {
];
buildInputs = [
cmocka
icu
libxkbcommon
pango