mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
luaPackages.mpack: enable darwin platform
It was working fine but then regressed by
77f5a50c40
This commit is contained in:
parent
10a17f99a4
commit
1873721fcd
@ -459,7 +459,7 @@ let
|
||||
meta = {
|
||||
description = "Simple implementation of msgpack in C Lua 5.1";
|
||||
homepage = "https://github.com/tarruda/libmpack";
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
platforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin;
|
||||
license = stdenv.lib.licenses.mit;
|
||||
# gcc -llua fails with luajit
|
||||
broken = (builtins.parseDrvName lua.name).name != "lua";
|
||||
|
Loading…
Reference in New Issue
Block a user