nh2 / static-haskell-nix

easily build most Haskell programs into fully static Linux executables
388 stars 36 forks source link

nixpkgs glog package fails to build #70

Closed mryndzionek closed 3 years ago

mryndzionek commented 4 years ago

Glog package fails to build due to missing fix that was added after v0.4.0 release

nh2 commented 4 years ago

In which scenario / attrset / with which nixpkgs version?

mryndzionek commented 4 years ago

I'm using Nix 2.3.1 and script from static-stack2nix-builder-example without major modifications. It fails for this project. Glog is pulled in via opencv-0.0.2.1 bindings for Haskell. Let me know if I should post output from some specific Nix commands.

nh2 commented 4 years ago

Thanks for the report.

This should fix it in nixpkgs: https://github.com/NixOS/nixpkgs/pull/75677

After it's merged there, I need to updated the pinned nixpkgs version used in static-haskell-nix.

mryndzionek commented 4 years ago

Great! Thanks! Waiting for the update then!

nh2 commented 3 years ago

This update is certainly included now in the nixpkgs version that static-haskell-nix pins.