mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-26 06:44:06 +00:00
Merge pull request #223438 from flokli/unbreak-knot-resolver
Revert "buildLuaPackage: throw instead of marking as broken package"
This commit is contained in:
commit
5a14c30266
@ -213,8 +213,8 @@ let
|
||||
platforms = lua.meta.platforms;
|
||||
# add extra maintainer(s) to every package
|
||||
maintainers = (meta.maintainers or []) ++ [ ];
|
||||
broken = disabled;
|
||||
} // meta;
|
||||
}));
|
||||
in
|
||||
assert (disabled -> throw "${pname} not supported for interpreter ${lua.executable}");
|
||||
luarocksDrv
|
||||
|
Loading…
Reference in New Issue
Block a user