mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user