Leo Famulari (2016-03-15 02:34 +0300) wrote: [...] > (define-public python2-llfuse > - (package-with-python2 python-llfuse)) > + (package (inherit (package-with-python2 > + (strip-python2-variant python-llfuse))) > + (propagated-inputs `(("python2-contextlib2" ,python2-contextlib2))))) > + > +;; For attic@0.16 > +(define-public python-llfuse@0.41
All our package variables use '-' to separate name and version. I think this is good choice and we shouldn't use '@' in variable names. -- Alex