mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
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:
parent
bbf7917caf
commit
5d9157c452
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue