summary refs log tree commit diff
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-10-03 17:16:08 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-10-09 18:14:33 +0200
commit9001f0dcd7a1adeec190d71b31c800ac31d1755b (patch)
tree64829acc30cd8347e55354e3894cfe116eaaa910
parent2d19e7cf6b87a754952c038fdc39f82004f5e402 (diff)
downloadnixpkgs-9001f0dcd7a1adeec190d71b31c800ac31d1755b.tar
nixpkgs-9001f0dcd7a1adeec190d71b31c800ac31d1755b.tar.gz
nixpkgs-9001f0dcd7a1adeec190d71b31c800ac31d1755b.tar.bz2
nixpkgs-9001f0dcd7a1adeec190d71b31c800ac31d1755b.tar.lz
nixpkgs-9001f0dcd7a1adeec190d71b31c800ac31d1755b.tar.xz
nixpkgs-9001f0dcd7a1adeec190d71b31c800ac31d1755b.tar.zst
nixpkgs-9001f0dcd7a1adeec190d71b31c800ac31d1755b.zip
haskellPackages.xmonad-utils: fix build with libxcrypt
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index f6e6692f96e..ccf0bdaeda8 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -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