You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At present, hackage-packages.nix has an override to pkgs.cairo, and the haskell package is not included in the dependencies. So ./Setup configure reports:
Configuring pango-0.13.0.5...
setup: At least the following dependencies are missing:
cairo >=0.13.0.0 && <0.14
Sorry if this is the wrong place to report this. I'm using haskell-ng for the first time today, and I'm not sure how it fits together yet.
The text was updated successfully, but these errors were encountered:
This is a result of this bug: #136. I've committed a fix for the build error in NixOS/nixpkgs@4ab133a that remedies the issue until the underlying problem in hackage2nix is fixed. The pango build should now succeed fine.
At present,
hackage-packages.nix
has an override topkgs.cairo
, and the haskell package is not included in the dependencies. So./Setup configure
reports:Sorry if this is the wrong place to report this. I'm using haskell-ng for the first time today, and I'm not sure how it fits together yet.
The text was updated successfully, but these errors were encountered: