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:
Alex Kost 2016-07-22 09:50:36 +03:00
parent c48899eba2
commit 090bdb9e91
No known key found for this signature in database
GPG key ID: 82460C082A0EE98F

View file

@ -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