about summary refs log tree commit diff
path: root/pkgs/applications/graphics/qimgv
diff options
context:
space:
mode:
authorAlexander Bakker <ab@alexbakker.me>2023-12-06 00:18:33 +0100
committerCole Helbling <cole.e.helbling@outlook.com>2023-12-06 06:49:12 -0800
commitd55c97e7b5e85d5b0e551fdfb2705aa9279f628e (patch)
tree814f47960f8dc9e7c71800adacfabe1294799318 /pkgs/applications/graphics/qimgv
parentbc9c6e60a3dd885fb0407d25c007aa2864d57e77 (diff)
qimgv: enable video support
This patch enables video support for qimgv. VIDEO_SUPPORT=OFF is still
the default for the version of qimgv we have. Looks like it will be
enabled by default in the future though.
Diffstat (limited to 'pkgs/applications/graphics/qimgv')
-rw-r--r--pkgs/applications/graphics/qimgv/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/qimgv/default.nix b/pkgs/applications/graphics/qimgv/default.nix
index 560cf666d2621..2cb5f8ddde247 100644
--- a/pkgs/applications/graphics/qimgv/default.nix
+++ b/pkgs/applications/graphics/qimgv/default.nix
@@ -29,6 +29,10 @@ mkDerivation rec {
     pkg-config
   ];
 
+  cmakeFlags = [
+    "-DVIDEO_SUPPORT=ON"
+  ];
+
   buildInputs = [
     exiv2
     mpv