plasma5: 5.9.3 -> 5.9.4

This commit is contained in:
Thomas Tuegel
2017-03-22 14:46:55 -05:00
parent 94ab4932ae
commit edf32f90e6
3 changed files with 162 additions and 169 deletions

View File

@@ -17,12 +17,5 @@ kdeFramework {
ktextwidgets kwallet kwidgetsaddons kwindowsystem kxmlgui solid qtscript
qtx11extras
];
patches = (copyPathsToStore (lib.readPathsFromFile ./. ./series))
++ [
(fetchpatch {
name = "SanitizeURLsBeforePassingThemToFindProxyForURL.patch";
url = "https://cgit.kde.org/kio.git/patch/?id=f9d0cb47cf94e209f6171ac0e8d774e68156a6e4";
sha256 = "1s6rcp8rrlhc6rgy3b303y0qq0s8371n12r5lk9zbkw14wjvbix0";
})
];
patches = (copyPathsToStore (lib.readPathsFromFile ./. ./series));
}