diff options
author | Franz Geffke <m@f-a.nz> | 2024-07-25 09:43:48 +0100 |
---|---|---|
committer | Franz Geffke <m@f-a.nz> | 2024-07-25 09:43:48 +0100 |
commit | 644ae993253096d16fca706843e3bc2f19b497c8 (patch) | |
tree | 5e8acbf3374b4e2f22a8eb0cf7904ad22325a137 /px/packages | |
parent | f5316871575d87e5dfc7a477c379604a63816b6e (diff) |
px: syncthingtray: Fixed build
Diffstat (limited to 'px/packages')
-rw-r--r-- | px/packages/desktop-tools.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/px/packages/desktop-tools.scm b/px/packages/desktop-tools.scm index 4240903..4703bcf 100644 --- a/px/packages/desktop-tools.scm +++ b/px/packages/desktop-tools.scm @@ -276,8 +276,8 @@ brand icons for easy, scalable vector graphics on websites and beyond.") ("qtwebchannel-5" ,qtwebchannel-5) ("qtwebengine" ,qtwebengine-5) ("plasma-framework" ,plasma-framework) - ("kwindowsystem" ,kwindowsystem) - ("kio" ,kio) + ("kwindowsystem" ,kwindowsystem-5) + ("kio" ,kio-5) ("cppunit" ,cppunit) ("cpputilities" ,cpputilities) ("qtforkawesome" ,qtforkawesome) |