diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-11-21 00:21:12 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-11-21 00:21:12 +0100 |
commit | d321bf4c27d7a40954f15061c16335bf3035a194 (patch) | |
tree | 66d3331cb6a5d227682362ece47a1e58087220bc /gnu/packages/apl.scm | |
parent | a2b154d7cbef65a5cbbb969ff0c320090eaa9317 (diff) | |
download | guix-d321bf4c27d7a40954f15061c16335bf3035a194.tar guix-d321bf4c27d7a40954f15061c16335bf3035a194.tar.gz |
gnu: apl: Adjust to gettext renaming.
* gnu/packages/apl.scm (apl): Use GNU-GETTEXT.
Diffstat (limited to 'gnu/packages/apl.scm')
-rw-r--r-- | gnu/packages/apl.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/apl.scm b/gnu/packages/apl.scm index 5750abbddf..a2ef71f37f 100644 --- a/gnu/packages/apl.scm +++ b/gnu/packages/apl.scm @@ -21,8 +21,7 @@ #:use-module (guix packages) #:use-module (guix download) #:use-module (guix build-system gnu) - #:use-module ((gnu packages gettext) - #:renamer (symbol-prefix-proc 'guix:)) + #:use-module (gnu packages gettext) #:use-module (gnu packages maths) #:use-module (gnu packages readline)) @@ -40,7 +39,7 @@ (build-system gnu-build-system) (home-page "http://www.gnu.org/software/apl/") (inputs - `(("gettext" ,guix:gettext) + `(("gettext" ,gnu-gettext) ("lapack" ,lapack) ("readline" ,readline))) (synopsis "APL interpreter") |