gnu: python-axolotl: Remove workaround for bug #20765.
* gnu/packages/python.scm (python-axolotl, python2-axolotl)[arguments]: Remove #:configure-flags.
This commit is contained in:
parent
22d7360b16
commit
01fb9f6638
|
@ -11959,10 +11959,7 @@ python-axolotl.")
|
||||||
(lambda _
|
(lambda _
|
||||||
(for-each delete-file-recursively
|
(for-each delete-file-recursively
|
||||||
'("axolotl/tests" "build/lib/axolotl/tests"))
|
'("axolotl/tests" "build/lib/axolotl/tests"))
|
||||||
#t)))
|
#t)))))
|
||||||
;; Prevent creation of the egg. This works around
|
|
||||||
;; https://debbugs.gnu.org/cgi/bugreport.cgi?bug=20765
|
|
||||||
#:configure-flags '("--root=/")))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-axolotl-curve25519" ,python-axolotl-curve25519)
|
`(("python-axolotl-curve25519" ,python-axolotl-curve25519)
|
||||||
("python-dateutil" ,python-dateutil)
|
("python-dateutil" ,python-dateutil)
|
||||||
|
|
Loading…
Reference in New Issue