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
|
@ -2085,9 +2085,7 @@ It is built on top of the custom theme support in Emacs 24 or later.")
|
|||
"1ha3slc6d9wi9ilkhmwrzkvf308n6ph7b0k69pk369s9304awxzx"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-dash" ,emacs-dash)
|
||||
("emacs-f" ,emacs-f)
|
||||
("emacs-s" ,emacs-s)))
|
||||
`(("emacs-dash" ,emacs-dash)))
|
||||
(home-page "http://github.com/bbatsov/solarized-emacs")
|
||||
(synopsis "Port of the Solarized theme for Emacs")
|
||||
(description
|
||||
|
|
Loading…
Reference in New Issue