about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorMichele Guerini Rocco <rnhmjoj@users.noreply.github.com>2024-01-16 10:05:52 +0100
committerGitHub <noreply@github.com>2024-01-16 10:05:52 +0100
commit91cec1e6b4b5d8d23b959a107dc60c5a56329195 (patch)
tree95200a978be32f169504dfb286e999621d93932a /pkgs/applications/graphics
parent60bb5cbb78e264b4155cc17405f8eb1ab95de897 (diff)
parentf5b79154ff7c098a0b9705457197663506dd9146 (diff)
Merge pull request #281042 from eclairevoyant/imv-strict
imv: fix build with `strictDeps = true;`
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/imv/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/imv/default.nix b/pkgs/applications/graphics/imv/default.nix
index 30a8a24e3bc27..044814c88a1c3 100644
--- a/pkgs/applications/graphics/imv/default.nix
+++ b/pkgs/applications/graphics/imv/default.nix
@@ -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