guix-commits
[Top][All Lists]
Advanced

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

01/02: packages: Fix typo.


From: Alex Kost
Subject: 01/02: packages: Fix typo.
Date: Fri, 03 Apr 2015 12:24:27 +0000

alezost pushed a commit to branch master
in repository guix.

commit 0492f4a2b9bf81af9f565404d956285a2c76dd0c
Author: Alex Kost <address@hidden>
Date:   Thu Apr 2 15:51:05 2015 +0300

    packages: Fix typo.
    
    * gnu/packages.scm: Fix the name of an exported variable (%patch-path).
---
 gnu/packages.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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
 



reply via email to

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