muradm schreef op zo 19-06-2022 om 18:34 [+0300]: > +    (native-inputs > +     `(("go-github-com-go-sql-driver-mysql" ,go-github-com-go-sql-driver-mysql) > +       ("go-github-com-lib-pq" ,go-github-com-lib-pq) > +       ("go-github-com-mattn-go-sqlite3" ,go-github-com-mattn-go-sqlite3) > +       ("go-github-com-olekukonko-tablewriter" ,go-github-com-olekukonko-tablewriter) > +       ("go-github-com-pkg-errors" ,go-github-com-pkg-errors) > +       ("go-github-com-sourcegraph-jsonrpc2" ,go-github-com-sourcegraph-jsonrpc2) > +       ("go-golang-org-x-crypto" ,go-golang-org-x-crypto) > +       ("go-github.com-mattn-go-runewidth" ,go-github.com-mattn-go-runewidth) > +       ("go-golang-org-x-xerrors" ,go-golang-org-x-xerrors) > +       ("go-gopkg-in-yaml-v2" ,go-gopkg-in-yaml-v2))) Can be simplified to (native-inputs (list go-github-...-this-package go-github-...-that-package ...)). Greetings, Maxime.