wt: add required libraries to RPATH
This commit is contained in:
@@ -18,6 +18,8 @@
|
||||
openssl,
|
||||
harfbuzz,
|
||||
icu,
|
||||
libice,
|
||||
libsm,
|
||||
}:
|
||||
|
||||
let
|
||||
@@ -57,6 +59,12 @@ let
|
||||
|
||||
dontWrapQtApps = true;
|
||||
cmakeFlags = [
|
||||
"-DCMAKE_INSTALL_RPATH=${
|
||||
lib.makeLibraryPath [
|
||||
libice
|
||||
libsm
|
||||
]
|
||||
}"
|
||||
"-DWT_CPP_11_MODE=-std=c++11"
|
||||
"--no-warn-unused-cli"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user