1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 19:51:17 +00:00

haskellPackages.xmonad-wallpaper: remove jailbreak

Removing jailbreak as upstream issue has been fixed:

https://github.com/yeyan/xmonad-wallpaper/issues/2
This commit is contained in:
Tommy Bidne 2021-06-25 14:02:08 +12:00
parent dba40dfcf5
commit 4d5ef43b9c
No known key found for this signature in database
GPG key ID: 6B1DDDD9D61B8670

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;