guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 1/4] gnu: Separate util-linux into three packages.


From: Hartmut Goebel
Subject: Re: [PATCH 1/4] gnu: Separate util-linux into three packages.
Date: Fri, 11 Nov 2016 17:40:51 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

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          | address@hidden               |
| www.crazy-compilers.com | compilers which you thought are impossible |




reply via email to

[Prev in Thread] Current Thread [Next in Thread]