mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18: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)
|
||||
#:export (guix-package))
|
||||
|
||||
(define _ (cut gettext <> "guix"))
|
||||
(define N_ (cut ngettext <> <> <> "guix"))
|
||||
|
||||
(define %store
|
||||
(open-connection))
|
||||
|
||||
|
|
Loading…
Reference in a new issue