mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
guix lint: Remove duplicated module lines.
* guix/scripts/lint.scm (guix): Remove duplicated lines for using 'srfi-34' and 'srfi-35' modules. These lines were introduced twice by commitsb210b35and002c57c.
This commit is contained in:
parent
f0afb0c86f
commit
663d0733c8
1 changed files with 0 additions and 2 deletions
|
|
@ -34,8 +34,6 @@
|
|||
#:use-module (ice-9 regex)
|
||||
#:use-module (ice-9 format)
|
||||
#:use-module (web uri)
|
||||
#:use-module (srfi srfi-34)
|
||||
#:use-module (srfi srfi-35)
|
||||
#:use-module ((guix build download)
|
||||
#:select (maybe-expand-mirrors
|
||||
open-connection-for-uri))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue