Commit eaf87014 authored by hw-lunemann's avatar hw-lunemann
Browse files

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.
parent 270de46d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -145,6 +145,9 @@ in buildFHSUserEnv rec {
    xorg.libXxf86vm
    libelf

    # pressure-vessel (required for mangohud and possibly more)
    elfutils.out

    # Required
    glib
    gtk2