diff options
author | Alex Kost <alezost@gmail.com> | 2015-04-02 15:51:05 +0300 |
---|---|---|
committer | Alex Kost <alezost@gmail.com> | 2015-04-03 15:20:44 +0300 |
commit | 0492f4a2b9bf81af9f565404d956285a2c76dd0c (patch) | |
tree | e37c66832761b2469a9f175f924b0abd85498748 /gnu/packages.scm | |
parent | dac354fe10c31a3c68fa328628c9197e8bee052f (diff) | |
download | patches-0492f4a2b9bf81af9f565404d956285a2c76dd0c.tar patches-0492f4a2b9bf81af9f565404d956285a2c76dd0c.tar.gz |
packages: Fix typo.
* gnu/packages.scm: Fix the name of an exported variable (%patch-path).
Diffstat (limited to 'gnu/packages.scm')
-rw-r--r-- | gnu/packages.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages.scm b/gnu/packages.scm index 57a3e21bd6..13f2d9c803 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 |