Unverified Commit d21c3deb authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

lua.pkgs.cqueues: fix cross compilation (#480192)

parents cb1d39a0 9a3ee426
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 =