mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-22 00:18:07 +01:00
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
1 changed files with 1 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue