Merge pull request #317718 from viraptor/libxmi-darwin

libxmi: fix darwin build
This commit is contained in:
Stanisław Pitucha
2024-06-07 15:00:32 +10:00
committed by GitHub
@@ -9,6 +9,8 @@ stdenv.mkDerivation rec {
sha256 = "03d4ikh29l38rl1wavb0icw7m5pp7yilnv7bb2k8qij1dinsymlx";
};
CFLAGS = "-std=gnu89";
# For the x86_64 GNU/Linux arch to be recognized by 'configure'
preConfigure = "cp ${libtool}/share/libtool/build-aux/config.sub .";