diff options
author | Ludovic Courtès <ludo@gnu.org> | 2022-06-08 14:46:24 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-06-08 14:46:24 +0200 |
commit | 8c3e9da13a3c92a7db308db8c0d81cb474ad7799 (patch) | |
tree | 88d06952aa5cc3a9c4991d9c43eb7950ff174fe1 /gnu/packages/enlightenment.scm | |
parent | 5439c04ebdb7b6405f5ea2446b375f1d155a8d95 (diff) | |
parent | 0c5299200ffcd16370f047b7ccb187c60f30da34 (diff) |
Merge branch 'master' into core-updates
Diffstat (limited to 'gnu/packages/enlightenment.scm')
-rw-r--r-- | gnu/packages/enlightenment.scm | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm index 6a02ab1ca4..12d5a56d6a 100644 --- a/gnu/packages/enlightenment.scm +++ b/gnu/packages/enlightenment.scm @@ -439,9 +439,6 @@ embedded systems.") Libraries stack (eo, evas, ecore, edje, emotion, ethumb and elementary).") (license license:lgpl3))) -(define-public python2-efl - (package-with-python2 python-efl)) - (define-public edi (package (name "edi") @@ -483,34 +480,6 @@ and in creating applications based on the Enlightenment Foundation Library suite license:gpl2 ; edi 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 (package (name "ephoto") |