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:
parent
be172ccf27
commit
353a2e0756
|
@ -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))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user