forked from mirrors/nixpkgs
steam: fix paradox launcher
This commit is contained in:
parent
2ccb169e38
commit
6cd2ceb472
|
@ -106,6 +106,7 @@ in buildFHSUserEnv rec {
|
|||
gst_all_1.gst-plugins-ugly
|
||||
gst_all_1.gst-plugins-base
|
||||
libdrm
|
||||
libxkbcommon # paradox launcher
|
||||
mono
|
||||
xorg.xkeyboardconfig
|
||||
xorg.libpciaccess
|
||||
|
@ -205,7 +206,6 @@ in buildFHSUserEnv rec {
|
|||
libidn
|
||||
tbb
|
||||
wayland
|
||||
libxkbcommon
|
||||
|
||||
# Other things from runtime
|
||||
flac
|
||||
|
|
Loading…
Reference in a new issue