forked from mpickering/ghc-artefact-nix
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use fedora27 bindist on Linux-x86_64 by default
Debian 9 still uses ncurses 5, which complicates installation. Specifically, ncurses 5 provided by nixpkgs appears not to provide shared object version information, whereas Debian does. While `patchelfUnstable` can [1] update library version requirements, it cannot remove them entirely. Rather than find some terrible workaround, it's much easier to simply use a bindist that expects ncurses 6 with symbol versioning. Fedora 27 provides exactly this. [1] NixOS/patchelf#85
- Loading branch information
Showing
3 changed files
with
37 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters