mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove duplicate package tgs2png.
The exact same package is also defined in gnu/packages/telegram.scm * gnu/packages/animation.scm (tgs2png): Remove variable. * gnu/packages/emacs-xyz.scm: Add import (gnu packages telegram). Change-Id: I53984b6ba0dbfe72e95ad0ec157b1c7b9ab81e15 Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
This commit is contained in:
parent
6b5fc48129
commit
90d6fcd59d
2 changed files with 7 additions and 31 deletions
|
@ -299,6 +299,7 @@
|
|||
#:use-module (gnu packages erlang)
|
||||
#:use-module (gnu packages statistics)
|
||||
#:use-module (gnu packages libcanberra)
|
||||
#:use-module (gnu packages telegram)
|
||||
#:use-module (gnu packages texinfo)
|
||||
#:use-module (gnu packages text-editors)
|
||||
#:use-module (gnu packages virtualization)
|
||||
|
@ -17738,6 +17739,12 @@ ack, ag, helm and pt.")
|
|||
(sha256
|
||||
(base32 "0l9p6yiv8w9s0rpa4fyrp9gw1dgwpyr9fmkhs53bhc6v9x7br8ix"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list #:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'die
|
||||
(lambda _
|
||||
(exit 1))))))
|
||||
(propagated-inputs
|
||||
(list emacs-async emacs-popup))
|
||||
(home-page "https://emacs-helm.github.io/helm/")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue