mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
steam-run: remove ancient gstreamer dependency
It is insecure and broken. Follow https://github.com/NixOS/nixpkgs/pull/93398
This commit is contained in:
parent
e68e048e50
commit
5a1a7d3dcc
@ -89,6 +89,7 @@ in buildFHSUserEnv rec {
|
|||||||
at-spi2-core # CrossCode
|
at-spi2-core # CrossCode
|
||||||
gst_all_1.gstreamer
|
gst_all_1.gstreamer
|
||||||
gst_all_1.gst-plugins-ugly
|
gst_all_1.gst-plugins-ugly
|
||||||
|
gst_all_1.gst-plugins-base
|
||||||
libdrm
|
libdrm
|
||||||
mono
|
mono
|
||||||
xorg.xkeyboardconfig
|
xorg.xkeyboardconfig
|
||||||
@ -193,8 +194,6 @@ in buildFHSUserEnv rec {
|
|||||||
SDL_mixer
|
SDL_mixer
|
||||||
SDL2_ttf
|
SDL2_ttf
|
||||||
SDL2_mixer
|
SDL2_mixer
|
||||||
gstreamer
|
|
||||||
gst-plugins-base
|
|
||||||
libappindicator-gtk2
|
libappindicator-gtk2
|
||||||
libcaca
|
libcaca
|
||||||
libcanberra
|
libcanberra
|
||||||
|
Loading…
Reference in New Issue
Block a user