diff options
Diffstat (limited to 'pkgs/tools/misc/plotinus/default.nix')
-rw-r--r-- | pkgs/tools/misc/plotinus/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/tools/misc/plotinus/default.nix b/pkgs/tools/misc/plotinus/default.nix index 2cd2a74f6fde..f8b50d55cdf4 100644 --- a/pkgs/tools/misc/plotinus/default.nix +++ b/pkgs/tools/misc/plotinus/default.nix @@ -7,6 +7,7 @@ , cmake , ninja , vala +, nixosTests , wrapGAppsHook3 }: stdenv.mkDerivation rec { @@ -33,6 +34,8 @@ stdenv.mkDerivation rec { gtk3 ]; + passthru.tests = { inherit (nixosTests) plotinus; }; + meta = with lib; { description = "Searchable command palette in every modern GTK application"; homepage = "https://github.com/p-e-w/plotinus"; |