summary refs log tree commit diff
path: root/pkgs/applications/terminal-emulators/hyper/default.nix
diff options
context:
space:
mode:
authorJamie McClymont <jamie@kwiius.com>2020-11-14 07:54:56 +1300
committerJamie McClymont <jamie@kwiius.com>2022-03-20 16:48:06 +1300
commit694862304bf19ac6eb1f730f7fc9bfd3066a4006 (patch)
tree970e4e3db794341b413e4d5fab65626fa333d16e /pkgs/applications/terminal-emulators/hyper/default.nix
parent842e547c176ca1a8d9e4fd1bab22f8b840be52f5 (diff)
downloadnixpkgs-694862304bf19ac6eb1f730f7fc9bfd3066a4006.tar
nixpkgs-694862304bf19ac6eb1f730f7fc9bfd3066a4006.tar.gz
nixpkgs-694862304bf19ac6eb1f730f7fc9bfd3066a4006.tar.bz2
nixpkgs-694862304bf19ac6eb1f730f7fc9bfd3066a4006.tar.lz
nixpkgs-694862304bf19ac6eb1f730f7fc9bfd3066a4006.tar.xz
nixpkgs-694862304bf19ac6eb1f730f7fc9bfd3066a4006.tar.zst
nixpkgs-694862304bf19ac6eb1f730f7fc9bfd3066a4006.zip
nixos/tests: add passthru.tests to all tested terminal emulators
Diffstat (limited to 'pkgs/applications/terminal-emulators/hyper/default.nix')
-rw-r--r--pkgs/applications/terminal-emulators/hyper/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/applications/terminal-emulators/hyper/default.nix b/pkgs/applications/terminal-emulators/hyper/default.nix
index a2b3d13b36a..485c1dead14 100644
--- a/pkgs/applications/terminal-emulators/hyper/default.nix
+++ b/pkgs/applications/terminal-emulators/hyper/default.nix
@@ -2,7 +2,7 @@
 , freetype, fontconfig, dbus, libXi, libXcursor, libXdamage, libXrandr, libXcomposite
 , libXext, libXfixes, libXrender, libX11, libXtst, libXScrnSaver, libxcb, nss, nspr
 , alsa-lib, cups, expat, udev, libpulseaudio, at-spi2-atk, at-spi2-core, libxshmfence
-, libdrm, libxkbcommon, mesa }:
+, libdrm, libxkbcommon, mesa, nixosTests}:
 
 let
   libPath = lib.makeLibraryPath [
@@ -43,6 +43,8 @@ stdenv.mkDerivation rec {
       --replace "/opt/Hyper/hyper" "hyper"
   '';
 
+  passthru.tests.test = nixosTests.terminal-emulators.hyper;
+
   dontPatchELF = true;
   meta = with lib; {
     description = "A terminal built on web technologies";