diff options
author | Tomas Volf <~@wolfsden.cz> | 2025-06-27 20:28:03 +0200 |
---|---|---|
committer | Zheng Junjie <z572@z572.online> | 2025-06-28 10:16:56 +0800 |
commit | eca25914764ebced9678372071e83755c960abc1 (patch) | |
tree | 6d93158febf1681fab4235fa30d39177981202a9 /guix/import | |
parent | 8a5a983241d26d255438b6b537bab33955dbb45d (diff) |
import: nuget: Use (ice-9 format).
* guix/import/nuget.scm: Use (ice-9 format) module.
Change-Id: I8db23842a4e4ec0347549bd8ad12beee80904d6b
Signed-off-by: Zheng Junjie <z572@z572.online>
Diffstat (limited to 'guix/import')
-rw-r--r-- | guix/import/nuget.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guix/import/nuget.scm b/guix/import/nuget.scm index bee74a2e63..baa61e2025 100644 --- a/guix/import/nuget.scm +++ b/guix/import/nuget.scm @@ -24,6 +24,7 @@ ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. (define-module (guix import nuget) + #:use-module (ice-9 format) #:use-module (ice-9 match) #:use-module (ice-9 regex) #:use-module (ice-9 pretty-print) |