From fdf0d3c72eadcfefc3cf92e5ca2f54e1fda32c06 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sat, 18 Jan 2025 22:53:41 +0000 Subject: [PATCH] redict.tests: fix the eval Without the change the test fails to eval as it does not exits: $ nix build --no-link -f. redict.tests.redict error: attribute 'redict' missing at pkgs/by-name/re/redict/package.nix:83:27: 82| 83| passthru.tests.redict = nixosTests.redict; | ^ 84| Did you mean redis? --- pkgs/by-name/re/redict/package.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/by-name/re/redict/package.nix b/pkgs/by-name/re/redict/package.nix index 5cc3d0f426154..cbda55fa8b01e 100644 --- a/pkgs/by-name/re/redict/package.nix +++ b/pkgs/by-name/re/redict/package.nix @@ -6,7 +6,6 @@ lua, jemalloc, pkg-config, - nixosTests, tcl, which, ps, @@ -104,8 +103,6 @@ stdenv.mkDerivation (finalAttrs: { runHook postCheck ''; - passthru.tests.redict = nixosTests.redict; - meta = { homepage = "https://redict.io"; description = "Distributed key/value store";