morpheus-graphql not broken
This commit is contained in:
parent
0333e6cfab
commit
a586df9f44
@ -3356,7 +3356,7 @@ broken-packages:
|
||||
- morfette
|
||||
- morfeusz
|
||||
- morloc
|
||||
- morpheus-graphql-core
|
||||
- morpheus-graphql-cli
|
||||
- morphisms-functors
|
||||
- morphisms-objects
|
||||
- morte
|
||||
|
@ -2715,14 +2715,6 @@ dont-distribute-packages:
|
||||
- morley-client
|
||||
- morley-prelude
|
||||
- morley-upgradeable
|
||||
- morpheus-graphql
|
||||
- morpheus-graphql-app
|
||||
- morpheus-graphql-cli
|
||||
- morpheus-graphql-client
|
||||
- morpheus-graphql-code-gen
|
||||
- morpheus-graphql-code-gen-utils
|
||||
- morpheus-graphql-server
|
||||
- morpheus-graphql-subscriptions
|
||||
- morphisms-functors-inventory
|
||||
- mortred
|
||||
- motor-diagrams
|
||||
|
@ -193160,7 +193160,6 @@ self: {
|
||||
];
|
||||
description = "Morpheus GraphQL";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"morpheus-graphql-app" = callPackage
|
||||
@ -193188,7 +193187,6 @@ self: {
|
||||
];
|
||||
description = "Morpheus GraphQL App";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"morpheus-graphql-cli" = callPackage
|
||||
@ -193211,6 +193209,7 @@ self: {
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
mainProgram = "morpheus";
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"morpheus-graphql-client" = callPackage
|
||||
@ -193242,7 +193241,6 @@ self: {
|
||||
];
|
||||
description = "Morpheus GraphQL Client";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"morpheus-graphql-code-gen" = callPackage
|
||||
@ -193273,7 +193271,6 @@ self: {
|
||||
];
|
||||
description = "Morpheus GraphQL CLI";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
mainProgram = "morpheus";
|
||||
}) {};
|
||||
|
||||
@ -193292,7 +193289,6 @@ self: {
|
||||
];
|
||||
description = "Morpheus GraphQL CLI";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"morpheus-graphql-core" = callPackage
|
||||
@ -193319,8 +193315,6 @@ self: {
|
||||
];
|
||||
description = "Morpheus GraphQL Core";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"morpheus-graphql-server" = callPackage
|
||||
@ -193348,7 +193342,6 @@ self: {
|
||||
];
|
||||
description = "Morpheus GraphQL";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"morpheus-graphql-subscriptions" = callPackage
|
||||
@ -193367,7 +193360,6 @@ self: {
|
||||
];
|
||||
description = "Morpheus GraphQL Subscriptions";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"morpheus-graphql-tests" = callPackage
|
||||
|
Loading…
Reference in New Issue
Block a user