File tree Expand file tree Collapse file tree 2 files changed +17
-14
lines changed Expand file tree Collapse file tree 2 files changed +17
-14
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,8 @@ packages:
20
20
cardano-api
21
21
cardano-api-gen
22
22
cardano-wasm
23
- cardano-rpc
23
+ -- TODO fix potential issues with build-type: Custom and protoc and reenable
24
+ -- cardano-rpc
24
25
25
26
extra-packages : Cabal, process
26
27
@@ -198,14 +199,15 @@ source-repository-package
198
199
kes-agent
199
200
200
201
201
- constraints :
202
- contra-tracer == 0.1.0.2
203
- , lifted-async ^>= 0.10.2.0
204
- , tls == 2.1.6
205
- , hashable ^>= 1.4.7.0
206
- , hedgehog >= 1.5
207
- , grapesy ^>= 1.0.0
208
- , http2-tls ^>= 0.4.0
209
- , random^>= 1.2
202
+ -- TODO remove this before merging 10.6 release PR if it is no longer needed
203
+ -- constraints:
204
+ -- contra-tracer == 0.1.0.2
205
+ -- , lifted-async ^>=0.10.2.0
206
+ -- , tls == 2.1.6
207
+ -- , hashable ^>=1.4.7.0
208
+ -- , hedgehog >=1.5
209
+ -- , grapesy ^>= 1.0.0
210
+ -- , http2-tls ^>= 0.4.0
211
+ -- , random^>=1.2
210
212
211
213
Original file line number Diff line number Diff line change 171
171
substituteInPlace crypton-x509-system.cabal --replace 'Crypt32' 'crypt32'
172
172
'' ;
173
173
}
174
- ( { pkgs , ...} : {
175
- packages . proto-lens-protobuf-types . components . library . build-tools = [ pkgs . buildPackages . protobuf ] ;
176
- packages . cardano-rpc . components . library . build-tools = [ pkgs . buildPackages . protobuf ] ;
177
- } )
174
+ # TODO uncomment when reenabling cardano-rpc
175
+ # ({pkgs, ...}: {
176
+ # packages.proto-lens-protobuf-types.components.library.build-tools = [pkgs.buildPackages.protobuf];
177
+ # packages.cardano-rpc.components.library.build-tools = [pkgs.buildPackages.protobuf];
178
+ # })
178
179
] ;
179
180
} ) ;
180
181
# ... and construct a flake from the cabal project
You can’t perform that action at this time.
0 commit comments