diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2013-11-23 22:30:10 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2013-11-23 22:30:10 +0100 |
| commit | 53c85e97dcc264da5ff5cd4e3be4d47028f4d726 (patch) | |
| tree | 8984fefeb61e0c165bf960fdfa3cd11355d02ba3 /gnu/packages/attr.scm | |
| parent | 2e838890ff989128e8a78eea574d1ad158dd6361 (diff) | |
| parent | c320011da5e743f47220f380c818e95394f6d9c0 (diff) | |
Merge branch 'core-updates'
Conflicts:
gnu/packages/gnunet.scm
Diffstat (limited to 'gnu/packages/attr.scm')
| -rw-r--r-- | gnu/packages/attr.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/attr.scm b/gnu/packages/attr.scm index 3108a9072..f4f6c4664 100644 --- a/gnu/packages/attr.scm +++ b/gnu/packages/attr.scm @@ -20,8 +20,7 @@ (define-module (gnu packages attr) #:use-module (guix licenses) #:use-module (gnu packages perl) - #:use-module ((gnu packages gettext) - #:renamer (symbol-prefix-proc 'guix:)) + #:use-module (gnu packages gettext) #:use-module (guix packages) #:use-module (guix download) #:use-module (guix build-system gnu)) @@ -75,7 +74,7 @@ '() `(("perl" ,perl)))) (native-inputs - `(("gettext" ,guix:gettext))) + `(("gettext" ,gnu-gettext))) (home-page "http://savannah.nongnu.org/projects/attr/") (synopsis "Library and tools for manipulating extended attributes") |