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
(ngc-internal-name container)
(with-imported-modules
`((guix build utils)
(ice-9 getopt-long))
`((guix build utils))
#~(begin
(use-modules (guix build utils)
(ice-9 getopt-long))