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:
2020 cardano-api
2121 cardano-api-gen
2222 cardano-wasm
23- cardano-rpc
23+ -- TODO fix potential issues with build-type: Custom and protoc and reenable
24+ -- cardano-rpc
2425
2526extra-packages : Cabal, process
2627
@@ -198,14 +199,15 @@ source-repository-package
198199 kes-agent
199200
200201
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
210212
211213
Original file line number Diff line number Diff line change 171171 substituteInPlace crypton-x509-system.cabal --replace 'Crypt32' 'crypt32'
172172 '' ;
173173 }
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+ # })
178179 ] ;
179180 } ) ;
180181 # ... and construct a flake from the cabal project
You can’t perform that action at this time.
0 commit comments