1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-06 23:31:34 +00:00
nixpkgs/pkgs
Dmitry Bogatov a8040c700a groff: fix static build
Without manual override following problematic code in generated
"configure" script (line 15918):

  case "$host_os" in
    # Guess yes on glibc systems.
    *-gnu* | gnu*) gl_cv_func_signbit="guessing yes" ;;
    # Guess yes on native Windows.
    mingw*)        gl_cv_func_signbit="guessing yes" ;;
    # If we don't know, assume the worst.
    *)             gl_cv_func_signbit="guessing no" ;;
  esac

results in declaration conflict with gnulib declaring

  int signbit(double)

while system "math.h" providing modern declaration as

  constexpr bool signbit(double)
2021-01-02 08:44:20 +01:00
..
applications Merge pull request #108074 from AndersonTorres/update-emacs-extras 2021-01-01 20:12:51 -03:00
build-support buildRustPackage: add cargoHash for SRI hashes of vendored deps 2020-12-31 11:18:11 +01:00
common-updater
data unifont_upper: 13.0.04 -> 13.0.05 2021-01-01 12:01:59 +01:00
desktops
development Merge pull request #108175 from fabaff/python-opendata-transport 2021-01-02 05:14:26 +01:00
games chiaki: cleanup package 2021-01-01 13:33:16 +01:00
misc utsushi: unstable-2020-11-10 -> unstable-2021-01-01 2021-01-01 17:02:00 +01:00
os-specific Merge pull request #108132 from wmertens/pam_ssh-edcsa-fix 2021-01-01 17:59:21 +01:00
pkgs-lib
servers Merge pull request #108175 from fabaff/python-opendata-transport 2021-01-02 05:14:26 +01:00
shells oh-my-zsh: 2020-12-31 → 2021-01-01 2021-01-01 16:52:09 -05:00
stdenv
test
tools groff: fix static build 2021-01-02 08:44:20 +01:00
top-level Merge pull request #108175 from fabaff/python-opendata-transport 2021-01-02 05:14:26 +01:00