mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
fix missing su in chrootenv
This commit is contained in:
parent
14cdaec895
commit
3b0ed7bb14
@ -1,10 +1,10 @@
|
||||
{ buildFHSChrootEnv, steam
|
||||
, xterm, libX11, zenity, python, mesa, xdg_utils, dbus_tools, alsaLib
|
||||
, xterm, libX11, zenity, python, mesa, xdg_utils, dbus_tools, alsaLib, su
|
||||
}:
|
||||
|
||||
buildFHSChrootEnv {
|
||||
name = "steam";
|
||||
pkgs = [ steam xterm libX11 zenity python mesa xdg_utils dbus_tools alsaLib ];
|
||||
pkgs = [ steam xterm libX11 zenity python mesa xdg_utils dbus_tools alsaLib su ];
|
||||
profile = ''
|
||||
export LD_LIBRARY_PATH=/run/opengl-driver/lib:/run/opengl-driver-32/lib:/lib
|
||||
export FONTCONFIG_FILE=/etc/fonts/fonts.conf
|
||||
|
Loading…
Reference in New Issue
Block a user