mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: Remove unnecessary module import.
This is a followup to d2885c8392
.
* gnu/packages/version-control.scm: Remove needless module import.
This commit is contained in:
parent
6efb578a14
commit
992a9e59dd
1 changed files with 0 additions and 1 deletions
|
@ -37,7 +37,6 @@ (define-module (gnu packages version-control)
|
|||
#:use-module (guix packages)
|
||||
#:use-module (guix download)
|
||||
#:use-module (guix git-download)
|
||||
#:use-module (guix build utils)
|
||||
#:use-module (guix build-system cmake)
|
||||
#:use-module (guix build-system gnu)
|
||||
#:use-module (guix build-system haskell)
|
||||
|
|
Loading…
Reference in a new issue