haskellPackages.xmonad-utils: fix build with libxcrypt

This commit is contained in:
Martin Weinelt 2022-10-03 17:16:08 +02:00
parent 2d19e7cf6b
commit 9001f0dcd7
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -2553,6 +2553,11 @@ self: super: {
];
}) super.Unixutils;
xmonad-utils = overrideCabal (drv: {
librarySystemDepends = [
pkgs.libxcrypt
];
}) super.xmonad-utils;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super // (let
# We need to build purescript with these dependencies and thus also its reverse