Skip to content

Commit

Permalink
luaPackages.mpack: fix sourceRoot
Browse files Browse the repository at this point in the history
Uncovered by c3255fe.
  • Loading branch information
vcunat committed Oct 31, 2017
1 parent 6d1317a commit 681c6f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/lua-packages.nix
Expand Up @@ -619,7 +619,7 @@ let
# NOTE: For updating, new Lua mpack bindings live at:
# https://github.com/libmpack/libmpack-lua.
src = libmpack.src;
sourceRoot = "libmpack-${libmpack.rev}-src/binding/lua";
sourceRoot = "${src.name}/binding/lua";

nativeBuildInputs = [ pkgconfig ];
buildInputs = [ libmpack ]; # ++ [ libtool lua ];
Expand Down

0 comments on commit 681c6f9

Please sign in to comment.