lua.pkgs.cqueues: fix cross compilation (#480192)
This commit is contained in:
@@ -127,6 +127,10 @@ in
|
||||
}
|
||||
];
|
||||
|
||||
env = old.env // {
|
||||
NIX_CFLAGS_COMPILE = "-std=gnu17"; # for gcc15
|
||||
};
|
||||
|
||||
# Upstream rockspec is pointlessly broken into separate rockspecs, per Lua
|
||||
# version, which doesn't work well for us, so modify it
|
||||
postConfigure =
|
||||
|
||||
Reference in New Issue
Block a user