mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-14 01:33:10 +00:00
Merge pull request #267965 from wegank/vtm-clang-16
vtm: drop stdenv override
This commit is contained in:
commit
5d6dd07779
@ -14506,9 +14506,7 @@ with pkgs;
|
||||
SDL = SDL_sixel;
|
||||
};
|
||||
|
||||
vtm = callPackage ../tools/misc/vtm {
|
||||
stdenv = if stdenv.isDarwin then llvmPackages_16.stdenv else stdenv;
|
||||
};
|
||||
vtm = callPackage ../tools/misc/vtm { };
|
||||
|
||||
witness = callPackage ../tools/security/witness { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user