guix-commits
[Top][All Lists]
Advanced

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

15/150: gnu: python-file: Remove obsolete #:configure-flags.


From: guix-commits
Subject: 15/150: gnu: python-file: Remove obsolete #:configure-flags.
Date: Sun, 24 Apr 2022 05:12:16 -0400 (EDT)

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

commit 3eff3ce23e724353bf07b6ddac71c57beebd7c82
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Thu Nov 25 12:37:35 2021 +0100

    gnu: python-file: Remove obsolete #:configure-flags.
    
    * gnu/packages/python-xyz.scm (python-file)[#:configure-flags]: Remove.
---
 gnu/packages/python-xyz.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 3a6a62ac75..d33f457dd5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12530,7 +12530,6 @@ Python's @code{ctypes} foreign function interface 
(FFI).")
     (build-system python-build-system)
     (arguments
      '(#:tests? #f                                ;no tests
-       #:configure-flags '("--single-version-externally-managed" "--root=/")
        #:phases (modify-phases %standard-phases
                   (add-before 'build 'change-directory
                     (lambda _



reply via email to

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