tclPackages.yajl-tcl: fix for GCC 15
GCC 15 issue: https://github.com/NixOS/nixpkgs/issues/475479 Upstream issue: https://github.com/flightaware/yajl-tcl/pull/45
This commit is contained in:
@@ -29,6 +29,11 @@ mkTclDerivation rec {
|
||||
yajl
|
||||
];
|
||||
|
||||
buildFlags = [
|
||||
# https://github.com/flightaware/yajl-tcl/pull/45
|
||||
"CFLAGS=-std=gnu17"
|
||||
];
|
||||
|
||||
meta = {
|
||||
description = "Tcl bindings for Yet Another JSON Library";
|
||||
homepage = "https://github.com/flightaware/yajl-tcl";
|
||||
|
||||
Reference in New Issue
Block a user