mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
commit
df4746d2b2
@ -14,10 +14,10 @@ mkDerivation {
|
|||||||
kconfig kcrash ki18n kio kservice kwindowsystem
|
kconfig kcrash ki18n kio kservice kwindowsystem
|
||||||
];
|
];
|
||||||
patches = copyPathsToStore (lib.readPathsFromFile ./. ./series);
|
patches = copyPathsToStore (lib.readPathsFromFile ./. ./series);
|
||||||
NIX_CFLAGS_COMPILE = [
|
CXXFLAGS = [
|
||||||
''-DNIXPKGS_KF5_KIOCORE="${getLib kio}/lib/libKF5KIOCore.so.5"''
|
''-DNIXPKGS_KF5_KIOCORE=\"${getLib kio}/lib/libKF5KIOCore.so.5\"''
|
||||||
''-DNIXPKGS_KF5_PARTS="${getLib kparts}/lib/libKF5Parts.so.5"''
|
''-DNIXPKGS_KF5_PARTS=\"${getLib kparts}/lib/libKF5Parts.so.5\"''
|
||||||
''-DNIXPKGS_KF5_PLASMA="${getLib plasma-framework}/lib/libKF5Plasma.so.5"''
|
''-DNIXPKGS_KF5_PLASMA=\"${getLib plasma-framework}/lib/libKF5Plasma.so.5\"''
|
||||||
];
|
];
|
||||||
postFixup = ''
|
postFixup = ''
|
||||||
moveToOutput "lib/libexec/kf5/start_kdeinit" "$bin"
|
moveToOutput "lib/libexec/kf5/start_kdeinit" "$bin"
|
||||||
|
Loading…
Reference in New Issue
Block a user