udunits: fix build (#514667)

This commit is contained in:
Pascal Wittmann
2026-05-01 18:56:32 +00:00
committed by GitHub
+4
View File
@@ -32,6 +32,10 @@ stdenv.mkDerivation {
expat
];
configureFlags = [
"CFLAGS=-std=gnu17"
];
meta = {
homepage = "https://www.unidata.ucar.edu/software/udunits/";
description = "C-based package for the programatic handling of units of physical quantities";