packages: Fix typo.
* gnu/packages.scm: Fix the name of an exported variable (%patch-path).master
parent
dac354fe10
commit
0492f4a2b9
|
@ -35,7 +35,7 @@
|
||||||
#:use-module (srfi srfi-39)
|
#:use-module (srfi srfi-39)
|
||||||
#:export (search-patch
|
#:export (search-patch
|
||||||
search-bootstrap-binary
|
search-bootstrap-binary
|
||||||
%patch-directory
|
%patch-path
|
||||||
%bootstrap-binaries-path
|
%bootstrap-binaries-path
|
||||||
%package-module-path
|
%package-module-path
|
||||||
|
|
||||||
|
|
Reference in New Issue