mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
8a5a983241
commit
eca2591476
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue