File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed
pkgs/applications/blockchains/polkadot Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -60,15 +60,7 @@ rustPlatform.buildRustPackage rec {
6060 } ;
6161
6262 buildType = "production" ;
63-
64- cargoBuildFlags = [
65- "-p"
66- "polkadot"
67- "-p"
68- "polkadot-omni-node"
69- "-p"
70- "polkadot-parachain-bin"
71- ] ;
63+ buildAndTestSubdir = "polkadot" ;
7264
7365 # NOTE: tests currently fail to compile due to an issue with cargo-auditable
7466 # and resolution of features flags, potentially related to this:
@@ -100,8 +92,8 @@ rustPlatform.buildRustPackage rec {
10092 ROCKSDB_LIB_DIR = "${ rocksdb } /lib" ;
10193
10294 meta = with lib ; {
103- description = "Polkadot Node Implementation " ;
104- homepage = "https://polkadot.network " ;
95+ description = "Implementation of a https://polkadot.network node in Rust based on the Substrate framework " ;
96+ homepage = "https://github.com/paritytech/polkadot-sdk " ;
10597 license = licenses . gpl3Only ;
10698 maintainers = with maintainers ; [
10799 akru
You can’t perform that action at this time.
0 commit comments