me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/python.scm (python-axolotl, python2-axolotl)[arguments]:
Remove #:configure-flags.
master
Marius Bakke 2016-12-16 01:07:41 +01:00
parent 22d7360b16
commit 01fb9f6638
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 4 deletions

View File

@ -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)