diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-02-11 21:01:25 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-02-11 21:03:07 +0000 |
commit | ab3da80ae1bf0aad93775105811b2d1ceb9b705f (patch) | |
tree | 77c2e1234afbbaaa09785af53f046e36e1297e49 /gnu | |
parent | d0671703b68222d39af81f33d499d2edfc7831cb (diff) | |
download | guix-ab3da80ae1bf0aad93775105811b2d1ceb9b705f.tar.gz |
gnu: abjad-ext-rmakers: Simplify package.
* gnu/packages/music.scm (abjad-ext-rmakers) [build-system]: Swap to pyproject-build-system. [arguments]: Use standard 'check phase. Change-Id: Ic2591fbe35d7479e120048d334cc202a5e1c9243
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/music.scm | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index a1a3909630..6b218376b7 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -1673,15 +1673,7 @@ typographic detail of symbols on the page.") (sha256 (base32 "0wma9vzn42h1rhbzh2dwjsrzjhsi1yqdgn6wx1dfk78vaki6prd8")))) - (build-system python-build-system) - (arguments - `(#:phases - (modify-phases %standard-phases - (replace 'check - (lambda* (#:key tests? #:allow-other-keys) - (when tests? - (invoke "python" "-m" "pytest" ".") - #t)))))) + (build-system pyproject-build-system) (native-inputs (list lilypond python-black |