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

(cherry picked from commit 913aae4)
  • Loading branch information
vcunat committed Mar 3, 2017
1 parent 872ef22 commit 5b0c9d4
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

1 comment on commit 5b0c9d4

@vcunat
Copy link
Member Author

@vcunat vcunat commented on 5b0c9d4 Mar 3, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/cc author @garbas, just in case he was interested.

Please sign in to comment.