haskellPackages.xmonad-extras_0_17_0: build with matching releases

Needs xmonad and xmonad-contrib of the same version.
This commit is contained in:
sternenseemann 2021-12-01 18:13:02 +01:00
parent a9fb1cb78a
commit 6bdb60a405

View File

@ -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; };