steam: add elfutils to fhsenv
Pressure-vessel's helper *-inspect-library now depends on libelf.so.1 which is provided by elfutils.out (not libelf) on nixos.
This commit is contained in:
parent
270de46da6
commit
eaf8701406
1 changed files with 3 additions and 0 deletions
|
@ -145,6 +145,9 @@ in buildFHSUserEnv rec {
|
|||
xorg.libXxf86vm
|
||||
libelf
|
||||
|
||||
# pressure-vessel (required for mangohud and possibly more)
|
||||
elfutils.out
|
||||
|
||||
# Required
|
||||
glib
|
||||
gtk2
|
||||
|
|
Loading…
Reference in a new issue