Loading pkgs/tools/misc/vtm/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ stdenv.mkDerivation rec { description = "Terminal multiplexer with window manager and session sharing"; homepage = "https://vtm.netxs.online/"; license = licenses.mit; platforms = [ "x86_64-linux" ]; platforms = platforms.all; maintainers = with maintainers; [ ahuzik ]; }; } pkgs/top-level/all-packages.nix +3 −1 Original line number Diff line number Diff line Loading @@ -13559,7 +13559,9 @@ with pkgs; SDL = SDL_sixel; }; vtm = callPackage ../tools/misc/vtm { }; vtm = callPackage ../tools/misc/vtm { stdenv = if stdenv.isDarwin then clang16Stdenv else stdenv; }; witness = callPackage ../tools/security/witness { }; Loading
pkgs/tools/misc/vtm/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ stdenv.mkDerivation rec { description = "Terminal multiplexer with window manager and session sharing"; homepage = "https://vtm.netxs.online/"; license = licenses.mit; platforms = [ "x86_64-linux" ]; platforms = platforms.all; maintainers = with maintainers; [ ahuzik ]; }; }
pkgs/top-level/all-packages.nix +3 −1 Original line number Diff line number Diff line Loading @@ -13559,7 +13559,9 @@ with pkgs; SDL = SDL_sixel; }; vtm = callPackage ../tools/misc/vtm { }; vtm = callPackage ../tools/misc/vtm { stdenv = if stdenv.isDarwin then clang16Stdenv else stdenv; }; witness = callPackage ../tools/security/witness { };