cabal2nix icon indicating copy to clipboard operation
cabal2nix copied to clipboard

cabal2nix: resolve crypt library to libxcrypt

Open sternenseemann opened this issue 3 years ago • 0 comments
trafficstars

NixOS has disabled glibc's libcrypt and is using libxcrypt now (starting with 22.11, that is): https://github.com/NixOS/nixpkgs/pull/181764

This means we'll need to resolve the crypt identifier to libxcrypt. Releases including this commit need to go into NixOS unstable (as soon as the current staging iteration has finished) and NixOS 22.11. A release including this commit may not be backported to 22.05, as it'd likely break builds there.

sternenseemann avatar Oct 10 '22 12:10 sternenseemann