libopenraw: fix the (missing boost dependency) (#436568)

This commit is contained in:
Peder Bergebakken Sundt
2025-08-27 02:20:39 +02:00
committed by GitHub
+4
View File
@@ -40,6 +40,10 @@ stdenv.mkDerivation rec {
-e "s,GDK_PIXBUF_DIR=.*,GDK_PIXBUF_DIR=$out/lib/gdk-pixbuf-2.0/2.10.0/loaders,"
'';
configureFlags = [
"--with-boost=${lib.getDev boost}"
];
meta = with lib; {
description = "RAW camerafile decoding library";
homepage = "https://libopenraw.freedesktop.org";