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

authored by Peder Bergebakken Sundt and committed by GitHub 5ece7f4b a5e34fa0

+4
+4
pkgs/by-name/li/libopenraw/package.nix
··· 40 40 -e "s,GDK_PIXBUF_DIR=.*,GDK_PIXBUF_DIR=$out/lib/gdk-pixbuf-2.0/2.10.0/loaders," 41 41 ''; 42 42 43 + configureFlags = [ 44 + "--with-boost=${lib.getDev boost}" 45 + ]; 46 + 43 47 meta = with lib; { 44 48 description = "RAW camerafile decoding library"; 45 49 homepage = "https://libopenraw.freedesktop.org";