summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorBenjamin Asbach <asbachb@users.noreply.github.com>2021-07-23 08:02:20 -0600
committerGitHub <noreply@github.com>2021-07-23 10:02:20 -0400
commit9fd41a9a5be02faf8e8d08b3b052c4e4fad06fdc (patch)
treeb1fce5535183697e2be57794b8d4f020e5cba8eb /nixos/tests/all-tests.nix
parent10204ffee4e8e0750bff3859a430def0ef5690a5 (diff)
downloadnixpkgs-9fd41a9a5be02faf8e8d08b3b052c4e4fad06fdc.tar
nixpkgs-9fd41a9a5be02faf8e8d08b3b052c4e4fad06fdc.tar.gz
nixpkgs-9fd41a9a5be02faf8e8d08b3b052c4e4fad06fdc.tar.bz2
nixpkgs-9fd41a9a5be02faf8e8d08b3b052c4e4fad06fdc.tar.lz
nixpkgs-9fd41a9a5be02faf8e8d08b3b052c4e4fad06fdc.tar.xz
nixpkgs-9fd41a9a5be02faf8e8d08b3b052c4e4fad06fdc.tar.zst
nixpkgs-9fd41a9a5be02faf8e8d08b3b052c4e4fad06fdc.zip
tuxguitar: 125945 (#131028)
* tuxguitar: Ensure that tuxguitar is launched with java 8 comtabilbe jre and libraries as greate java version is not supported

* tuxguitar: Added test to verify application starts without problems

* tuxguitar: 1.5.2 -> 1.5.4
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index 0e2104a20e2..d6ef7d42431 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -440,6 +440,7 @@ in
   txredisapi = handleTest ./txredisapi.nix {};
   tuptime = handleTest ./tuptime.nix {};
   turbovnc-headless-server = handleTest ./turbovnc-headless-server.nix {};
+  tuxguitar = handleTest ./tuxguitar.nix {};
   ucarp = handleTest ./ucarp.nix {};
   ucg = handleTest ./ucg.nix {};
   udisks2 = handleTest ./udisks2.nix {};