ljsyscall: fix build

This commit is contained in:
Luka Blaskovic 2021-11-06 07:38:19 +00:00 committed by Matthieu Coudron
parent ac971cdc54
commit 021410c002

View File

@ -88,7 +88,7 @@ with prev;
];
});
ljsyscall = prev.ljsyscall.overrideAttrs(oa: rec {
ljsyscall = prev.lib.overrideLuarocks prev.ljsyscall (drv: rec {
version = "unstable-20180515";
# package hasn't seen any release for a long time
src = pkgs.fetchFromGitHub {