diff options
author | Ludovic Courtès <ludo@gnu.org> | 2012-11-04 18:19:28 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2012-11-04 18:19:28 +0100 |
commit | 5901471cec16604a53b0b8dde9b3c83b83c48458 (patch) | |
tree | f9db4f869f614a57a59babeab97a202cffd9a3d3 /guix-package.in | |
parent | d45122f5379cef253ec298bd594395416cd91ea7 (diff) | |
download | patches-5901471cec16604a53b0b8dde9b3c83b83c48458.tar patches-5901471cec16604a53b0b8dde9b3c83b83c48458.tar.gz |
guix-package: Remove extraneous procedures.
* guix-package.in (_, N_): Remove.
Diffstat (limited to 'guix-package.in')
-rw-r--r-- | guix-package.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/guix-package.in b/guix-package.in index 41716d3ecc..a282fe7deb 100644 --- a/guix-package.in +++ b/guix-package.in @@ -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)) |