From c8c80478e1456b6489af6c3f8a2e4273068c7f9c Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 24 Jul 2020 22:01:00 +0200 Subject: [PATCH] sad: comment out the broken build I cannot mark this package broken in a way that doesn't break OfBorg. --- pkgs/top-level/all-packages.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 2c05589aae8..24c0227f83e 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -14757,7 +14757,13 @@ in rubberband = callPackage ../development/libraries/rubberband { }; + /* This package references ghc844, which we no longer have. Unfortunately, I + have been unable to mark it as "broken" in a way that the ofBorg bot + recognizes. Since I don't want to merge code into master that generates + evaluation errors, I have no other idea but to comment it out entirely. + sad = callPackage ../applications/science/logic/sad { }; + */ safefile = callPackage ../development/libraries/safefile {};