From 6bdb60a4055b23f468e355c5fb486bb34c14e357 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Wed, 1 Dec 2021 18:13:02 +0100 Subject: [PATCH] haskellPackages.xmonad-extras_0_17_0: build with matching releases Needs xmonad and xmonad-contrib of the same version. --- pkgs/development/haskell-modules/configuration-nix.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix index af2775e53ffe..c150272d7dde 100644 --- a/pkgs/development/haskell-modules/configuration-nix.nix +++ b/pkgs/development/haskell-modules/configuration-nix.nix @@ -230,6 +230,11 @@ self: super: builtins.intersectAttrs super { xmonad = self.xmonad_0_17_0; }; + xmonad-extras_0_17_0 = super.xmonad-extras_0_17_0.override { + xmonad = self.xmonad_0_17_0; + xmonad-contrib = self.xmonad-contrib_0_17_0; + }; + # wxc supports wxGTX >= 3.0, but our current default version points to 2.8. # http://hydra.cryp.to/build/1331287/log/raw wxc = (addBuildDepend self.split super.wxc).override { wxGTK = pkgs.wxGTK30; };