paraview: include missing header
This commit is contained in:
parent
c2e081fe18
commit
a33e3d607c
1 changed files with 2 additions and 0 deletions
|
@ -90,6 +90,8 @@ in stdenv.mkDerivation rec {
|
|||
./dont-redefine-strlcat.patch
|
||||
];
|
||||
|
||||
env.CXXFLAGS = "-include cstdint";
|
||||
|
||||
postInstall = let docDir = "$out/share/paraview-${lib.versions.majorMinor version}/doc"; in
|
||||
lib.optionalString withDocs ''
|
||||
mkdir -p ${docDir};
|
||||
|
|
Loading…
Reference in a new issue