Skip to content

Commit

Permalink
luaPackages.luasystem: fix build on darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
marsam authored and Matthieu Coudron committed Nov 14, 2019
1 parent 00c866b commit 669a6d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/lua-modules/overrides.nix
Expand Up @@ -224,7 +224,7 @@ with super;
});

luasystem = super.luasystem.override({
buildInputs = [
buildInputs = pkgs.lib.optionals pkgs.stdenv.isLinux [
pkgs.glibc
];
});
Expand Down

0 comments on commit 669a6d0

Please sign in to comment.