Merge pull request #258768 from alyssais/kio-save

plasma5Packages.kio: backport fix for crashing on save
This commit is contained in:
K900
2023-10-03 12:55:13 +03:00
committed by GitHub
@@ -28,5 +28,11 @@ mkDerivation {
outputs = [ "out" "dev" ];
patches = [
./0001-Remove-impure-smbd-search-path.patch
# Fix a crash when saving files.
(fetchpatch {
url = "https://invent.kde.org/frameworks/kio/-/commit/48322f44323a1fc09305d66d9093fe6c3780709e.patch";
hash = "sha256-4NxI2mD/TdthvrzgatCAlM6VN3N38i3IJUHh0Bs8Fjk=";
})
];
}