NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
18.09k stars 14.14k forks source link

gstreamer separate gtk #172887

Open Artturin opened 2 years ago

Artturin commented 2 years ago

the gnome iso has gstreamer twice due to some gnome apps needing gst good

/nix/store/rwpar8j9f3zcn05wm2hf9dya9rn5v8bb-gst-plugins-good-1.20.1                                        7.8M  276.4M
/nix/store/wmajgg8q1x09ilfmvl03qhfrq2bc0v5a-gst-plugins-good-1.20.1                                        7.8M  385.4M

it is due to https://github.com/NixOS/nixpkgs/blob/99926bcb973c0da0291b3fa21aa846ed46326234/pkgs/desktops/gnome/core/totem/default.nix#L59

arch puts the gtk lib in to a separate output. we could do the same thing https://archlinux.org/packages/extra/x86_64/gst-plugin-gtk/

Aleksanaa commented 1 year ago

still important