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
… while evaluating definitions from `<unknown-file>':
… while evaluating the option `packages.network.components.library.build-tools':
… while evaluating definitions from `/nix/store/qfymhkylsj11dk2xm0z85wrsfqqfw4xa-source/modules/plan.nix':
(stack trace truncated; use '--show-trace' to show the full, detailed trace)
error: Neither the Haskell package set or the Nixpkgs package set contain the tool: hsc2hs:hsc2hs (build tool dependency).
If this is a system dependency:
You may need to augment the system package mapping in haskell.nix so that it can be found.
If this is a Haskell dependency:
If you are using Stackage, make sure that you are using a snapshot that contains the package. Otherwise you may need to update the Hackage snapshot you are using, usually by updating haskell.nix.
not creating gc roots
Steps To Reproduce
I can't quite work out how to get a minimal example from mutating one of the buildable tests.
As far as I can see, setting your hackageNix to the above revision/version and trying to build a project with network as a dependency results in failure.
Expected behavior
Updating the hackageNix without updating stackageNix has the same behaviour before and after.
I can build packages with network as a dependency.
Additional context
Happy to investigate a minimal reproducer if given some pointers.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Describe the bug
When
nix flake update hackageNix
'ing, the build fails despite not changing our stackage snapshot.The diff:
This errors with:
Steps To Reproduce
I can't quite work out how to get a minimal example from mutating one of the buildable tests.
As far as I can see, setting your hackageNix to the above revision/version and trying to build a project with
network
as a dependency results in failure.Expected behavior
Updating the hackageNix without updating stackageNix has the same behaviour before and after.
I can build packages with
network
as a dependency.Additional context
Happy to investigate a minimal reproducer if given some pointers.
The text was updated successfully, but these errors were encountered: