sad: comment out the broken build

I cannot mark this package broken in a way that doesn't break OfBorg.
This commit is contained in:
Peter Simons 2020-07-24 22:01:00 +02:00
parent e8e0ca289c
commit c8c80478e1

View File

@ -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 {};