From eae13bef4efdaf593664a369e993ba5f74204bc3 Mon Sep 17 00:00:00 2001 From: John Kehayias Date: Thu, 29 Jun 2023 14:20:10 -0400 Subject: nongnu: steam-client-libs: Add lsof. Some friend's list options, like inviting to a game, are not available without lsof. * nongnu/packages/steam-client.scm (steam-client-libs): Add lsof. --- nongnu/packages/steam-client.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nongnu/packages/steam-client.scm b/nongnu/packages/steam-client.scm index 9b9b08b..9c10356 100644 --- a/nongnu/packages/steam-client.scm +++ b/nongnu/packages/steam-client.scm @@ -37,6 +37,7 @@ #:use-module (gnu packages linux) #:use-module (gnu packages llvm) #:use-module (gnu packages logging) + #:use-module (gnu packages lsof) #:use-module (nongnu packages nvidia) #:use-module (gnu packages pciutils) #:use-module (gnu packages pulseaudio) @@ -124,6 +125,7 @@ ("libvdpau" ,libvdpau) ; Required for hardware video encoding/decoding. ("libvdpau-va-gl" ,libvdpau-va-gl) ; Additional VDPAU support. ("llvm" ,llvm-for-mesa) ; Required for mesa. + ("lsof" ,lsof) ; Required for some friend's list actions. ("mesa" ,mesa) ; Required for steam startup. ("nss-certs" ,nss-certs) ; Required for steam login. ("pciutils" ,pciutils) ; Tries to run lspci at steam startup. -- cgit v1.2.3