Skip to content

Commit

Permalink
Revert "fix lua.pc library name"
Browse files Browse the repository at this point in the history
This reverts commit 330836a.
  • Loading branch information
Joel Taylor committed May 17, 2015
1 parent ff7dd3e commit c7ed090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/interpreters/lua-5/5.2.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
Description: An Extensible Extension Language
Version: ${version}
Requires:
Libs: -L$out/lib -llua.${version} -lm
Libs: -L$out/lib -llua -lm
Cflags: -I$out/include
EOF
'';
Expand Down

1 comment on commit c7ed090

@bjornfor
Copy link
Contributor

Choose a reason for hiding this comment

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

@joelteon: Next time, please say in the commit message why the commit was reverted.

Please sign in to comment.