From 70a43b328fce5525c05994d81c3cae95cba3926b Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sun, 11 Feb 2024 13:38:01 +0000 Subject: gnu: abjad-ext-nauert: Simplify package. * gnu/packages/music.scm (abjad-ext-nauert) [build-system]: Swap to pyproject-build-system. [arguments]: Use standard 'check phase. Change-Id: Ica32dd692964d200a81628e82a8333656dc10170 --- gnu/packages/music.scm | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'gnu/packages/music.scm') diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 576710e995..2e570c903f 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -52,7 +52,7 @@ ;;; Copyright © 2022 jgart ;;; Copyright © 2023 Jonathan Brielmaier ;;; Copyright © 2023 Antero Mejr -;;; Copyright © 2023 Sharlatan Hellseher +;;; Copyright © 2023, 2024 Sharlatan Hellseher ;;; Copyright © 2023 Yovan Naumovski ;;; ;;; This file is part of GNU Guix. @@ -1715,15 +1715,7 @@ and manipulating rhythms such as accelerandi, taleas, and more.") (sha256 (base32 "05hr2lr6myzi493k8vc19cqzraxxnbdwlckwbnras19l5g5ns38x")))) - (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" "tests") - #t)))))) + (build-system pyproject-build-system) (native-inputs (list lilypond python-black -- cgit v1.2.3