nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

cheese: Propagate gstreamer

For lib/pkgconfig/cheese.pc (e.g. try building budgie-control-center).

+7 -4
+7 -4
pkgs/by-name/ch/cheese/package.nix
··· 67 67 buildInputs = [ 68 68 adwaita-icon-theme 69 69 clutter-gst 70 - clutter-gtk 71 70 dbus 72 - gdk-pixbuf 73 - glib 74 71 gnome-desktop 75 72 gnome-video-effects 76 73 gst_all_1.gst-plugins-bad 77 74 gst_all_1.gst-plugins-base 78 75 gst_all_1.gst-plugins-good 79 - gst_all_1.gstreamer 80 76 gtk3 81 77 libcanberra-gtk3 82 78 librsvg 83 79 pipewire # PipeWire provides a gstreamer plugin for using PipeWire for video 80 + ]; 81 + 82 + propagatedBuildInputs = [ 83 + clutter-gtk 84 + gdk-pixbuf 85 + glib 86 + gst_all_1.gstreamer 84 87 ]; 85 88 86 89 preFixup = ''