turbovnc: Add programs.turbovnc, add test for headless software OpenGL

This commit is contained in:
Niklas Hambüchen
2021-03-14 06:27:43 +01:00
parent 24aa5fefe4
commit b46f6cba79
5 changed files with 230 additions and 0 deletions
+3
View File
@@ -1,6 +1,7 @@
{ lib
, stdenv
, fetchFromGitHub
, nixosTests
# Dependencies
, cmake
@@ -101,6 +102,8 @@ stdenv.mkDerivation rec {
--prefix PATH : ${lib.makeBinPath [ openssh ]}
'';
passthru.tests.turbovnc-headless-server = nixosTests.turbovnc-headless-server;
meta = {
homepage = "https://turbovnc.org/";
license = lib.licenses.gpl2Plus;