haskellPackages: unbreak cachix build

authored by

Mario Rodas and committed by
Peter Simons
6beccdcb 5791d8e6

+7 -2
+7
pkgs/development/haskell-modules/configuration-common.nix
··· 77 77 hinotify = if pkgs.stdenv.isLinux then self.hinotify else self.fsnotify; 78 78 }; 79 79 80 + # compatibility with servant-0.16.2. Remove with the next release 81 + cachix = appendPatch super.cachix (pkgs.fetchpatch { 82 + url = "https://github.com/cachix/cachix/commit/051679a99cd56e2497c0f05310035b6649129a13.patch"; 83 + sha256 = "198n5byp9mfiymgzpvyd42l6vqy6hfy9kdi7svfx7mcwsy7sg7kp"; 84 + stripLen = 1; 85 + }); 86 + 80 87 # Fix test trying to access /home directory 81 88 shell-conduit = overrideCabal super.shell-conduit (drv: { 82 89 postPatch = "sed -i s/home/tmp/ test/Spec.hs";
-2
pkgs/development/haskell-modules/configuration-hackage2nix.yaml
··· 3592 3592 - cabin 3593 3593 - cabocha 3594 3594 - cached 3595 - - cachix 3596 - - cachix-api 3597 3595 - cacophony 3598 3596 - caffegraph 3599 3597 - cairo-core