From 353a2e0756350e8cc2016d1bf0b353902b049295 Mon Sep 17 00:00:00 2001 From: Attila Lendvai Date: Thu, 30 Jun 2022 21:38:54 +0200 Subject: 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 --- nongnu/packages/steam-client.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nongnu/packages/steam-client.scm b/nongnu/packages/steam-client.scm index 8516c54..f85b21e 100644 --- a/nongnu/packages/steam-client.scm +++ b/nongnu/packages/steam-client.scm @@ -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)) -- cgit v1.2.3