Federico Beffa (2015-07-24 17:18 +0300) wrote: > +(define-public emacs-f > + (package > + (name "emacs-f") > + (version "20150605.eb094d8017") > + (source (origin > + (method git-fetch) > + (uri (git-reference > + (commit "eb094d8017") > + (url "https://github.com/rejeep/f.el"))) > + (sha256 > + (base32 > + "13gigb0b0n8cvwlhi17vd3ad4v70nbrqdraxcj453y3j6fpm0jn2")))) > + (build-system emacs-build-system) > + (propagated-inputs > + `(("emacs-s" ,emacs-s) ("emacs-dash" ,emacs-dash)))
I think it is more readable to put each input on a separate line. -- Alex
