Christopher Baines (2016-02-17 18:02 +0300) wrote: [...] > +(define-public gconfmm > + (package > + (name "gconfmm") > + (version "2.28.3") > + (source (origin > + (method url-fetch) > + (uri > + (let ((upstream-name "gconfmm")) > + (string-append "mirror://gnome/sources/" upstream-name "/" > + (version-major+minor version) "/" > + upstream-name "-" version ".tar.xz")))
I don't see a need in this 'upstream-name' variable since it is the same as the package name. -- Alex
