srid / haskell-flake

A `flake-parts` Nix module for Haskell development
https://community.flake.parts/haskell-flake
MIT License
146 stars 18 forks source link

buildFromSdist: deal with breakage of `removeReferencesTo` #287

Closed srid closed 6 months ago

srid commented 6 months ago

buildFromSdist is fucked up for yet another reason. It breaks removeReferencesTo:

https://github.com/srid/haskell-flake/blob/4aab279d0cdd25c9bb3a31ca934c98f2d2a2533d/nix/modules/project/settings/all.nix#L340-L347

The solution here is to apply removeReferencesTo after buildFromSdist.