diff options
| author | Hilton Chain <hako@ultrarare.space> | 2026-04-03 23:50:38 +0800 |
|---|---|---|
| committer | Hilton Chain <hako@ultrarare.space> | 2026-04-03 23:57:31 +0800 |
| commit | dca6dba9dc46bd41830596f7d931990e7132e126 (patch) | |
| tree | 554ee98aa728961216b3dbc1861579a5bd078797 | |
| parent | 9e81afe1f76784f7279006f0e9e6e4fe027584a7 (diff) | |
nongnu: game-client: Remove (nongnu packages nvidia) module import.
This is a follow-up to 55d33edf6168c47eb3324e451a2301c2cb856a24.
As currently steam-nvidia depends on both steam and nvidia-driver at the
top-level, it seems that there's no better solution at the moment.
* nongnu/packages/game-client.scm: Remove (nongnu packages nvidia) module
import.
Fixes: https://gitlab.com/nonguix/nonguix/-/merge_requests/845#note_3220345364
| -rw-r--r-- | nongnu/packages/game-client.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nongnu/packages/game-client.scm b/nongnu/packages/game-client.scm index 863333c..6109c63 100644 --- a/nongnu/packages/game-client.scm +++ b/nongnu/packages/game-client.scm @@ -44,7 +44,6 @@ #:use-module (gnu packages llvm) #:use-module (gnu packages logging) #:use-module (gnu packages lsof) - #:use-module (nongnu packages nvidia) #:use-module (gnu packages nss) #:use-module (gnu packages pciutils) #:use-module (gnu packages pulseaudio) |
