mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-solarized-theme: Remove unneeded dependencies.
* gnu/packages/emacs.scm (emacs-solarized-theme)[propagated-inputs]: Remove 'emacs-f' and 'emacs-s'.
This commit is contained in:
parent
c48899eba2
commit
090bdb9e91
1 changed files with 1 additions and 3 deletions
|
@ -2085,9 +2085,7 @@ It is built on top of the custom theme support in Emacs 24 or later.")
|
||||||
"1ha3slc6d9wi9ilkhmwrzkvf308n6ph7b0k69pk369s9304awxzx"))))
|
"1ha3slc6d9wi9ilkhmwrzkvf308n6ph7b0k69pk369s9304awxzx"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-dash" ,emacs-dash)
|
`(("emacs-dash" ,emacs-dash)))
|
||||||
("emacs-f" ,emacs-f)
|
|
||||||
("emacs-s" ,emacs-s)))
|
|
||||||
(home-page "http://github.com/bbatsov/solarized-emacs")
|
(home-page "http://github.com/bbatsov/solarized-emacs")
|
||||||
(synopsis "Port of the Solarized theme for Emacs")
|
(synopsis "Port of the Solarized theme for Emacs")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue