Merge pull request #112325 from andresilva/fix-gnomecast-librsvg

gnomecast: fix missing pixbuf module

authored by

Jan Tojnar and committed by
GitHub
a1ea4bdd 091f73f8

+4
+4
pkgs/applications/video/gnomecast/default.nix
··· 16 16 gtk3 gobject-introspection 17 17 ]; 18 18 19 + # NOTE: gdk-pixbuf setup hook does not run with strictDeps 20 + # https://nixos.org/manual/nixpkgs/stable/#ssec-gnome-hooks-gobject-introspection 21 + strictDeps = false; 22 + 19 23 preFixup = '' 20 24 gappsWrapperArgs+=(--prefix PATH : ${lib.makeBinPath [ ffmpeg_3 ]}) 21 25 '';