We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8e0ca2 commit c8c8047Copy full SHA for c8c8047
1 file changed
pkgs/top-level/all-packages.nix
@@ -14757,7 +14757,13 @@ in
14757
14758
rubberband = callPackage ../development/libraries/rubberband { };
14759
14760
+ /* This package references ghc844, which we no longer have. Unfortunately, I
14761
+ have been unable to mark it as "broken" in a way that the ofBorg bot
14762
+ recognizes. Since I don't want to merge code into master that generates
14763
+ evaluation errors, I have no other idea but to comment it out entirely.
14764
+
14765
sad = callPackage ../applications/science/logic/sad { };
14766
+ */
14767
14768
safefile = callPackage ../development/libraries/safefile {};
14769
0 commit comments