mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
vtm: extend platforms
This commit is contained in:
parent
6e14cc0d55
commit
92d15cf5f0
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
@ -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…
Reference in New Issue
Block a user