mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
guix-package: Remove extraneous procedures.
* guix-package.in (_, N_): Remove.
This commit is contained in:
parent
d45122f537
commit
5901471cec
1 changed files with 0 additions and 3 deletions
|
@ -48,9 +48,6 @@ exec ${GUILE-@GUILE@} -L "@guilemoduledir@" -l "$0" \
|
||||||
#:use-module (distro packages base)
|
#:use-module (distro packages base)
|
||||||
#:export (guix-package))
|
#:export (guix-package))
|
||||||
|
|
||||||
(define _ (cut gettext <> "guix"))
|
|
||||||
(define N_ (cut ngettext <> <> <> "guix"))
|
|
||||||
|
|
||||||
(define %store
|
(define %store
|
||||||
(open-connection))
|
(open-connection))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue