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>
This commit is contained in:
Tomas Volf 2025-06-27 20:28:03 +02:00 committed by Zheng Junjie
parent 8a5a983241
commit eca2591476
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -24,6 +24,7 @@
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
(define-module (guix import nuget) (define-module (guix import nuget)
#:use-module (ice-9 format)
#:use-module (ice-9 match) #:use-module (ice-9 match)
#:use-module (ice-9 regex) #:use-module (ice-9 regex)
#:use-module (ice-9 pretty-print) #:use-module (ice-9 pretty-print)