gnome-network-displays: remove apparently unneeded patch

This commit is contained in:
Doron Behar 2024-01-13 21:57:26 +02:00
parent 144bf5dbc4
commit 66f7db11a1

View File

@ -29,16 +29,6 @@ stdenv.mkDerivation (finalAttrs: {
sha256 = "sha256-2SBVQK4fJeK8Y2UrrL0g5vQIerDdGE1nhFc6ke4oIpI=";
};
patches = [
# Undeclared dependency on gio-unix-2.0, see:
# https://github.com/NixOS/nixpkgs/issues/36468 and
# https://gitlab.gnome.org/GNOME/gnome-network-displays/-/merge_requests/147
(fetchpatch {
url = "https://gitlab.gnome.org/GNOME/gnome-network-displays/-/commit/ef3f3ff565acd8238da46de604a1e750d4f02f07.diff";
sha256 = "1ljiwgqia6am4lansg70qnwkch9mp1fr6bga98s5fwyiaw6b6f4p";
})
];
nativeBuildInputs = [
meson
ninja