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: John Darrington
Subject: Re: [PATCH 1/4] gnu: Separate util-linux into three packages.
Date: Fri, 11 Nov 2016 20:36:23 +0100
User-agent: Mutt/1.5.23 (2014-03-12)

On Fri, Nov 11, 2016 at 05:40:51PM +0100, Hartmut Goebel wrote:
     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?
     
You're right.  Thanks for the suggestion.

J'

-- 
Avoid eavesdropping.  Send strong encrypted email.
PGP Public key ID: 1024D/2DE827B3 
fingerprint = 8797 A26D 0854 2EAB 0285  A290 8A67 719C 2DE8 27B3
See http://sks-keyservers.net or any PGP keyserver for public key.

Attachment: signature.asc
Description: Digital signature


reply via email to

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