From 33afbf39f6f2a6b37e99f070ba7d17a28c416d02 Mon Sep 17 00:00:00 2001 From: Guillaume Girol Date: Sat, 21 Jan 2023 12:00:00 +0000 Subject: treewide: switch to nativeCheckInputs checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs. --- pkgs/desktops/gnome/apps/ghex/default.nix | 2 +- pkgs/desktops/gnome/core/gnome-keyring/default.nix | 2 +- pkgs/desktops/gnome/core/gnome-remote-desktop/default.nix | 4 ++-- pkgs/desktops/gnome/core/totem/default.nix | 2 +- pkgs/desktops/gnome/misc/geary/default.nix | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) (limited to 'pkgs/desktops/gnome') diff --git a/pkgs/desktops/gnome/apps/ghex/default.nix b/pkgs/desktops/gnome/apps/ghex/default.nix index 154e3db33b569..c79d3d731ea9c 100644 --- a/pkgs/desktops/gnome/apps/ghex/default.nix +++ b/pkgs/desktops/gnome/apps/ghex/default.nix @@ -51,7 +51,7 @@ stdenv.mkDerivation rec { glib ]; - checkInputs = [ + nativeCheckInputs = [ appstream-glib desktop-file-utils ]; diff --git a/pkgs/desktops/gnome/core/gnome-keyring/default.nix b/pkgs/desktops/gnome/core/gnome-keyring/default.nix index 0ef440a78f171..877b99748ec5d 100644 --- a/pkgs/desktops/gnome/core/gnome-keyring/default.nix +++ b/pkgs/desktops/gnome/core/gnome-keyring/default.nix @@ -54,7 +54,7 @@ stdenv.mkDerivation rec { p11-kit ]; - checkInputs = [ dbus python3 ]; + nativeCheckInputs = [ dbus python3 ]; configureFlags = [ "--with-pkcs11-config=${placeholder "out"}/etc/pkcs11/" # installation directories diff --git a/pkgs/desktops/gnome/core/gnome-remote-desktop/default.nix b/pkgs/desktops/gnome/core/gnome-remote-desktop/default.nix index 1a79cce0848f9..a853a2457d158 100644 --- a/pkgs/desktops/gnome/core/gnome-remote-desktop/default.nix +++ b/pkgs/desktops/gnome/core/gnome-remote-desktop/default.nix @@ -62,9 +62,9 @@ stdenv.mkDerivation rec { libxkbcommon pipewire systemd - ] ++ checkInputs; + ] ++ nativeCheckInputs; - checkInputs = [ + nativeCheckInputs = [ mesa # for gbm libgudev xvfb-run diff --git a/pkgs/desktops/gnome/core/totem/default.nix b/pkgs/desktops/gnome/core/totem/default.nix index e7e3e225fa6de..24c637909a32d 100644 --- a/pkgs/desktops/gnome/core/totem/default.nix +++ b/pkgs/desktops/gnome/core/totem/default.nix @@ -96,7 +96,7 @@ stdenv.mkDerivation rec { python3Packages.dbus-python ]; - checkInputs = [ + nativeCheckInputs = [ xvfb-run ]; diff --git a/pkgs/desktops/gnome/misc/geary/default.nix b/pkgs/desktops/gnome/misc/geary/default.nix index d1ba5d8082ce7..e2b333430619b 100644 --- a/pkgs/desktops/gnome/misc/geary/default.nix +++ b/pkgs/desktops/gnome/misc/geary/default.nix @@ -95,7 +95,7 @@ stdenv.mkDerivation rec { webkitgtk_4_1 ]; - checkInputs = [ + nativeCheckInputs = [ dbus gnutls # for certtool cacert # trust store for glib-networking -- cgit 1.4.1