mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Remove unused module import.
* gnu/packages/version-control.scm: Don't import (guix build python-build-system).
This commit is contained in:
parent
16f87d883b
commit
b5f3a1b84e
1 changed files with 0 additions and 1 deletions
|
@ -71,7 +71,6 @@ (define-module (gnu packages version-control)
|
|||
#:use-module (guix download)
|
||||
#:use-module (guix git-download)
|
||||
#:use-module (guix hg-download)
|
||||
#:use-module (guix build python-build-system)
|
||||
#:use-module (guix build-system cmake)
|
||||
#:use-module (guix build-system copy)
|
||||
#:use-module (guix build-system gnu)
|
||||
|
|
Loading…
Reference in a new issue