mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: meson-python: Do not delete LICENSES directory.
* gnu/packages/build-tools.scm (meson-python)[arguments]: Remove custom phases. Change-Id: I653d18200dbb718791b3e193105b7ce9b22aa6e2
This commit is contained in:
parent
332ae4deda
commit
976cb712f5
1 changed files with 1 additions and 8 deletions
|
@ -347,14 +347,7 @@ (define-public meson-python
|
||||||
(list #:test-flags #~(list "tests"
|
(list #:test-flags #~(list "tests"
|
||||||
;; The test_pep518 tries to install
|
;; The test_pep518 tries to install
|
||||||
;; dependencies from the network using pip.
|
;; dependencies from the network using pip.
|
||||||
"-k" "not test_pep518")
|
"-k" "not test_pep518")))
|
||||||
#:phases
|
|
||||||
'(modify-phases %standard-phases
|
|
||||||
;; This additional top directory confuses setuptools. We could
|
|
||||||
;; work around this by overriding the detection of the project
|
|
||||||
;; directory, but deleting this directory is easier.
|
|
||||||
(add-after 'unpack 'delete-directory
|
|
||||||
(lambda _ (delete-file-recursively "LICENSES"))))))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list meson
|
(list meson
|
||||||
ninja
|
ninja
|
||||||
|
|
Loading…
Reference in a new issue