mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
build/pyproject: Resolve import warning.
* guix/build/pyproject-build-system.scm: Hide the 'delete' symbol from the imported (guix build utils) module to avoid a naming clash warning. Change-Id: I48f97bf29b5282de1440c68d533c8300d4d11362 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
1d0493e58d
commit
f3f42af8ae
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
|
||||
(define-module (guix build pyproject-build-system)
|
||||
#:use-module ((guix build python-build-system) #:prefix python:)
|
||||
#:use-module (guix build utils)
|
||||
#:use-module ((guix build utils) #:hide (delete))
|
||||
#:use-module (guix build json)
|
||||
#:use-module (guix build toml)
|
||||
#:use-module (ice-9 match)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue