guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: python-axolotl: Remove workaround for bug #20765.


From: Marius Bakke
Subject: 02/05: gnu: python-axolotl: Remove workaround for bug #20765.
Date: Fri, 16 Dec 2016 01:20:05 +0000 (UTC)

mbakke pushed a commit to branch python-tests
in repository guix.

commit 01fb9f6638bf6a77e5323ed63b3462976aa318f0
Author: Marius Bakke <address@hidden>
Date:   Fri Dec 16 01:07:41 2016 +0100

    gnu: python-axolotl: Remove workaround for bug #20765.
    
    * gnu/packages/python.scm (python-axolotl, python2-axolotl)[arguments]:
    Remove #:configure-flags.
---
 gnu/packages/python.scm |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 57275ac..326f5ee 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -11959,10 +11959,7 @@ python-axolotl.")
            (lambda _
              (for-each delete-file-recursively
                        '("axolotl/tests" "build/lib/axolotl/tests"))
-             #t)))
-       ;; Prevent creation of the egg. This works around
-       ;; https://debbugs.gnu.org/cgi/bugreport.cgi?bug=20765
-       #:configure-flags '("--root=/")))
+             #t)))))
     (propagated-inputs
      `(("python-axolotl-curve25519" ,python-axolotl-curve25519)
        ("python-dateutil" ,python-dateutil)



reply via email to

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