Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 539ad4f81140
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4e8fa08311ff
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on May 15, 2021

  1. Revert "lua51Packages.luxio: fix build"

    This reverts commit 322ec24.
    After the parent commit we don't need to fix individual lua users.
    vcunat committed May 15, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    4e8fa08 View commit details
Showing with 0 additions and 2 deletions.
  1. +0 −2 pkgs/top-level/lua-packages.nix
2 changes: 0 additions & 2 deletions pkgs/top-level/lua-packages.nix
Original file line number Diff line number Diff line change
@@ -123,8 +123,6 @@ with self; {
);
'';

NIX_LDFLAGS = [ "-ldl" ];

meta = with lib; {
description = "Lightweight UNIX I/O and POSIX binding for Lua";
homepage = "https://www.gitano.org.uk/luxio/";