diff options
author | Hilton Chain <hako@ultrarare.space> | 2025-08-16 18:47:38 +0800 |
---|---|---|
committer | Hilton Chain <hako@ultrarare.space> | 2025-08-16 18:48:29 +0800 |
commit | b25120aa4905db3938d334da302e21d49d091686 (patch) | |
tree | bae1edf78df28af8a362bf29612566c0ebd55784 /nongnu | |
parent | ae2b0542836682e392128b1b4852dcc4f1eb2fd1 (diff) |
nongnu: game-client: Import (gnu packages nss).
For compatibility with upcoming nss-updates merge.
* nongnu/packages/game-client.scm: Import module (gnu packages nss).
Diffstat (limited to 'nongnu')
-rw-r--r-- | nongnu/packages/game-client.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nongnu/packages/game-client.scm b/nongnu/packages/game-client.scm index f50a13e..817c97b 100644 --- a/nongnu/packages/game-client.scm +++ b/nongnu/packages/game-client.scm @@ -45,6 +45,7 @@ #: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) #:use-module (gnu packages python) |