adding rust to default.nix and kcoreaddons to CMakeLists

This commit is contained in:
Chris Cochrun 2022-12-09 09:11:19 -06:00
parent 7a1f98aeb4
commit 51410f2469
2 changed files with 17 additions and 1 deletions

View file

@ -108,6 +108,7 @@ target_link_libraries(${CRATE} INTERFACE
KF5::Kirigami2
KF5::I18n
KF5::Archive
KF5::CoreAddons
podofo
mpv
)