me
/
guix
Archived
1
0
Fork 0

gnu: Remove unused module import.

* gnu/packages/version-control.scm: Don't import (guix build python-build-system).
Marius Bakke 2022-12-12 15:12:08 +01:00
parent 16f87d883b
commit b5f3a1b84e
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 0 additions and 1 deletions

View File

@ -71,7 +71,6 @@
#: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)