Skip to content

Commit faa7f48

Browse files
haskellPackages.xmonad-wallpaper: jailbreak
Compiles with random 1.2.0, but bound is too strict at <1.2. Co-authored-by: sterni <sternenseemann@systemli.org>
1 parent 82ba334 commit faa7f48

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

pkgs/development/haskell-modules/configuration-common.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -698,6 +698,10 @@ self: super: {
698698
uuid-types = doJailbreak super.uuid-types;
699699
uuid = doJailbreak super.uuid;
700700

701+
# Bypass version check for random < 1.2 (1.2 works fine).
702+
# https://github.com/yeyan/xmonad-wallpaper/issues/2
703+
xmonad-wallpaper = doJailbreak super.xmonad-wallpaper;
704+
701705
# The tests spuriously fail
702706
libmpd = dontCheck super.libmpd;
703707

pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5203,7 +5203,6 @@ broken-packages:
52035203
- xmonad-dbus
52045204
- xmonad-eval
52055205
- xmonad-vanessa
5206-
- xmonad-wallpaper
52075206
- xmonad-windownames
52085207
- xor
52095208
- Xorshift128Plus

pkgs/development/haskell-modules/hackage-packages.nix

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)