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
commit f357bb31e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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=";
})
];
}