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: Dr. Arne Babenhauserheide
Subject: [bug#44367] Rationale for hg-predicate
Date: Sat, 07 Nov 2020 23:16:46 +0100
User-agent: mu4e 1.4.13; emacs 27.1

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

Attachment: signature.asc
Description: PGP signature


reply via email to

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