From 008570968ca42afa078c54cde3a3b3c650c6c3b9 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 19 Jun 2020 23:10:21 +0200 Subject: [PATCH] Comment out broken packages hasura-cli & hasura-graphql-engine. These packages don't evaluate and I couldn't find out how to fix that or how to mark them broken. If I may say so, it is a really bad idea to duplicate Haskell packages locally like that. Ping @offlinehacker. --- pkgs/top-level/all-packages.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index b587ee846f69..39f7770a4da4 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -15772,9 +15772,17 @@ in hashi-ui = callPackage ../servers/hashi-ui {}; + /* This package duplicates a lot of functionality from haskellPackages + instead of using the packages we maintain there. Now, a recent update to + haskellPackages causes these tools to fail evaluation, and I have been + unable to mark them as "broken" in a way that 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 them out entirely. + inherit (callPackage ../servers/hasura { }) hasura-cli hasura-graphql-engine; + */ heapster = callPackage ../servers/monitoring/heapster { };