nongnu: bitwig-studio: Fix program crash.
* nongnu/packages/music.scm (bitwig-studio)[#:phases]: Modify "create-wrapper".
This commit is contained in:
parent
2c6f8ae5ce
commit
227c151c39
|
@ -208,7 +208,7 @@ comprehensively extended, scripted and modified.")
|
|||
(string-append #$output
|
||||
"/opt/bitwig-studio/bitwig-studio")
|
||||
#:skip-argument-0? #t
|
||||
`("PATH" prefix
|
||||
`("PATH" suffix
|
||||
(,(string-append #$ffmpeg "/bin")))
|
||||
`("LD_LIBRARY_PATH" ":" suffix
|
||||
(,(string-append (assoc-ref inputs "libc") "/lib")
|
||||
|
@ -224,7 +224,7 @@ comprehensively extended, scripted and modified.")
|
|||
,(string-append #$xcb-imdkit "/lib")
|
||||
,(string-append #$xcb-util "/lib")
|
||||
,(string-append #$xcb-util-wm "/lib")
|
||||
,(string-append #$zlib))))))
|
||||
,(string-append #$zlib "/lib"))))))
|
||||
(replace 'install-license-files
|
||||
(lambda _
|
||||
(install-file
|
||||
|
|
Loading…
Reference in New Issue
Block a user