From 7e2023546c2136ff6f70407868f7e364e141e244 Mon Sep 17 00:00:00 2001 From: sterni Date: Sat, 10 Apr 2021 23:28:33 +0200 Subject: fix(3p/haskellPackages): re-add random 1.2.0 to fix xanthous The random_1_2_0 attribute of haskellPackages currently holds random 1.2.0 which is what we want to have. We need to disable tests because they cause an infinite recursion as basically all testing libraries depend on random. This has the nice side effect that we no longer need import from derivation for random 1.2.0 (but owothia and xanthous still use it). Re-enable CI for xanthous. Additinonally we need to deal with the fallout of the haskellPackages overlay now also being pulled in for some machines since cl/2910 and let pandoc compile with random 1.2.0. Change-Id: I78d220e5bd35f3469d80d69e77e712a529f21d33 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2924 Tested-by: BuildkiteCI Reviewed-by: tazjin Reviewed-by: glittershark --- users/glittershark/xanthous/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'users/glittershark/xanthous/default.nix') diff --git a/users/glittershark/xanthous/default.nix b/users/glittershark/xanthous/default.nix index c417c7af3e..0b89a50afb 100644 --- a/users/glittershark/xanthous/default.nix +++ b/users/glittershark/xanthous/default.nix @@ -4,6 +4,4 @@ }: pkgs.haskell.lib.failOnAllWarnings ( pkgs.haskellPackages.callPackage (import ./pkg.nix { inherit pkgs; }) {} -) // { - meta.ci = false; -} +) -- cgit 1.4.1