mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
775c761fd8
Without the change `gmsh` build fails in `staging-next` as: /build/gmsh-4.11.1-source/src/mesh/meshGFacePack.cpp:209:7: error: 'uint32_t' was not declared in this scope 209 | for(uint32_t j = 0; j < 6; j++) { | ^~~~~~~~ /build/gmsh-4.11.1-source/src/mesh/meshGFacePack.cpp:16:1: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'? 15 | #include "robustPredicates.h" +++ |+#include <cstdint> |
||
---|---|---|
.. | ||
default.nix | ||
fix-python.patch |