guix-patches
[Top][All Lists]
Advanced

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

[bug#39258] [PATCH v2 1/3] build-self: Add guile-xapian to Guix dependen


From: zimoun
Subject: [bug#39258] [PATCH v2 1/3] build-self: Add guile-xapian to Guix dependencies.
Date: Mon, 9 Mar 2020 19:14:13 +0100

On Sat, 7 Mar 2020 at 14:31, Arun Isaac <address@hidden> wrote:

> diff --git a/build-aux/build-self.scm b/build-aux/build-self.scm
> index f2e785b7f1..05d0353ccf 100644
> --- a/build-aux/build-self.scm
> +++ b/build-aux/build-self.scm
> @@ -1,5 +1,6 @@
>  ;;; GNU Guix --- Functional package management for GNU
>  ;;; Copyright © 2014, 2016, 2017, 2018, 2019, 2020 Ludovic Courtès 
> <address@hidden>
> +;;; Copyright © 2020 Arun Isaac <address@hidden>
>  ;;;
>  ;;; This file is part of GNU Guix.
>  ;;;
> @@ -261,6 +262,10 @@ interface (FFI) of Guile.")
>                   #~(define-module (gcrypt hash)
>                       #:export (sha1 sha256))))
>
> +  (define fake-xapian-hash
> +    ;; Fake (xapian xapian) module; see below.
> +    (scheme-file "xapian.scm" #~(define-module (xapian xapian))))
> +

Why 'fake-xapian-hash' and not simply 'fake-xapian'?





reply via email to

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