guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

48/150: gnu: picard: Remove old build flag.


From: guix-commits
Subject: 48/150: gnu: picard: Remove old build flag.
Date: Sun, 24 Apr 2022 05:12:21 -0400 (EDT)

lbraun pushed a commit to branch wip-python-pep517
in repository guix.

commit b63a107b49907e5975f5d29bea00de344d4b378d
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Wed Dec 29 19:09:56 2021 +0100

    gnu: picard: Remove old build flag.
    
    * gnu/packages/music.scm (picard)[#:use-setuptools]: Remove.
---
 gnu/packages/music.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index aa91192614..34ab9ad83b 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -3568,8 +3568,7 @@ event-based scripts for scrobbling, notifications, etc.")
               (patches (search-patches "picard-fix-id3-rename-test.patch"))))
     (build-system python-build-system)
     (arguments
-     '(#:use-setuptools? #f
-       #:configure-flags
+     '(#:configure-flags
        (list "--root=/"
              ;; Don't phone home or show ‘Check for Update…’ in the Help menu.
              "--disable-autoupdate")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]