about summary refs log tree commit diff
path: root/nixos/tests/installed-tests
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2022-08-20 08:43:12 +0200
committerVladimír Čunát <v@cunat.cz>2022-08-20 08:43:12 +0200
commit78182194c652df7bdcfa0a6a788d17895188b777 (patch)
tree06d971dbc2b25a9a16d96781545d0d5d9ef3b0c8 /nixos/tests/installed-tests
parent656026c7415cd56535c972feed977550524ca2d1 (diff)
Revert Merge #184360: json-glib: add installed tests
Moving to staging, as it causes lots of rebuilds
and it doesn't seem urgent.

This reverts commit d6fb90726954441e24b7eece2d05c5d9630a90bc, reversing
changes made to 600b02324c37abd1280051f872c914113f1f37bf.
Diffstat (limited to 'nixos/tests/installed-tests')
-rw-r--r--nixos/tests/installed-tests/default.nix1
-rw-r--r--nixos/tests/installed-tests/json-glib.nix5
2 files changed, 0 insertions, 6 deletions
diff --git a/nixos/tests/installed-tests/default.nix b/nixos/tests/installed-tests/default.nix
index 3bb678d367823..b81384aa8c0b5 100644
--- a/nixos/tests/installed-tests/default.nix
+++ b/nixos/tests/installed-tests/default.nix
@@ -98,7 +98,6 @@ in
   gnome-photos = callInstalledTest ./gnome-photos.nix {};
   graphene = callInstalledTest ./graphene.nix {};
   gsconnect = callInstalledTest ./gsconnect.nix {};
-  json-glib = callInstalledTest ./json-glib.nix {};
   ibus = callInstalledTest ./ibus.nix {};
   libgdata = callInstalledTest ./libgdata.nix {};
   librsvg = callInstalledTest ./librsvg.nix {};
diff --git a/nixos/tests/installed-tests/json-glib.nix b/nixos/tests/installed-tests/json-glib.nix
deleted file mode 100644
index 3dfd3dd0b0987..0000000000000
--- a/nixos/tests/installed-tests/json-glib.nix
+++ /dev/null
@@ -1,5 +0,0 @@
-{ pkgs, makeInstalledTest, ... }:
-
-makeInstalledTest {
-  tested = pkgs.json-glib;
-}