unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] packages: Fix typo.
@ 2015-04-02 13:01 Alex Kost
  2015-04-02 21:21 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Alex Kost @ 2015-04-02 13:01 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 128 bytes --]

Pardon for prompting about such a trivial patch, but I'm never sure,
besides it looks like the wrong name was there for years.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-packages-Fix-typo.patch --]
[-- Type: text/x-patch, Size: 708 bytes --]

From 2652ec3ca9d08b0e012584899abe61ea3aaa0d05 Mon Sep 17 00:00:00 2001
From: Alex Kost <alezost@gmail.com>
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
 
-- 
2.2.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] packages: Fix typo.
  2015-04-02 13:01 [PATCH] packages: Fix typo Alex Kost
@ 2015-04-02 21:21 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2015-04-02 21:21 UTC (permalink / raw)
  To: Alex Kost; +Cc: guix-devel

Alex Kost <alezost@gmail.com> skribis:

> From 2652ec3ca9d08b0e012584899abe61ea3aaa0d05 Mon Sep 17 00:00:00 2001
> From: Alex Kost <alezost@gmail.com>
> 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’.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-04-02 21:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-02 13:01 [PATCH] packages: Fix typo Alex Kost
2015-04-02 21:21 ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).