Commit 9a3ee426 authored by Doron Behar's avatar Doron Behar
Browse files

lua.pkgs.cqueues: fix cross compilation

Of `pkgsCross.armv7l-hf-multiplatform.lua54Packages.cqueues`.
parent d301287a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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 =