mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
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>
This commit is contained in:
parent
82ba3343c4
commit
faa7f48140
3 changed files with 4 additions and 3 deletions
|
@ -698,6 +698,10 @@ self: super: {
|
||||||
uuid-types = doJailbreak super.uuid-types;
|
uuid-types = doJailbreak super.uuid-types;
|
||||||
uuid = doJailbreak super.uuid;
|
uuid = doJailbreak super.uuid;
|
||||||
|
|
||||||
|
# Bypass version check for random < 1.2 (1.2 works fine).
|
||||||
|
# https://github.com/yeyan/xmonad-wallpaper/issues/2
|
||||||
|
xmonad-wallpaper = doJailbreak super.xmonad-wallpaper;
|
||||||
|
|
||||||
# The tests spuriously fail
|
# The tests spuriously fail
|
||||||
libmpd = dontCheck super.libmpd;
|
libmpd = dontCheck super.libmpd;
|
||||||
|
|
||||||
|
|
|
@ -5203,7 +5203,6 @@ broken-packages:
|
||||||
- xmonad-dbus
|
- xmonad-dbus
|
||||||
- xmonad-eval
|
- xmonad-eval
|
||||||
- xmonad-vanessa
|
- xmonad-vanessa
|
||||||
- xmonad-wallpaper
|
|
||||||
- xmonad-windownames
|
- xmonad-windownames
|
||||||
- xor
|
- xor
|
||||||
- Xorshift128Plus
|
- Xorshift128Plus
|
||||||
|
|
|
@ -285097,8 +285097,6 @@ self: {
|
||||||
libraryHaskellDepends = [ base magic mtl random unix xmonad ];
|
libraryHaskellDepends = [ base magic mtl random unix xmonad ];
|
||||||
description = "xmonad wallpaper extension";
|
description = "xmonad wallpaper extension";
|
||||||
license = lib.licenses.lgpl3Only;
|
license = lib.licenses.lgpl3Only;
|
||||||
hydraPlatforms = lib.platforms.none;
|
|
||||||
broken = true;
|
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"xmonad-windownames" = callPackage
|
"xmonad-windownames" = callPackage
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue