From 63a221790f3f15aee8d1c19c1272b4c5ba27f8d9 Mon Sep 17 00:00:00 2001 From: Tom Fitzhenry Date: Sun, 26 Jun 2022 15:20:28 +1000 Subject: [PATCH] clapper: remove workaround for undeclared gio-unix-2.0 As of upstream's commit "Fix missing gio-unix-2.0 dep" https://github.com/Rafostar/clapper/commit/2500a422860887d9d165af26731fe6199c3baa14 we no longer need to specify this ourselves. See https://github.com/NixOS/nixpkgs/issues/36468 for the NixOS-wide tracking of undeclared gio-unix-2.0 workarounds. --- pkgs/applications/video/clapper/default.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkgs/applications/video/clapper/default.nix b/pkgs/applications/video/clapper/default.nix index fa8dd2bd3900..1600b1b4d8bb 100644 --- a/pkgs/applications/video/clapper/default.nix +++ b/pkgs/applications/video/clapper/default.nix @@ -65,11 +65,6 @@ stdenv.mkDerivation rec { patchShebangs build-aux/meson/postinstall.py ''; - mesonFlags = [ - # TODO: https://github.com/NixOS/nixpkgs/issues/36468 - "-Dc_args=-I${glib.dev}/include/gio-unix-2.0" - ]; - postInstall = '' cp ${src}/data/icons/*.svg $out/share/icons/hicolor/scalable/apps/ cp ${src}/data/icons/*.svg $out/share/icons/hicolor/symbolic/apps/