Unverified Commit f357bb31 authored by K900's avatar K900 Committed by GitHub
Browse files

Merge pull request #258768 from alyssais/kio-save

plasma5Packages.kio: backport fix for crashing on save
parents e2b8feae 91bc2e56
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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=";
    })
 ];
}