guix-patches
[Top][All Lists]
Advanced

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

[bug#44367] Rationale for hg-predicate


From: Holger Peters
Subject: [bug#44367] Rationale for hg-predicate
Date: Fri, 13 Nov 2020 19:02:51 +0100

Hi,


Thanks for making that clear. Anything preventing the patches to be
merged?  The functionality is already provided for `git' and this patch
just levels the playing field for `mercurial' repositories.


Holger

> Am 07.11.2020 um 23:16 schrieb Dr. Arne Babenhauserheide <arne_bab@web.de>:
> 
> Rationale for this patch: It can be used to reduce the number of files
> pulled into the build when used as in the #:select? part of the source
> clause.
> 
> Example:
> 
> (define-public example
>  (package
>    (name "example")
>    ; …
>    (source (local-file %source-dir
>      #:recursive? #t
>      #:select? hg-predicate))
>    ; …
>    ))
> 
> Best wishes,
> Arne
> -- 
> Unpolitisch sein
> heißt politisch sein
> ohne es zu merken






reply via email to

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