mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 22:37:35 +00:00
luaformatter: fix darwin build
This commit is contained in:
parent
5881fc5a6e
commit
7caefdd073
@ -27,6 +27,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Code formatter for Lua";
|
||||
homepage = "https://github.com/Koihik/LuaFormatter";
|
||||
license = licenses.asl20;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ figsoda SuperSandro2000 ];
|
||||
mainProgram = "lua-format";
|
||||
};
|
||||
|
@ -14178,7 +14178,7 @@ with pkgs;
|
||||
|
||||
luaformatter = callPackage ../development/tools/luaformatter
|
||||
(lib.optionalAttrs stdenv.isDarwin {
|
||||
stdenv = overrideCC stdenv llvmPackages_latest.clang;
|
||||
stdenv = overrideCC stdenv llvmPackages_9.clang;
|
||||
});
|
||||
|
||||
malt = callPackage ../development/tools/profiling/malt {};
|
||||
|
Loading…
Reference in New Issue
Block a user