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.
This commit is contained in:
parent
881e0cffaf
commit
008570968c
1 changed files with 8 additions and 0 deletions
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue