nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

libredwg: fix missing include with glibc-2.38

https://hydra.nixos.org/build/236161770/nixlog/4/tail

+2
+2
pkgs/development/libraries/libredwg/default.nix
··· 34 34 in '' 35 35 # avoid git dependency 36 36 cp ${printVersion} build-aux/git-version-gen 37 + # failing to build otherwise since glibc-2.38 38 + sed '1i#include <string.h>' -i programs/dwg2SVG.c 37 39 ''; 38 40 39 41 preConfigure = lib.optionalString (stdenv.isDarwin && enablePython) ''