Skip to content

Commit

Permalink
luajitPackages.mpack.meta.broken = true
Browse files Browse the repository at this point in the history
It seems only to link succesfully to vanilla lua.
http://hydra.nixos.org/build/49554613
  • Loading branch information
vcunat committed Mar 3, 2017
1 parent d88721e commit 913aae4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/top-level/lua-packages.nix
Expand Up @@ -461,6 +461,8 @@ let
homepage = "https://github.com/tarruda/libmpack";
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.mit;
# gcc -llua fails with luajit
broken = (builtins.parseDrvName lua.name).name != "lua";
};
};

Expand Down

0 comments on commit 913aae4

Please sign in to comment.