mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
guix-package: Fix invalid module use.
* guix-package.in: Use (distro packages guile), not (... base).
This commit is contained in:
parent
74fe2df2ad
commit
1227fabb65
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ exec ${GUILE-@GUILE@} -L "@guilemoduledir@" -l "$0" \
|
|||
#:use-module (srfi srfi-34)
|
||||
#:use-module (srfi srfi-37)
|
||||
#:autoload (distro) (find-packages-by-name)
|
||||
#:use-module (distro packages base)
|
||||
#:use-module (distro packages guile)
|
||||
#:export (guix-package))
|
||||
|
||||
(define %store
|
||||
|
|
Loading…
Reference in a new issue