guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] packages: Fix typo.


From: Ludovic Courtès
Subject: Re: [PATCH] packages: Fix typo.
Date: Thu, 02 Apr 2015 23:21:59 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

Alex Kost <address@hidden> skribis:

> From 2652ec3ca9d08b0e012584899abe61ea3aaa0d05 Mon Sep 17 00:00:00 2001
> From: Alex Kost <address@hidden>
> Date: Thu, 2 Apr 2015 15:51:05 +0300
> Subject: [PATCH] packages: Fix typo.
>
> * gnu/packages.scm: Fix the name of an exported variable (%patch-path).
> ---
>  gnu/packages.scm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/gnu/packages.scm b/gnu/packages.scm
> index 57a3e21..13f2d9c 100644
> --- a/gnu/packages.scm
> +++ b/gnu/packages.scm
> @@ -35,7 +35,7 @@
>    #:use-module (srfi srfi-39)
>    #:export (search-patch
>              search-bootstrap-binary
> -            %patch-directory
> +            %patch-path
>              %bootstrap-binaries-path
>              %package-module-path

You’re right, please push.  Thanks!

Ludo’.



reply via email to

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