Skip to content

Commit

Permalink
luaPackages.mpack: enable darwin platform
Browse files Browse the repository at this point in the history
It was working fine but then regressed by
77f5a50
  • Loading branch information
zimbatm committed Mar 10, 2017
1 parent 10a17f9 commit 1873721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/lua-packages.nix
Expand Up @@ -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";
Expand Down

0 comments on commit 1873721

Please sign in to comment.