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
I need some package bounds overriden in my cabal.project, and while it works with nix build, it seems that shellFor does not pick up the overriden constraints.
As an example, try doing nix develop git+https://gitlab.com/spacekitteh/spacerl.git?ref=master&rev=5f55424af741e89ab08f788695fff8394f2db8b7
and then try nix build instead.
The text was updated successfully, but these errors were encountered:
I'm not sure if I can reproduce this with 5f55424af741e89ab08f788695fff8394f2db8b7. Running nix develop and then cabal build all seems to mostly work fine. I'm getting an error from ld linking dear-imgui into sdlapp. Is that the expected issue?
With 891fdef5cfae6eb1f13dde9a0cd646559474bdf0 (the current commit), I am seeing a failure when running nix develop.
It looks like haskell.nix is failing to find a build plan for hoogle with ghc-9.12.
Hoogle is enabled by default in shells, and disabling it seems to fix the shell.
I need some package bounds overriden in my cabal.project, and while it works with
nix build
, it seems thatshellFor
does not pick up the overriden constraints.As an example, try doing
nix develop git+https://gitlab.com/spacekitteh/spacerl.git?ref=master&rev=5f55424af741e89ab08f788695fff8394f2db8b7
and then try
nix build
instead.The text was updated successfully, but these errors were encountered: