From e347759873b7a86af3fcb93decd3e962b7a7c697 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Thu, 24 Feb 2022 09:58:56 +0100 Subject: [PATCH] haskellPackages.xdot: drop now obsolete patch --- pkgs/development/haskell-modules/configuration-common.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 9d04ef9b40dd..5af1fbccc964 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -49,14 +49,6 @@ self: super: { ghc-datasize = disableLibraryProfiling super.ghc-datasize; ghc-vis = disableLibraryProfiling super.ghc-vis; - # The upper bound on xdot's base dependency broke the build of xdot and its - # dependants so here we bump it: - # > https://github.com/def-/xdot/pull/12 - xdot = appendPatch (pkgs.fetchpatch { - url = "https://github.com/def-/xdot/commit/574dce2b834917126590f4a3df53c00fb7f4fee1.patch"; - sha256 = "sha256-T5mo/XHBMFup6hlqEvIT+VbLGRuGEe4qigJtJCL5KmQ="; - }) super.xdot; - # The latest release on hackage has an upper bound on containers which # breaks the build, though it works with the version of containers present # and the upper bound doesn't exist in code anymore: