mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 18:09:18 -05:00
gnu: Remove lekha.
* gnu/packages/enlightenment.scm (lekha): Delete variable.
This commit is contained in:
parent
766af48884
commit
a512c65503
1 changed files with 0 additions and 28 deletions
|
@ -483,34 +483,6 @@ (define-public edi
|
||||||
license:gpl2 ; edi
|
license:gpl2 ; edi
|
||||||
license:gpl3)))) ; data/extra/examples/images/mono-runtime.png
|
license:gpl3)))) ; data/extra/examples/images/mono-runtime.png
|
||||||
|
|
||||||
(define-public lekha
|
|
||||||
(package
|
|
||||||
(name "lekha")
|
|
||||||
(version "0.2.1")
|
|
||||||
(source (origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (pypi-uri "Lekha" version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0zr6i74ik58pbzrd7r9l7sawqbdv0r2c1a9927qkqzwga27x8j15"))))
|
|
||||||
(build-system python-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:tests? #f ; no test target
|
|
||||||
#:python ,python-2
|
|
||||||
#:phases
|
|
||||||
(modify-phases %standard-phases
|
|
||||||
(add-after 'unpack 'fix-data-location
|
|
||||||
(lambda _ (substitute* "setup.py"
|
|
||||||
(("'/usr/")"'"))
|
|
||||||
#t)))))
|
|
||||||
(propagated-inputs
|
|
||||||
(list python2-efl python2-pypdf2 python2-pyxdg))
|
|
||||||
(synopsis "Simple PDF viewer")
|
|
||||||
(description
|
|
||||||
"Simple PDF viewer based on the Enlightenment Foundation Libraries.")
|
|
||||||
(home-page "https://github.com/kaihu/lekha")
|
|
||||||
(license license:gpl3+)))
|
|
||||||
|
|
||||||
(define-public ephoto
|
(define-public ephoto
|
||||||
(package
|
(package
|
||||||
(name "ephoto")
|
(name "ephoto")
|
||||||
|
|
Loading…
Reference in a new issue