nongnu: steam: Cleanup make-internal-script to avoid import warnings.

* nongnu/packages/steam-client.scm (make-internal-script): Don't import Guile
standard modules in with-imported-modules.

Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
This commit is contained in:
Attila Lendvai 2022-06-30 21:38:54 +02:00 committed by Jonathan Brielmaier
parent be172ccf27
commit 353a2e0756
No known key found for this signature in database
GPG Key ID: ECFC83988B4E4B9F

View File

@ -566,8 +566,7 @@ application."
(program-file (program-file
(ngc-internal-name container) (ngc-internal-name container)
(with-imported-modules (with-imported-modules
`((guix build utils) `((guix build utils))
(ice-9 getopt-long))
#~(begin #~(begin
(use-modules (guix build utils) (use-modules (guix build utils)
(ice-9 getopt-long)) (ice-9 getopt-long))