Linker limit workaround on Darwin causes buildEnv environments to conflict #25627
Labels
2.status: stale
https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md
6.topic: darwin
Running or building packages on Darwin
In commit 7131e06, a workaround was introduced to link all Haskell dylibs from a
lib/links
directory. However, this directory is installed into any environment that builds a Haskell executable, causing environments made withbuildEnv
to conflict in those files.Since I have many such environments in my configuration, this change forces me to maintain a set of priorities. It would be better if the links directory was somehow made local to the buildEnv.
The text was updated successfully, but these errors were encountered: