gnu: libnotify: Fix build.

* gnu/packages/gnome.scm (libnotify)[arguments]: Adjust 'move-doc phase
to use the directories as they exist.

Change-Id: I72942c6fb8b7ed90f1b3361992adb7ce22b834fa
This commit is contained in:
Efraim Flashner 2024-04-22 23:48:27 +03:00 committed by Ludovic Courtès
parent bbf7917caf
commit 5d9157c452
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -3122,8 +3122,8 @@ (define-public libnotify
#~(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.