Merge pull request #258768 from alyssais/kio-save
plasma5Packages.kio: backport fix for crashing on save
This commit is contained in:
commit
f357bb31e8
1 changed files with 6 additions and 0 deletions
|
@ -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=";
|
||||
})
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue