Merge pull request #116282 from nh2/programs-turbovnc

turbovnc: Add programs.turbovnc, add test for headless software OpenGL
This commit is contained in:
Niklas Hambüchen
2021-03-19 01:12:33 +01:00
committed by GitHub
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;