about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authoréclairevoyant <848000+eclairevoyant@users.noreply.github.com>2024-01-14 18:51:22 -0500
committeréclairevoyant <848000+eclairevoyant@users.noreply.github.com>2024-01-15 09:02:27 -0500
commitf5b79154ff7c098a0b9705457197663506dd9146 (patch)
tree7350bbb8c036064a764aaba55361053bd687f30b /pkgs/applications/graphics
parente4d7cf931c96c65ccb10fe18b0ae5971dd87ec10 (diff)
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