mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
gnome3.gnome-control-center: fix search locations dialog
This commit is contained in:
parent
11cd34cd59
commit
e9439e2ef3
@ -58,6 +58,7 @@
|
|||||||
, shared-mime-info
|
, shared-mime-info
|
||||||
, sound-theme-freedesktop
|
, sound-theme-freedesktop
|
||||||
, tracker
|
, tracker
|
||||||
|
, tracker-miners
|
||||||
, tzdata
|
, tzdata
|
||||||
, udisks2
|
, udisks2
|
||||||
, upower
|
, upower
|
||||||
@ -75,6 +76,7 @@ stdenv.mkDerivation rec {
|
|||||||
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "09i011hf23s2i4wim43vjys7y4y43cxl3kyvrnrwqvqgc5n0144d";
|
sha256 = "09i011hf23s2i4wim43vjys7y4y43cxl3kyvrnrwqvqgc5n0144d";
|
||||||
};
|
};
|
||||||
|
|
||||||
# See https://mail.gnome.org/archives/distributor-list/2020-September/msg00001.html
|
# See https://mail.gnome.org/archives/distributor-list/2020-September/msg00001.html
|
||||||
prePatch = (import ../gvc-with-ucm-prePatch.nix {
|
prePatch = (import ../gvc-with-ucm-prePatch.nix {
|
||||||
inherit fetchFromGitLab;
|
inherit fetchFromGitLab;
|
||||||
@ -100,6 +102,7 @@ stdenv.mkDerivation rec {
|
|||||||
clutter-gtk
|
clutter-gtk
|
||||||
colord
|
colord
|
||||||
colord-gtk
|
colord-gtk
|
||||||
|
epoxy
|
||||||
fontconfig
|
fontconfig
|
||||||
gdk-pixbuf
|
gdk-pixbuf
|
||||||
glib
|
glib
|
||||||
@ -121,6 +124,7 @@ stdenv.mkDerivation rec {
|
|||||||
libgudev
|
libgudev
|
||||||
libhandy
|
libhandy
|
||||||
libkrb5
|
libkrb5
|
||||||
|
libnma
|
||||||
libpulseaudio
|
libpulseaudio
|
||||||
libpwquality
|
libpwquality
|
||||||
librsvg
|
librsvg
|
||||||
@ -131,13 +135,12 @@ stdenv.mkDerivation rec {
|
|||||||
modemmanager
|
modemmanager
|
||||||
mutter # schemas for the keybindings
|
mutter # schemas for the keybindings
|
||||||
networkmanager
|
networkmanager
|
||||||
libnma
|
|
||||||
polkit
|
polkit
|
||||||
samba
|
samba
|
||||||
tracker
|
tracker
|
||||||
|
tracker-miners # for search locations dialog
|
||||||
udisks2
|
udisks2
|
||||||
upower
|
upower
|
||||||
epoxy
|
|
||||||
];
|
];
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
@ -159,6 +162,11 @@ stdenv.mkDerivation rec {
|
|||||||
url = "https://gitlab.gnome.org/GNOME/gnome-control-center/commit/64686cfee330849945f6ff4dcc43393eb1a6e59c.patch";
|
url = "https://gitlab.gnome.org/GNOME/gnome-control-center/commit/64686cfee330849945f6ff4dcc43393eb1a6e59c.patch";
|
||||||
sha256 = "4VJU0q6qOtGzd/hmDncckInfEjCkC8+lXmDgxwc4VJU=";
|
sha256 = "4VJU0q6qOtGzd/hmDncckInfEjCkC8+lXmDgxwc4VJU=";
|
||||||
})
|
})
|
||||||
|
# https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1173
|
||||||
|
(fetchpatch {
|
||||||
|
url = "https://gitlab.gnome.org/GNOME/gnome-control-center/-/commit/27e1140c9d4ad852b4dc6a132a14cd5532d52997.patch";
|
||||||
|
sha256 = "nU3szjKfXpRek8hhsxiCJNgMeDeIRK3QVo82D9R+kL4=";
|
||||||
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user