Skip to content
Snippets Groups Projects
Commit 5901471c authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

guix-package: Remove extraneous procedures.

* guix-package.in (_, N_): Remove.
parent d45122f5
No related branches found
No related tags found
No related merge requests found
...@@ -48,9 +48,6 @@ exec ${GUILE-@GUILE@} -L "@guilemoduledir@" -l "$0" \ ...@@ -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))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment