luajitPackages.mpack.meta.broken = true
It seems only to link succesfully to vanilla lua. http://hydra.nixos.org/build/49554613
This commit is contained in:
parent
d88721e440
commit
913aae40ba
@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user