gnome.nautilus: Backport crash fix for search after copy/cut
https://github.com/NixOS/nixpkgs/pull/227595#pullrequestreview-1396700711
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{ lib
|
||||
, stdenv
|
||||
, fetchurl
|
||||
, fetchpatch2
|
||||
, meson
|
||||
, ninja
|
||||
, pkg-config
|
||||
@@ -56,6 +57,14 @@ stdenv.mkDerivation rec {
|
||||
src = ./fix-paths.patch;
|
||||
inherit tracker;
|
||||
})
|
||||
|
||||
# Fix crash during search after "copy"/"cut" action selection
|
||||
# Can be removed in 44.1
|
||||
# https://gitlab.gnome.org/GNOME/nautilus/-/merge_requests/1155
|
||||
(fetchpatch2 {
|
||||
url = "https://gitlab.gnome.org/GNOME/nautilus/-/commit/f0f6c372802aabe7ba098d3af1f81cbc03eba27b.patch";
|
||||
sha256 = "mlrLvNgDQvi4maa81ozu6DsDBVx9NrsgYzWN+oSboVQ=";
|
||||
})
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user