Am 11.11.2016 um 17:03 schrieb John Darrington:
>     
>      > +(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?
>      
>
> Well I don't actually *need* to.  I could have copied it.  But I thought that
> having 3 copies would make maintenance difficult---somebody might update one,
> but forget the other two.

Sorry for not being precise enough. I meant why are us using "inherit"
here? I thought

    (source (package-source util-linux/base))

would suffice and result in the same?

-- 
Regards
Hartmut Goebel

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


Reply via email to