gnu: xdg-desktop-portal-wlr: Install missing documentation.
* gnu/packages/freedesktop.scm (xdg-desktop-portal-wlr)[arguments]: Add a new 'install-documentation phase.
This commit is contained in:
parent
0ffa501f2b
commit
c8316c1e47
1 changed files with 6 additions and 1 deletions
|
@ -2759,7 +2759,12 @@ for xdg-desktop-portal that is using Qt/KF5.")
|
||||||
(string-append "execl(\"" sh "\", \"" sh "\"")))
|
(string-append "execl(\"" sh "\", \"" sh "\"")))
|
||||||
(substitute* "src/screencast/screencast.c"
|
(substitute* "src/screencast/screencast.c"
|
||||||
(("execvp\\(\"sh")
|
(("execvp\\(\"sh")
|
||||||
(string-append "execvp(\"" sh)))))))))
|
(string-append "execvp(\"" sh))))))
|
||||||
|
(add-after 'install 'install-documentation
|
||||||
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
|
(install-file "../source/README.md"
|
||||||
|
(string-append (assoc-ref outputs "out")
|
||||||
|
"/share/doc/" ,name)))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list cmake pkg-config))
|
(list cmake pkg-config))
|
||||||
(inputs (list elogind
|
(inputs (list elogind
|
||||||
|
|
Reference in a new issue