alezost pushed a commit to branch master
in repository guix.

commit 0492f4a2b9bf81af9f565404d956285a2c76dd0c
Author: Alex Kost <[email protected]>
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