mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: wine: Install libraries to /lib/wine32.
* gnu/packages/wine.scm (wine)[arguments]: Install libraries to /lib/wine32.
This commit is contained in:
parent
8de9d5329e
commit
5cead94554
1 changed files with 3 additions and 2 deletions
|
|
@ -122,10 +122,11 @@
|
|||
#:tests? #f
|
||||
|
||||
#:configure-flags
|
||||
(list (string-append "LDFLAGS=-Wl,-rpath=" %output "/lib"))
|
||||
(list (string-append "LDFLAGS=-Wl,-rpath=" %output "/lib/wine32"))
|
||||
|
||||
#:make-flags
|
||||
(list "SHELL=bash")
|
||||
(list "SHELL=bash"
|
||||
(string-append "libdir=" %output "/lib/wine32"))
|
||||
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue