mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
Merge pull request #281042 from eclairevoyant/imv-strict
imv: fix build with `strictDeps = true;`
This commit is contained in:
commit
91cec1e6b4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user