Merge pull request #128066 from tbidne/haskell-updates

haskellPackages.xmonad-wallpaper: remove jailbreak
This commit is contained in:
Dennis Gosnell 2021-06-25 13:46:15 +09:00 committed by GitHub
commit 9d333dfa86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -706,10 +706,6 @@ self: super: {
uuid-types = doJailbreak super.uuid-types;
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
libmpd = dontCheck super.libmpd;