From 5d9157c4526401c747c1b9627aa5b5bb481e75cc Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Mon, 22 Apr 2024 23:48:27 +0300 Subject: gnu: libnotify: Fix build. * gnu/packages/gnome.scm (libnotify)[arguments]: Adjust 'move-doc phase to use the directories as they exist. Change-Id: I72942c6fb8b7ed90f1b3361992adb7ce22b834fa --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages') 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. -- cgit v1.2.3