~ruther/guix-local

f3f42af8ae25bfa6cbcb15d326ad38a398a5d1ed — Maxim Cournoyer 9 months ago 1d0493e
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>
1 files changed, 1 insertions(+), 1 deletions(-)

M guix/build/pyproject-build-system.scm
M guix/build/pyproject-build-system.scm => guix/build/pyproject-build-system.scm +1 -1
@@ 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)