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
|
@ -37,7 +37,6 @@
|
|||
#: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 New Issue