mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 13:57:10 +03:00
kwin: allow CMake to set RPATH during build
(cherry picked from commit 3ff6d0492a
)
This commit is contained in:
parent
f9fff51c2a
commit
350d196f7a
@ -26,6 +26,7 @@ plasmaPackage {
|
||||
kwindowsystem plasma-framework qtdeclarative qtmultimedia qtx11extras
|
||||
];
|
||||
patches = [ ./0001-qdiriterator-follow-symlinks.patch ];
|
||||
cmakeFlags = [ "-DCMAKE_SKIP_BUILD_RPATH=OFF" ];
|
||||
postInstall = ''
|
||||
wrapQtProgram "$out/bin/kwin_x11"
|
||||
wrapQtProgram "$out/bin/kwin_wayland"
|
||||
|
Loading…
Reference in New Issue
Block a user