me
/
guix
Archived
1
0
Fork 0

gnu: Remove duplicate module import.

This is a fixup for merge commit ad384816fe.

* gnu/packages/cups.scm: Don't import (guix gexp) twice.
master
Marius Bakke 2022-08-27 17:20:38 +02:00
parent ad384816fe
commit 0323bf7a19
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 0 additions and 1 deletions

View File

@ -54,7 +54,6 @@
#:use-module (guix build-system meson) #:use-module (guix build-system meson)
#:use-module (guix build-system python) #:use-module (guix build-system python)
#:use-module (guix download) #:use-module (guix download)
#:use-module (guix gexp)
#:use-module (guix git-download) #:use-module (guix git-download)
#:use-module (guix gexp) #:use-module (guix gexp)
#:use-module ((guix licenses) #:prefix license:) #:use-module ((guix licenses) #:prefix license:)