3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

guix-package: Remove extraneous procedures.

* guix-package.in (_, N_): Remove.
This commit is contained in:
Ludovic Courtès 2012-11-04 18:19:28 +01:00
parent d45122f537
commit 5901471cec

View file

@ -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))