From d55c97e7b5e85d5b0e551fdfb2705aa9279f628e Mon Sep 17 00:00:00 2001 From: Alexander Bakker Date: Wed, 6 Dec 2023 00:18:33 +0100 Subject: [PATCH] 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. --- pkgs/applications/graphics/qimgv/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/applications/graphics/qimgv/default.nix b/pkgs/applications/graphics/qimgv/default.nix index 560cf666d262..2cb5f8ddde24 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