-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Patches are applied twice if buildFromSDist
is enabled
#290
Comments
Oh man, (I'm travelling; will be a while to look into this further) |
I haven't looked into this in detail, but I suspect that a short-term fix would be to eval haskell-flake/nix/modules/project/settings/default.nix Lines 75 to 81 in 785956b
|
#291 lgtm; see comment there. Maybe also make sure that |
#298 appears to resolve my issue. I'm unsure about when to use If fixing |
Might be useful as an escape hatch if the local build needs to be different from the packaged build for some (bad) reason. |
buildFromSDist
is enabled
The
haskell-flake
is trying to apply patches twice. The issue seems to be in the newbuildFromSDist
implementation. SettingbuildFromSDist
tofalse
resolves the problem. For a reproduction, visit https://github.com/johnhampton/haskell-flakes-double-patch.The text was updated successfully, but these errors were encountered: