diff options
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index f129be8540..8646cdce2e 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3122,8 +3122,8 @@ configuring CUPS.") #~(modify-phases %standard-phases (add-after 'install 'move-doc (lambda _ - (let* ((old (string-append #$output "/share/gtk-doc")) - (new (string-append #$output:doc "/share/gtk-doc"))) + (let* ((old (string-append #$output "/share/doc")) + (new (string-append #$output:doc "/share/doc"))) (mkdir-p (dirname new)) (rename-file old new))))))) (propagated-inputs (list gdk-pixbuf glib)) ;in Requires of libnotify.pc. |