Am 01.09.25 um 19:39 schrieb Hartmut Goebel:
Where to put this "specification->" function?

Quick update on this: Looks like this function is not needed, since passing the series to "specifications->manifest" does the same:

(define %series "7.4")

(define (trytond-with-modules modules)

  (define (make-tryton-module+version name)
    (string-append "trytond-" name "@" %series))

  (append (list (string-append "tryton@" %series))
          (map make-tryton-module+version modules)))



(specifications->manifest
 (append (trytond-with-modules
          '("bank"
            "stock"
            "company"))
         '("python-qrcode")))


--
Regards
Hartmut Goebel

| Hartmut Goebel          | h.goe...@crazy-compilers.com               |
| www.crazy-compilers.com | compilers which you thought are impossible |


Reply via email to