Am 10.11.2016 um 22:14 schrieb John Darrington: > +(define-public util-linux/base > (package > - (name "util-linux") > + (name "util-linux-base")
I'm in favour of naming the variable as the package. This eases using them. > +(define-public util-linux > + (package > + (inherit util-linux/base) > + (name "util-linux") > + (source (origin (inherit (package-source util-linux/base)))) I'm curious: Why do you need to inherit the package-source here? -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |