gnu: rednotebook: Correctly wrap the binary.
* gnu/packages/rednotebook.scm (rednotebook)[arguments]: Adjust the 'wrap-with-library-paths phase to use the correct webkitgtk input. Remove trailing #t. Change-Id: I3d245f279ca704ab34023a8977a2c6f1003302abmaster
parent
af8ad9148f
commit
ad330f7d08
|
@ -64,12 +64,11 @@
|
||||||
(let ((out (assoc-ref outputs "out"))
|
(let ((out (assoc-ref outputs "out"))
|
||||||
(gi-typelib-path (getenv "GI_TYPELIB_PATH"))
|
(gi-typelib-path (getenv "GI_TYPELIB_PATH"))
|
||||||
(webkitgtk-path (string-append
|
(webkitgtk-path (string-append
|
||||||
(assoc-ref inputs "webkitgtk")
|
(assoc-ref inputs "webkitgtk-for-gtk3")
|
||||||
"/lib")))
|
"/lib")))
|
||||||
(wrap-program (string-append out "/bin/rednotebook")
|
(wrap-program (string-append out "/bin/rednotebook")
|
||||||
`("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path))
|
`("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path))
|
||||||
`("LD_LIBRARY_PATH" ":" prefix (,webkitgtk-path)))
|
`("LD_LIBRARY_PATH" ":" prefix (,webkitgtk-path)))))))))
|
||||||
#t))))))
|
|
||||||
(inputs
|
(inputs
|
||||||
(list gtk+ gtksourceview-3 python-pyyaml python-pygobject
|
(list gtk+ gtksourceview-3 python-pyyaml python-pygobject
|
||||||
webkitgtk-for-gtk3))
|
webkitgtk-for-gtk3))
|
||||||
|
|
Reference in New Issue