summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorTommy Bidne <tbidne@protonmail.com>2021-06-25 14:02:08 +1200
committerTommy Bidne <tbidne@protonmail.com>2021-06-25 14:02:08 +1200
commit4d5ef43b9c4bf08c917e29cedc0d0f423dcb8e58 (patch)
treea119ffae9e8f048be171f9305358d7e0e3821ee5 /pkgs/development/haskell-modules
parentdba40dfcf581eb629979a21ee5cb3b6f547126e4 (diff)
downloadnixpkgs-4d5ef43b9c4bf08c917e29cedc0d0f423dcb8e58.tar
nixpkgs-4d5ef43b9c4bf08c917e29cedc0d0f423dcb8e58.tar.gz
nixpkgs-4d5ef43b9c4bf08c917e29cedc0d0f423dcb8e58.tar.bz2
nixpkgs-4d5ef43b9c4bf08c917e29cedc0d0f423dcb8e58.tar.lz
nixpkgs-4d5ef43b9c4bf08c917e29cedc0d0f423dcb8e58.tar.xz
nixpkgs-4d5ef43b9c4bf08c917e29cedc0d0f423dcb8e58.tar.zst
nixpkgs-4d5ef43b9c4bf08c917e29cedc0d0f423dcb8e58.zip
haskellPackages.xmonad-wallpaper: remove jailbreak
Removing jailbreak as upstream issue has been fixed:

https://github.com/yeyan/xmonad-wallpaper/issues/2
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 1c3cbbbbe31..facd7ab723c 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -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;