mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 15:41:16 +00:00
wt: add required libraries to RPATH
(cherry picked from commit 38588c8b77)
This commit is contained in:
committed by
github-actions[bot]
parent
b70b5e0797
commit
27c10d856b
@@ -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