diff options
author | Vinicius Monego <monego@posteo.net> | 2021-07-11 14:15:10 +0000 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-07-12 16:00:20 +0300 |
commit | 4f013b8c8201452aac69221e2bc2f981c9c5026d (patch) | |
tree | bdf3e899ee5e7d561c6e216a68b568fe26285d82 | |
parent | e34f7dfcc3b7bc736c2e6c87726776fba131b31b (diff) | |
download | guix-4f013b8c8201452aac69221e2bc2f981c9c5026d.tar.gz guix-4f013b8c8201452aac69221e2bc2f981c9c5026d.zip |
gnu: libheif: Satisfy 'libheif.pc'.
* gnu/packages/image.scm (libheif)[inputs]: Move dav1d, libaom, libde265, x265
to ...
[propagated-inputs]: ... here.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
-rw-r--r--gnu/packages/emacs-xyz.scm 19
1 files changed, 19 insertions, 0 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 163eb6791b..a9e4f69bc0 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -21164,6 +21164,25 @@ with emacs. It displays the output of the @code{repo status} command in a buffer and launches Magit from the status buffer for the project at point.") (license license:gpl3+))) +(define-public emacs-repology + (package + (name "emacs-repology") + (version "1.0.1") + (source + (origin + (method url-fetch) + (uri (string-append "https://elpa.gnu.org/packages/" + "repology-" version ".tar")) + (sha256 + (base32 "0y12496wafx95izah8vvv1x86k1m8kysm5mlhvshkp0zbpvmb5iq")))) + (build-system emacs-build-system) + (home-page "https://elpa.gnu.org/packages/repology.html") + (synopsis "Repology API access via Elisp") + (description + "This package provides tools to query Repology API (see +@url{https://repology.org/api}), process results, and display them.") + (license license:gpl3+))) + (define-public emacs-alect-themes (package (name "emacs-alect-themes") |