From 02a8d3d47282879b0a5242c7adda26f7af255390 Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Thu, 17 Nov 2022 17:12:52 +0800 Subject: [PATCH] cinnamon.cinnamon-control-center: Clean up There is no test since 5.4.6, 23ba143 "wacom: Bring in line with changes in muffin to fix support" removed the wacom-calibrator test. All gio-unix-2.0 dep seemed to be properly declared. Still builds. --- .../cinnamon/cinnamon-control-center/default.nix | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/pkgs/desktops/cinnamon/cinnamon-control-center/default.nix b/pkgs/desktops/cinnamon/cinnamon-control-center/default.nix index 6d4d96ae3141..ceee75dd6979 100644 --- a/pkgs/desktops/cinnamon/cinnamon-control-center/default.nix +++ b/pkgs/desktops/cinnamon/cinnamon-control-center/default.nix @@ -80,27 +80,11 @@ stdenv.mkDerivation rec { patchShebangs meson_install_schemas.py ''; - # it needs to have access to that file, otherwise we can't run tests after build - - preBuild = '' - mkdir -p $out/share/cinnamon-control-center/ - ln -s $PWD/panels/datetime $out/share/cinnamon-control-center/ - ''; - mesonFlags = [ - # TODO: https://github.com/NixOS/nixpkgs/issues/36468 - "-Dc_args=-I${glib.dev}/include/gio-unix-2.0" # use locales from cinnamon-translations "--localedir=${cinnamon-translations}/share/locale" ]; - preInstall = '' - rm -r $out - ''; - - # the only test is wacom-calibrator and it seems to need an xserver and prob more services aswell - doCheck = false; - nativeBuildInputs = [ pkg-config meson