forked from mirrors/nixpkgs
treewide: change fetchCargoTarball default to opt-out
Changes the default fetcher in the Rust Platform to be the newer `fetchCargoTarball`, and changes every application using the current default to instead opt out. This commit does not change any hashes or cause any rebuilds. Once integrated, we will start deleting the opt-outs and recomputing hashes. See #79975 for details.
This commit is contained in:
parent
e57fdf508a
commit
eb11feaa0b
|
@ -30,6 +30,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
sha256 = "0rm705zrk9rfv31pwbqxrswi5v6vhnghxa8dgxjmcrh00l8dm6j9";
|
sha256 = "0rm705zrk9rfv31pwbqxrswi5v6vhnghxa8dgxjmcrh00l8dm6j9";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "06vgc89d93fhjcyy9d1v6lf8kr34pl5bbpwbv2jpfahpj9y84bgj";
|
cargoSha256 = "06vgc89d93fhjcyy9d1v6lf8kr34pl5bbpwbv2jpfahpj9y84bgj";
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
|
@ -32,6 +32,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
sha256 = "0vy5i77bv8c22ldhrnr4z6kx22zqnb1lg3s7y8673bqjgd7dppi0";
|
sha256 = "0vy5i77bv8c22ldhrnr4z6kx22zqnb1lg3s7y8673bqjgd7dppi0";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "1h0n8zclb8a1b1ri83viiwwzlj3anm38m4cp38aqyf6q40qga35q";
|
cargoSha256 = "1h0n8zclb8a1b1ri83viiwwzlj3anm38m4cp38aqyf6q40qga35q";
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
|
@ -21,6 +21,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
sha256 = "10jp2yh8jlvdwh297658q9fi3i62vwsbd9fbwjsir7s1c9bgdy8k";
|
sha256 = "10jp2yh8jlvdwh297658q9fi3i62vwsbd9fbwjsir7s1c9bgdy8k";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "1gw8wvms1ry2shvm3c79wp5nkpc39409af4qfm5hd4wgz2grh8d2";
|
cargoSha256 = "1gw8wvms1ry2shvm3c79wp5nkpc39409af4qfm5hd4wgz2grh8d2";
|
||||||
|
|
||||||
cargoBuildFlags = [ "--no-default-features" "--features" "${lib.concatStringsSep "," features}" ];
|
cargoBuildFlags = [ "--no-default-features" "--features" "${lib.concatStringsSep "," features}" ];
|
||||||
|
|
|
@ -11,6 +11,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
sha256 = "0gp7xb63icraqg7f0j91q474acph3ligzak2k8qqr9cqbgg509f4";
|
sha256 = "0gp7xb63icraqg7f0j91q474acph3ligzak2k8qqr9cqbgg509f4";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "1364z9jz3mnba3pii5h7imqlwlvbp146pcd5q8w61lsmdr2iyha2";
|
cargoSha256 = "1364z9jz3mnba3pii5h7imqlwlvbp146pcd5q8w61lsmdr2iyha2";
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ] ++ stdenv.lib.optionals stdenv.isLinux [ python3 ];
|
nativeBuildInputs = [ pkgconfig ] ++ stdenv.lib.optionals stdenv.isLinux [ python3 ];
|
||||||
|
|
|
@ -15,6 +15,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
sha256 = "08i0zm7kgprixqjpgaxk7xid1njgj6lmi896jf9fsjqzdzlblqk8";
|
sha256 = "08i0zm7kgprixqjpgaxk7xid1njgj6lmi896jf9fsjqzdzlblqk8";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "0kl8xl2qhzf8wb25ajw59frgym62lkg7p72d8z0xmkqjjcg2nyib";
|
cargoSha256 = "0kl8xl2qhzf8wb25ajw59frgym62lkg7p72d8z0xmkqjjcg2nyib";
|
||||||
|
|
||||||
cargoBuildFlags = [
|
cargoBuildFlags = [
|
||||||
|
|
|
@ -13,6 +13,9 @@ buildRustPackage rec {
|
||||||
sha256 = "1gqd3vwsvv1wvi659qcdywgmh41swblpwmmxb033k8irw581dwq4";
|
sha256 = "1gqd3vwsvv1wvi659qcdywgmh41swblpwmmxb033k8irw581dwq4";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "0zkdai31jf8f5syklaxq43ydjvp5xclr8pd6y1q6vkwjz6z49hzm";
|
cargoSha256 = "0zkdai31jf8f5syklaxq43ydjvp5xclr8pd6y1q6vkwjz6z49hzm";
|
||||||
|
|
||||||
cargoBuildFlags = ["--features cli"];
|
cargoBuildFlags = ["--features cli"];
|
||||||
|
|
|
@ -17,6 +17,9 @@ rustPlatform.buildRustPackage {
|
||||||
pname = "parity";
|
pname = "parity";
|
||||||
inherit version;
|
inherit version;
|
||||||
inherit cargoSha256;
|
inherit cargoSha256;
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "paritytech";
|
owner = "paritytech";
|
||||||
|
|
|
@ -16,6 +16,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
sha256 = "0v7g03rbml2afw0splmyjh9nqpjg0ldjw09hyc0jqd3qlhgxiiyj";
|
sha256 = "0v7g03rbml2afw0splmyjh9nqpjg0ldjw09hyc0jqd3qlhgxiiyj";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "0gc3w0cwdyk8f7cgpp9sfawczk3n6wd7q0nhfvk87sry71b8vvwq";
|
cargoSha256 = "0gc3w0cwdyk8f7cgpp9sfawczk3n6wd7q0nhfvk87sry71b8vvwq";
|
||||||
|
|
||||||
buildInputs = [ pkgconfig openssl openssl.dev ];
|
buildInputs = [ pkgconfig openssl openssl.dev ];
|
||||||
|
|
|
@ -11,6 +11,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
sha256 = "0md0pp3k97iv7kfjpfkg14pjanhrql4vafa8ggbxpkajv1j4xldv";
|
sha256 = "0md0pp3k97iv7kfjpfkg14pjanhrql4vafa8ggbxpkajv1j4xldv";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "166v8cxlpfslbs5gljbh7wp0lxqakayw47ikxm9r9a39n7j36mq1";
|
cargoSha256 = "166v8cxlpfslbs5gljbh7wp0lxqakayw47ikxm9r9a39n7j36mq1";
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
|
|
@ -12,6 +12,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
sha256 = "0jhxyl27nwp7rp0lc3kic69g8x55d0azrwlwwhz3z74icqa8f03j";
|
sha256 = "0jhxyl27nwp7rp0lc3kic69g8x55d0azrwlwwhz3z74icqa8f03j";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "0rk5c8knx8swqzmj7wd18hq2h5ndkzvcbq4lzggpavkk01a8hlb1";
|
cargoSha256 = "0rk5c8knx8swqzmj7wd18hq2h5ndkzvcbq4lzggpavkk01a8hlb1";
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake pkgconfig ];
|
nativeBuildInputs = [ cmake pkgconfig ];
|
||||||
|
|
|
@ -11,6 +11,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
sha256 = "11gb59lhc1sp5dxj2fdm6072f4nxxay0war3kmchdwsk41nvxlrh";
|
sha256 = "11gb59lhc1sp5dxj2fdm6072f4nxxay0war3kmchdwsk41nvxlrh";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "00r5jf5qdw02vcv3522qqrnwj14mip0l58prcncbvyg4pxlm2rb2";
|
cargoSha256 = "00r5jf5qdw02vcv3522qqrnwj14mip0l58prcncbvyg4pxlm2rb2";
|
||||||
|
|
||||||
buildInputs = [ gtk webkitgtk ];
|
buildInputs = [ gtk webkitgtk ];
|
||||||
|
|
|
@ -12,6 +12,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
|
|
||||||
buildInputs = stdenv.lib.optional stdenv.isDarwin Security;
|
buildInputs = stdenv.lib.optional stdenv.isDarwin Security;
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "1y3vk8bzsaisx7wrncjxcqdh355f2wk4n59vq5qgj37fph2zpy7f";
|
cargoSha256 = "1y3vk8bzsaisx7wrncjxcqdh355f2wk4n59vq5qgj37fph2zpy7f";
|
||||||
|
|
||||||
# failures: structures::polyline::test::test_polyline_split
|
# failures: structures::polyline::test::test_polyline_split
|
||||||
|
|
|
@ -16,6 +16,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
sha256 = "1n5s7v2z13550gkqz7w6dw62jdy60wdi8w1lfa23609b4yhg4w94";
|
sha256 = "1n5s7v2z13550gkqz7w6dw62jdy60wdi8w1lfa23609b4yhg4w94";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "173jfjvdag97f6jvfg366hjk9v3cz301cbzpcahy51rbf1cip1w1";
|
cargoSha256 = "173jfjvdag97f6jvfg366hjk9v3cz301cbzpcahy51rbf1cip1w1";
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake pkgconfig makeWrapper ];
|
nativeBuildInputs = [ cmake pkgconfig makeWrapper ];
|
||||||
|
|
|
@ -62,6 +62,9 @@ in buildRustPackage rec {
|
||||||
sha256 = "05jcg33ifngpzw2hdhgb614j87ihhhlqgar0kky183rywg0dxikg";
|
sha256 = "05jcg33ifngpzw2hdhgb614j87ihhhlqgar0kky183rywg0dxikg";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "1kc9n10kb4j87x337pzl6wpi0qj5ib2mqmrjag2yld3138dag71n";
|
cargoSha256 = "1kc9n10kb4j87x337pzl6wpi0qj5ib2mqmrjag2yld3138dag71n";
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
|
@ -11,6 +11,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
sha256 = "1c47bph1qraq3g0g5bp23jqlz7qdn4f8vh264y937jz17avvacx5";
|
sha256 = "1c47bph1qraq3g0g5bp23jqlz7qdn4f8vh264y937jz17avvacx5";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "1pfhwqj9kxm9p0mpdw7qyvivgby2bmah05kavf0a5zhzvq4v4sg0";
|
cargoSha256 = "1pfhwqj9kxm9p0mpdw7qyvivgby2bmah05kavf0a5zhzvq4v4sg0";
|
||||||
|
|
||||||
buildInputs = stdenv.lib.optional stdenv.isDarwin Security;
|
buildInputs = stdenv.lib.optional stdenv.isDarwin Security;
|
||||||
|
|
|
@ -13,6 +13,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
|
|
||||||
nativeBuildInputs = [ installShellFiles ];
|
nativeBuildInputs = [ installShellFiles ];
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "1y33n0dmrssv35l0apfq1mchyh92cfbzjarh0m8zb2nxwhvk7paw";
|
cargoSha256 = "1y33n0dmrssv35l0apfq1mchyh92cfbzjarh0m8zb2nxwhvk7paw";
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
|
|
@ -11,6 +11,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
sha256 = "1i93qkz6d8sbk78i4rvx099hnn4lklp4cjvanpm9ssv8na4rqvh2";
|
sha256 = "1i93qkz6d8sbk78i4rvx099hnn4lklp4cjvanpm9ssv8na4rqvh2";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "03mhlp5hi3nlybb9dkwf1gxgsg056mjq2zsxnb5qh8pdxw7fmdxk";
|
cargoSha256 = "03mhlp5hi3nlybb9dkwf1gxgsg056mjq2zsxnb5qh8pdxw7fmdxk";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
|
|
@ -14,6 +14,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
buildInputs = [ ncurses openssl ] ++ lib.optional stdenv.isDarwin Security;
|
buildInputs = [ ncurses openssl ] ++ lib.optional stdenv.isDarwin Security;
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "0h8ybhb17pqhhfjcmq1l70kp8g1yyq38228lcf86byk3r2ar2rkg";
|
cargoSha256 = "0h8ybhb17pqhhfjcmq1l70kp8g1yyq38228lcf86byk3r2ar2rkg";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|
|
@ -11,6 +11,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
sha256 = "1y0v8nkaqb8kn61xwarpbyrq019gxx1f5f5p1hzw73nqxadc1rcm";
|
sha256 = "1y0v8nkaqb8kn61xwarpbyrq019gxx1f5f5p1hzw73nqxadc1rcm";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "0xn5p71qk0ahd2drklja16xwv7zw0797kkzpiv563kffzvd1p8id";
|
cargoSha256 = "0xn5p71qk0ahd2drklja16xwv7zw0797kkzpiv563kffzvd1p8id";
|
||||||
|
|
||||||
checkPhase = "cargo test --features=integration_tests";
|
checkPhase = "cargo test --features=integration_tests";
|
||||||
|
|
|
@ -12,6 +12,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
};
|
};
|
||||||
cargoPatches = [ ./cargo-lock.patch ];
|
cargoPatches = [ ./cargo-lock.patch ];
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "03rwf5l1l3ap03qi0xqcxsbyvpg3cqmr50j8ql6c5v55xl0ki9w8";
|
cargoSha256 = "03rwf5l1l3ap03qi0xqcxsbyvpg3cqmr50j8ql6c5v55xl0ki9w8";
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake pkgconfig ];
|
nativeBuildInputs = [ cmake pkgconfig ];
|
||||||
|
|
|
@ -13,6 +13,9 @@ buildRustPackage rec {
|
||||||
sha256 = "18mpzvvww2g6y2d3m8wcfajzdshagihn59k03xvcknd5d8zxagl3";
|
sha256 = "18mpzvvww2g6y2d3m8wcfajzdshagihn59k03xvcknd5d8zxagl3";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "0298x7wkr4j1l5flmv5vhl1ay8icvh4dlhsh4xi8fd3p8jl9jpqv";
|
cargoSha256 = "0298x7wkr4j1l5flmv5vhl1ay8icvh4dlhsh4xi8fd3p8jl9jpqv";
|
||||||
|
|
||||||
buildInputs = stdenv.lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ];
|
buildInputs = stdenv.lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ];
|
||||||
|
|
|
@ -14,6 +14,9 @@ buildRustPackage rec {
|
||||||
sha256 = "0pqrm85pd9hqn5fwqjbyyrrfh4k7q9mi9qy9hm8yigk5l8mw44y1";
|
sha256 = "0pqrm85pd9hqn5fwqjbyyrrfh4k7q9mi9qy9hm8yigk5l8mw44y1";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "1ahfm5agvabqqqgjsyjb95xxbc7mng1mdyclcakwp1m1qdkxx9p0";
|
cargoSha256 = "1ahfm5agvabqqqgjsyjb95xxbc7mng1mdyclcakwp1m1qdkxx9p0";
|
||||||
|
|
||||||
buildInputs = [ libsodium libarchive openssl ];
|
buildInputs = [ libsodium libarchive openssl ];
|
||||||
|
|
|
@ -12,6 +12,9 @@ buildRustPackage rec {
|
||||||
sha256 = "1mcdjykrgh0jq6k6y664lai8sbgzk6j7k0r944f43vg63d1jql5b";
|
sha256 = "1mcdjykrgh0jq6k6y664lai8sbgzk6j7k0r944f43vg63d1jql5b";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "1d7jpffkw2m2v37bfdqsl9sqwsl19cgglpa00lwy4ih09kzbc2n9";
|
cargoSha256 = "1d7jpffkw2m2v37bfdqsl9sqwsl19cgglpa00lwy4ih09kzbc2n9";
|
||||||
|
|
||||||
buildInputs = [ makeWrapper openssl ];
|
buildInputs = [ makeWrapper openssl ];
|
||||||
|
|
|
@ -12,6 +12,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
sha256 = "1bg2qjkzdawn4fnn0w7jhw1dk6191w8axnqra43z21pinfyim6da";
|
sha256 = "1bg2qjkzdawn4fnn0w7jhw1dk6191w8axnqra43z21pinfyim6da";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "0q0iqd8y9rph8pwild5i2kv00h217a166c88hxpmbrigq9w960lp";
|
cargoSha256 = "0q0iqd8y9rph8pwild5i2kv00h217a166c88hxpmbrigq9w960lp";
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
|
@ -35,6 +35,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
sha256 = "0r98km3c8naj3mdr1wppzj823ir7jnsia7r3cbg3vsq8q52i480r";
|
sha256 = "0r98km3c8naj3mdr1wppzj823ir7jnsia7r3cbg3vsq8q52i480r";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "1n9n4d057cz44sh1iy2hb2adplhnrhvr8drnp0v2h8yw73a5shvv";
|
cargoSha256 = "1n9n4d057cz44sh1iy2hb2adplhnrhvr8drnp0v2h8yw73a5shvv";
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
|
@ -19,6 +19,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
sha256 = "1m57xsrc7lzkrm8k1wh3yx3in5bhd0qjzygxdwr8lvigpsiy5caa";
|
sha256 = "1m57xsrc7lzkrm8k1wh3yx3in5bhd0qjzygxdwr8lvigpsiy5caa";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "1vj6whnx8gd5r66zric9163ddlqc4al4azj0dvhv5sq0r33871kv";
|
cargoSha256 = "1vj6whnx8gd5r66zric9163ddlqc4al4azj0dvhv5sq0r33871kv";
|
||||||
|
|
||||||
RUSTC_BOOTSTRAP = 1;
|
RUSTC_BOOTSTRAP = 1;
|
||||||
|
|
|
@ -11,6 +11,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
sha256 = "01npv3zwia5d534zdwisd9xfng507adv4qkljf8z0zm0khqqn71a";
|
sha256 = "01npv3zwia5d534zdwisd9xfng507adv4qkljf8z0zm0khqqn71a";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "0m4jigz6la3mf4yq217849ilcncb7d97mqyw2qicff4rbscdgf6h";
|
cargoSha256 = "0m4jigz6la3mf4yq217849ilcncb7d97mqyw2qicff4rbscdgf6h";
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
|
|
@ -4,6 +4,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
pname = "elan";
|
pname = "elan";
|
||||||
version = "0.7.5";
|
version = "0.7.5";
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "0q0xlvyyf88dbz43r7kk9v8rrp6hj0nl5i2i9mg6ibk2gphgdv6v";
|
cargoSha256 = "0q0xlvyyf88dbz43r7kk9v8rrp6hj0nl5i2i9mg6ibk2gphgdv6v";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
|
|
|
@ -12,6 +12,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
};
|
};
|
||||||
cargoPatches = [ ./cargo-lock.patch ];
|
cargoPatches = [ ./cargo-lock.patch ];
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "0q2g1hkqyzq9lsas4fhsbpk3jn5hikchh6i1jf9c08ca2xm136c2";
|
cargoSha256 = "0q2g1hkqyzq9lsas4fhsbpk3jn5hikchh6i1jf9c08ca2xm136c2";
|
||||||
|
|
||||||
buildInputs = [ pkgconfig ];
|
buildInputs = [ pkgconfig ];
|
||||||
|
|
|
@ -11,6 +11,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
sha256 = "01jiqizg1ywvrrwhqzfqzbaqrzyfaqm66sixas0mpyzmd6cdwmh6";
|
sha256 = "01jiqizg1ywvrrwhqzfqzbaqrzyfaqm66sixas0mpyzmd6cdwmh6";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "1zmk70hccrxn1gdr1bksnvh6sa2h4518s0ni8k2ihxi4ld1ch5p2";
|
cargoSha256 = "1zmk70hccrxn1gdr1bksnvh6sa2h4518s0ni8k2ihxi4ld1ch5p2";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|
|
@ -13,6 +13,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
|
|
||||||
buildInputs = stdenv.lib.optionals stdenv.isDarwin [ libiconv Security ];
|
buildInputs = stdenv.lib.optionals stdenv.isDarwin [ libiconv Security ];
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "1khplyglavsidh13nnq9y5rxd5w89ail08wgzn29a5m03zir1yfd";
|
cargoSha256 = "1khplyglavsidh13nnq9y5rxd5w89ail08wgzn29a5m03zir1yfd";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
|
|
@ -10,6 +10,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
sha256 = "0bzq4ridzb4l1zqrj1r0vlzkjpgfaqwky5jf49cwjhz4ybwrfpkq";
|
sha256 = "0bzq4ridzb4l1zqrj1r0vlzkjpgfaqwky5jf49cwjhz4ybwrfpkq";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "1k5gxbjv4a8l5y9rm0n4vwzlwp4hk1rb59v0wvcirmj0p7hpw9x9";
|
cargoSha256 = "1k5gxbjv4a8l5y9rm0n4vwzlwp4hk1rb59v0wvcirmj0p7hpw9x9";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|
|
@ -26,6 +26,9 @@ buildRustPackage rec {
|
||||||
sha256 = "1sx6sc2dj3l61gbiqz8vfyhw5w4xjdyfzn1ixz0y8ipm579yc7a2";
|
sha256 = "1sx6sc2dj3l61gbiqz8vfyhw5w4xjdyfzn1ixz0y8ipm579yc7a2";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "10852131aizfw9j1yl4gz180h4gd8y5ymx3wmf5v9cmqiqxy8bgy";
|
cargoSha256 = "10852131aizfw9j1yl4gz180h4gd8y5ymx3wmf5v9cmqiqxy8bgy";
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
|
@ -11,6 +11,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
sha256 = "05wlng563p9iy0ky3z23a4jakcix887fb45r7j2mk0fp5ykdjmzh";
|
sha256 = "05wlng563p9iy0ky3z23a4jakcix887fb45r7j2mk0fp5ykdjmzh";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "1s3v5p6qgz74sh34gvajf453fsgl13sds4v8hz8c6ivipz4hpby2";
|
cargoSha256 = "1s3v5p6qgz74sh34gvajf453fsgl13sds4v8hz8c6ivipz4hpby2";
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig makeWrapper ];
|
nativeBuildInputs = [ pkgconfig makeWrapper ];
|
||||||
|
|
|
@ -13,6 +13,9 @@ buildRustPackage rec {
|
||||||
sha256 = "0krz50pw9bkyzl78bvppk6skbpjp8ga7bd34jya4ha1xfmd8p89c";
|
sha256 = "0krz50pw9bkyzl78bvppk6skbpjp8ga7bd34jya4ha1xfmd8p89c";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "1ccipxifnm38315qigaq28hlzam2wr8q2p2dbcq96kar6pq377vf";
|
cargoSha256 = "1ccipxifnm38315qigaq28hlzam2wr8q2p2dbcq96kar6pq377vf";
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
|
|
@ -11,6 +11,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
sha256 = "10z3di2qypgsmg2z7xfs9nlrf9vng5i7l8dvqadv1l4lb9zz7i8q";
|
sha256 = "10z3di2qypgsmg2z7xfs9nlrf9vng5i7l8dvqadv1l4lb9zz7i8q";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "002kr52vlpv1rhnxki29xflpmgk6bszrw0dsxcc34kyal0593ajk";
|
cargoSha256 = "002kr52vlpv1rhnxki29xflpmgk6bszrw0dsxcc34kyal0593ajk";
|
||||||
|
|
||||||
buildInputs = [ ncurses5 ] ++ stdenv.lib.optionals stdenv.isDarwin [ libiconv Security ];
|
buildInputs = [ ncurses5 ] ++ stdenv.lib.optionals stdenv.isDarwin [ libiconv Security ];
|
||||||
|
|
|
@ -11,6 +11,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
sha256 = "0h31j8clvk4gkw4mgva9p0ypf26zhf7f0y564fdmzyw6rsz9wzcj";
|
sha256 = "0h31j8clvk4gkw4mgva9p0ypf26zhf7f0y564fdmzyw6rsz9wzcj";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "1vfyhfdy5ks9zs9sy61ck9459w86hn9v6jqcar7rib82bclzr1mx";
|
cargoSha256 = "1vfyhfdy5ks9zs9sy61ck9459w86hn9v6jqcar7rib82bclzr1mx";
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config ];
|
nativeBuildInputs = [ pkg-config ];
|
||||||
|
|
|
@ -45,6 +45,9 @@ in rustPlatform.buildRustPackage rec {
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "1w77s5q18yr1gqqif15wmrfdvv2chq8rq3w4dnmxg2gn0r7bmz2k";
|
cargoSha256 = "1w77s5q18yr1gqqif15wmrfdvv2chq8rq3w4dnmxg2gn0r7bmz2k";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
|
|
@ -20,6 +20,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
export HOME=$(mktemp -d)
|
export HOME=$(mktemp -d)
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "0kijx7s7zh6yisrsjz213h9x5jx43ixr44vy5rb3wwbn9dgsr528";
|
cargoSha256 = "0kijx7s7zh6yisrsjz213h9x5jx43ixr44vy5rb3wwbn9dgsr528";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
|
|
@ -11,6 +11,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
sha256 = "0dhfz7aj3cqi974ybf0axchih40rzrs9m8bxhwz1hgig57aisfc0";
|
sha256 = "0dhfz7aj3cqi974ybf0axchih40rzrs9m8bxhwz1hgig57aisfc0";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "0xkwza9fx61pvlsm0s3dxc9i09mqp6c9df8w63fyiq7174vjxryx";
|
cargoSha256 = "0xkwza9fx61pvlsm0s3dxc9i09mqp6c9df8w63fyiq7174vjxryx";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
|
|
@ -53,6 +53,9 @@ in
|
||||||
./default-seccomp-policy-dir.diff
|
./default-seccomp-policy-dir.diff
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "1d7y07wkliy5qnlyx5zj6ni39avhs3s48sqgvwxm5g5zrahg2a85";
|
cargoSha256 = "1d7y07wkliy5qnlyx5zj6ni39avhs3s48sqgvwxm5g5zrahg2a85";
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
|
|
@ -11,6 +11,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
sha256 = "09zn160qxd7760ii6rs5nhr00qmaz49x1plclscznxh9hinyjyh9";
|
sha256 = "09zn160qxd7760ii6rs5nhr00qmaz49x1plclscznxh9hinyjyh9";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "1k4y37x783fsd8li17k56vlx5ziwmrz167a0w5mcb9sgyd2kc19a";
|
cargoSha256 = "1k4y37x783fsd8li17k56vlx5ziwmrz167a0w5mcb9sgyd2kc19a";
|
||||||
|
|
||||||
buildInputs = [ libseccomp ];
|
buildInputs = [ libseccomp ];
|
||||||
|
|
|
@ -21,6 +21,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
nativeBuildInputs = [ makeWrapper pkgconfig ];
|
nativeBuildInputs = [ makeWrapper pkgconfig ];
|
||||||
buildInputs = [ dbus gdk-pixbuf libnotify xorg.libX11 ];
|
buildInputs = [ dbus gdk-pixbuf libnotify xorg.libX11 ];
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "0l6x59bzzilc78gsi5rlgq9zjvp8qjphfsds776ljzmkbdq8q4iz";
|
cargoSha256 = "0l6x59bzzilc78gsi5rlgq9zjvp8qjphfsds776ljzmkbdq8q4iz";
|
||||||
|
|
||||||
postInstall = lib.optionalString (bins != []) ''
|
postInstall = lib.optionalString (bins != []) ''
|
||||||
|
|
|
@ -11,6 +11,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
sha256 = "0va6ny1v7lk30hhx4i5qyk9fwg3apy2nmh6kbmxhcf0rs5449ikg";
|
sha256 = "0va6ny1v7lk30hhx4i5qyk9fwg3apy2nmh6kbmxhcf0rs5449ikg";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "099hn0pm9ppply3m3dwns3f5p43rdag2d3niaj8jyc1mnavviwjv";
|
cargoSha256 = "099hn0pm9ppply3m3dwns3f5p43rdag2d3niaj8jyc1mnavviwjv";
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
|
|
@ -12,6 +12,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
sha256 = "0jx0h2zyghs3bp4sg8f3vk5rkyprz2dqfqs0v72vmkp3cvgzxbvs";
|
sha256 = "0jx0h2zyghs3bp4sg8f3vk5rkyprz2dqfqs0v72vmkp3cvgzxbvs";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "1xmc28ns59jcmnv17102s2084baxqdvi0ibbyqwb108385qnixzf";
|
cargoSha256 = "1xmc28ns59jcmnv17102s2084baxqdvi0ibbyqwb108385qnixzf";
|
||||||
|
|
||||||
nativeBuildInputs = [ python3 pkgconfig ];
|
nativeBuildInputs = [ python3 pkgconfig ];
|
||||||
|
|
|
@ -23,6 +23,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
wrapProgram $out/bin/leftwm-worker --prefix LD_LIBRARY_PATH : "${rpath}"
|
wrapProgram $out/bin/leftwm-worker --prefix LD_LIBRARY_PATH : "${rpath}"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "0mpvfix7bvc84vanha474l4gaq97ac1zy5l77z83m9jg0246yxd6";
|
cargoSha256 = "0mpvfix7bvc84vanha474l4gaq97ac1zy5l77z83m9jg0246yxd6";
|
||||||
|
|
||||||
# patch wrong version in Cargo.lock
|
# patch wrong version in Cargo.lock
|
||||||
|
|
|
@ -9,6 +9,9 @@ rustPlatform.buildRustPackage {
|
||||||
sha256 = "1r74nhcwiy2rmifzjhdal3jcqz4jz48nfvhdyw4gasa6nxp3msdl";
|
sha256 = "1r74nhcwiy2rmifzjhdal3jcqz4jz48nfvhdyw4gasa6nxp3msdl";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "18lb24k71sndklbwwhbv8jglj2d4y9mdk07l60wsvn5m2jbnpckk";
|
cargoSha256 = "18lb24k71sndklbwwhbv8jglj2d4y9mdk07l60wsvn5m2jbnpckk";
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
# Please set to true on any Rust package updates. Once all packages set this
|
# Please set to true on any Rust package updates. Once all packages set this
|
||||||
# to true, we will delete and make it the default. For details, see the Rust
|
# to true, we will delete and make it the default. For details, see the Rust
|
||||||
# section on the manual and ./README.md.
|
# section on the manual and ./README.md.
|
||||||
, legacyCargoFetcher ? true
|
, legacyCargoFetcher ? false
|
||||||
, buildType ? "release"
|
, buildType ? "release"
|
||||||
, meta ? {}
|
, meta ? {}
|
||||||
, target ? null
|
, target ? null
|
||||||
|
|
|
@ -13,6 +13,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
|
|
||||||
buildInputs = stdenv.lib.optionals stdenv.isDarwin [ Security ];
|
buildInputs = stdenv.lib.optionals stdenv.isDarwin [ Security ];
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "0zfdsnrnxplvi4f92l7sqdp5yk5p738ra64m41izlcilkwj1j3vp";
|
cargoSha256 = "0zfdsnrnxplvi4f92l7sqdp5yk5p738ra64m41izlcilkwj1j3vp";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
|
|
@ -11,6 +11,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
sha256 = "0vkcis06gwsqfwvrl8xcf74mfcs6j77b9fhcz5rrh77mwl7ixsdc";
|
sha256 = "0vkcis06gwsqfwvrl8xcf74mfcs6j77b9fhcz5rrh77mwl7ixsdc";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "04wffj2y9pqyk0x3y6ghp06pggmxnk2h245iabqq0mpwx36fd8b6";
|
cargoSha256 = "04wffj2y9pqyk0x3y6ghp06pggmxnk2h245iabqq0mpwx36fd8b6";
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig makeWrapper cmake ];
|
nativeBuildInputs = [ pkgconfig makeWrapper cmake ];
|
||||||
|
|
|
@ -13,6 +13,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
|
|
||||||
cargoPatches = [ ./fix-build.patch ]; # Cargo.lock is not up-to-date
|
cargoPatches = [ ./fix-build.patch ]; # Cargo.lock is not up-to-date
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "073dnn80sl4adh7vi6q9sx2vkmy27gxy7ysxz17iz12p7pfcagm2";
|
cargoSha256 = "073dnn80sl4adh7vi6q9sx2vkmy27gxy7ysxz17iz12p7pfcagm2";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
|
|
@ -18,6 +18,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "1yp7kandh5hh8hkzlmqpj05vwgr5v4nil8blf3scbppg865qk3rq";
|
cargoSha256 = "1yp7kandh5hh8hkzlmqpj05vwgr5v4nil8blf3scbppg865qk3rq";
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake pkg-config ];
|
nativeBuildInputs = [ cmake pkg-config ];
|
||||||
|
|
|
@ -12,6 +12,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "08b3rbnl7qwyfbwaqcb7z84sh0h94v18v6557hrf0dlil414v54i";
|
cargoSha256 = "08b3rbnl7qwyfbwaqcb7z84sh0h94v18v6557hrf0dlil414v54i";
|
||||||
|
|
||||||
cargoPatches = [ ./cargo-lock.patch ];
|
cargoPatches = [ ./cargo-lock.patch ];
|
||||||
|
|
|
@ -13,6 +13,9 @@ buildRustPackage rec {
|
||||||
sha256 = "0086asrx48qlmc484pjz5r5znli85q6qgpfbd81gjlzylj7f57gg";
|
sha256 = "0086asrx48qlmc484pjz5r5znli85q6qgpfbd81gjlzylj7f57gg";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "06iqzpg5jz1xd2amajvlf7yaz9kr3q2ipbhx71whvv9mwplmxmbi";
|
cargoSha256 = "06iqzpg5jz1xd2amajvlf7yaz9kr3q2ipbhx71whvv9mwplmxmbi";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
|
|
@ -11,6 +11,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
sha256 = "1xig3lrw0jdaxibzirqnm50l8nj4si9pa9w0jypmyhf1lr6yzd0g";
|
sha256 = "1xig3lrw0jdaxibzirqnm50l8nj4si9pa9w0jypmyhf1lr6yzd0g";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "1fsp1ycfswrzldwnjw5cdwi809fd37pwshvrpf7sp0wmzx2bqhgm";
|
cargoSha256 = "1fsp1ycfswrzldwnjw5cdwi809fd37pwshvrpf7sp0wmzx2bqhgm";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
|
|
@ -24,6 +24,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
git
|
git
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "1fsxd7yzb38h1d52yyz7kj1v0riycjydb1b1bn1zkhgwm5sm2kbs";
|
cargoSha256 = "1fsxd7yzb38h1d52yyz7kj1v0riycjydb1b1bn1zkhgwm5sm2kbs";
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
|
|
@ -11,6 +11,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
sha256 = "19ypflbayi5l0mb8yw7w0a4bq9a3w8nl9jsxapp9m3xggzmsvrxx";
|
sha256 = "19ypflbayi5l0mb8yw7w0a4bq9a3w8nl9jsxapp9m3xggzmsvrxx";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "1qf52xsd15rj8y9w65zyab7akvzry76k1d4gxvxlz7ph3sl7jl3y";
|
cargoSha256 = "1qf52xsd15rj8y9w65zyab7akvzry76k1d4gxvxlz7ph3sl7jl3y";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
|
|
@ -13,6 +13,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
sha256 = "1avjq36wnm0gd5zkkv1c8hj8j51ah1prlifadjhpaf788rsng9w1";
|
sha256 = "1avjq36wnm0gd5zkkv1c8hj8j51ah1prlifadjhpaf788rsng9w1";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "1kmxpzgv24hf66gzyapxy48gzwqi0p0jvzv829sfdlp00qgj1kp4";
|
cargoSha256 = "1kmxpzgv24hf66gzyapxy48gzwqi0p0jvzv829sfdlp00qgj1kp4";
|
||||||
|
|
||||||
nativeBuildInputs = lib.optionals stdenv.isLinux [ makeWrapper ];
|
nativeBuildInputs = lib.optionals stdenv.isLinux [ makeWrapper ];
|
||||||
|
|
|
@ -13,6 +13,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
sha256 = "1dl5brj5fnmxmwl130v36lvy4j64igdpdvjwmxw3jgg2c6r6b7cd";
|
sha256 = "1dl5brj5fnmxmwl130v36lvy4j64igdpdvjwmxw3jgg2c6r6b7cd";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "1cbyy9rc33f69hbs0ff00v0v3p92f3lqq8ma5aqid5dm6d8l2dx5";
|
cargoSha256 = "1cbyy9rc33f69hbs0ff00v0v3p92f3lqq8ma5aqid5dm6d8l2dx5";
|
||||||
|
|
||||||
nativeBuildInputs = [ openssl perl pkgconfig ];
|
nativeBuildInputs = [ openssl perl pkgconfig ];
|
||||||
|
|
|
@ -15,6 +15,9 @@ buildRustPackage rec {
|
||||||
sha256 = "0iixczy3cad44j2d7zzj8f3lnmp4jwnb0snmwfgiq3vj9wrn28pz";
|
sha256 = "0iixczy3cad44j2d7zzj8f3lnmp4jwnb0snmwfgiq3vj9wrn28pz";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "0k6z69a09ps55w2rdgnf92yscw6rlbcpb4q9yf3rsav15pgpqvw8";
|
cargoSha256 = "0k6z69a09ps55w2rdgnf92yscw6rlbcpb4q9yf3rsav15pgpqvw8";
|
||||||
|
|
||||||
nativeBuildInputs = stdenv.lib.optionals stdenv.isLinux [ pkgconfig ];
|
nativeBuildInputs = stdenv.lib.optionals stdenv.isLinux [ pkgconfig ];
|
||||||
|
|
|
@ -13,6 +13,9 @@ buildRustPackage rec {
|
||||||
sha256 = "1wxglc4n1dar5qphhj5pab7ps34cjr7jy611fwn72lz0f6c7jp3z";
|
sha256 = "1wxglc4n1dar5qphhj5pab7ps34cjr7jy611fwn72lz0f6c7jp3z";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "1i1aq7bwkx8sqrlpxq24ldh908j72lwi2r3sg9zaz5p8xq1xgq6p";
|
cargoSha256 = "1i1aq7bwkx8sqrlpxq24ldh908j72lwi2r3sg9zaz5p8xq1xgq6p";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
|
|
@ -12,6 +12,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
sha256 = "1agl1cg34iklvniygrkq8dqsampvg17d3nsm0dcr6c3n5rj09gbi";
|
sha256 = "1agl1cg34iklvniygrkq8dqsampvg17d3nsm0dcr6c3n5rj09gbi";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "0c2g6yghwqjy21yfdcri4v9aqizd06ww3zx2snns51gnqqk8r57k";
|
cargoSha256 = "0c2g6yghwqjy21yfdcri4v9aqizd06ww3zx2snns51gnqqk8r57k";
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config ];
|
nativeBuildInputs = [ pkg-config ];
|
||||||
|
|
|
@ -37,6 +37,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
|
|
||||||
cargoBuildFlags = [ "--no-default-features --features \"${features}\"" ];
|
cargoBuildFlags = [ "--no-default-features --features \"${features}\"" ];
|
||||||
cargoPatches = [ ./cargo-lock.patch ];
|
cargoPatches = [ ./cargo-lock.patch ];
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "0xlcskddhy7xsiwj54gmn1xlgkfxb4dwrys7rbamfz1h8aa6ixjx";
|
cargoSha256 = "0xlcskddhy7xsiwj54gmn1xlgkfxb4dwrys7rbamfz1h8aa6ixjx";
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
|
|
@ -21,6 +21,9 @@ rustPlatform.buildRustPackage {
|
||||||
});
|
});
|
||||||
|
|
||||||
cargoPatches = [ ./cargo-lock.patch ];
|
cargoPatches = [ ./cargo-lock.patch ];
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "07w5lmvm5w6id0qikcs968n0c69bb6fav63l66bskxcjva67d6dy";
|
cargoSha256 = "07w5lmvm5w6id0qikcs968n0c69bb6fav63l66bskxcjva67d6dy";
|
||||||
|
|
||||||
buildInputs = lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ];
|
buildInputs = lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ];
|
||||||
|
|
|
@ -11,6 +11,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
sha256 = "1kn5kgdma9j6dwpmv6jmydak7ajlgdkw9sfkh3q7h8c2a8yikvxr";
|
sha256 = "1kn5kgdma9j6dwpmv6jmydak7ajlgdkw9sfkh3q7h8c2a8yikvxr";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "1ybd9h2f13fxmnkzbacd39rcyzjcjd2ra52y8kncg1s0dc0m8rjb";
|
cargoSha256 = "1ybd9h2f13fxmnkzbacd39rcyzjcjd2ra52y8kncg1s0dc0m8rjb";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
|
|
@ -15,6 +15,9 @@ buildRustPackage rec {
|
||||||
sha256 = "07mgq5h6r1gf3jflbv2khcz32bdazw7z1s8xcsafdarnm13ps014";
|
sha256 = "07mgq5h6r1gf3jflbv2khcz32bdazw7z1s8xcsafdarnm13ps014";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "16qjbvppc01yxk8x9jk7gs8jaag5nkfl30j3lyv3dc27vv9mckjv";
|
cargoSha256 = "16qjbvppc01yxk8x9jk7gs8jaag5nkfl30j3lyv3dc27vv9mckjv";
|
||||||
|
|
||||||
cargoPatches = [
|
cargoPatches = [
|
||||||
|
|
|
@ -11,6 +11,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
sha256 = "0a4bml9nxvyh110a60l4lc11yr2ds5r8d3iplslccrkq1ka96av9";
|
sha256 = "0a4bml9nxvyh110a60l4lc11yr2ds5r8d3iplslccrkq1ka96av9";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "0dbgjc21q0zaadsjvq3s6y6f4dmsybxb6g2sg8w2d3phkm9j921z";
|
cargoSha256 = "0dbgjc21q0zaadsjvq3s6y6f4dmsybxb6g2sg8w2d3phkm9j921z";
|
||||||
|
|
||||||
checkInputs = [ coreutils bash dash ];
|
checkInputs = [ coreutils bash dash ];
|
||||||
|
|
|
@ -11,6 +11,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
sha256 = "1jdlmc45hwblcxs6hvy3gi2dr7qyzs1sg5zr26jrpxrbvqqzrdhc";
|
sha256 = "1jdlmc45hwblcxs6hvy3gi2dr7qyzs1sg5zr26jrpxrbvqqzrdhc";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "11y82np52f7lgfzhzs24kkawcfzzc6070x4rj5d6iv5csf6c03ny";
|
cargoSha256 = "11y82np52f7lgfzhzs24kkawcfzzc6070x4rj5d6iv5csf6c03ny";
|
||||||
|
|
||||||
buildInputs = lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ];
|
buildInputs = lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ];
|
||||||
|
|
|
@ -10,6 +10,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1yd3rfp032crwlmfn2p3z12f67q7bxm78fhvdlc7azm2a4hkif4k";
|
sha256 = "1yd3rfp032crwlmfn2p3z12f67q7bxm78fhvdlc7azm2a4hkif4k";
|
||||||
};
|
};
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "1bkglgrasyjyzjj9mwm32d3g3mg5yv74jj3zl7jf20dlq3rg3fh6";
|
cargoSha256 = "1bkglgrasyjyzjj9mwm32d3g3mg5yv74jj3zl7jf20dlq3rg3fh6";
|
||||||
|
|
||||||
cargoBuildFlags = [ "--features=all" ];
|
cargoBuildFlags = [ "--features=all" ];
|
||||||
|
|
|
@ -15,6 +15,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
sha256 = "12zfcvbihirh38xxzc8fbx293m4vsrhq6kh0qnhnhlrx75m09l9i";
|
sha256 = "12zfcvbihirh38xxzc8fbx293m4vsrhq6kh0qnhnhlrx75m09l9i";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "11labj3zf7ahbly1ylwliqhxzydbxz9w8z991575daj7a2nbw1q0";
|
cargoSha256 = "11labj3zf7ahbly1ylwliqhxzydbxz9w8z991575daj7a2nbw1q0";
|
||||||
|
|
||||||
buildInputs = stdenv.lib.optionals stdenv.isDarwin [ Security ];
|
buildInputs = stdenv.lib.optionals stdenv.isDarwin [ Security ];
|
||||||
|
|
|
@ -11,6 +11,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
sha256 = "0wndjb4rvj8548wz0svwgnk94qlg5w2fv75fn2jgriq6fh6v43yg";
|
sha256 = "0wndjb4rvj8548wz0svwgnk94qlg5w2fv75fn2jgriq6fh6v43yg";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "1lpa4xfh3bcm51amwxvkzpvmi4b2c4q5qwxxigcbzw76l7rqp2w9";
|
cargoSha256 = "1lpa4xfh3bcm51amwxvkzpvmi4b2c4q5qwxxigcbzw76l7rqp2w9";
|
||||||
|
|
||||||
buildInputs = stdenv.lib.optionals stdenv.isDarwin [
|
buildInputs = stdenv.lib.optionals stdenv.isDarwin [
|
||||||
|
|
|
@ -12,6 +12,9 @@ rustPlatform.buildRustPackage {
|
||||||
pname = "wishbone-tool";
|
pname = "wishbone-tool";
|
||||||
inherit version;
|
inherit version;
|
||||||
src = "${src}/wishbone-tool";
|
src = "${src}/wishbone-tool";
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "0pj8kf6s1c666p4kc6q1hlvaqm0lm9aqnsx5r034g1y8sxnnyri2";
|
cargoSha256 = "0pj8kf6s1c666p4kc6q1hlvaqm0lm9aqnsx5r034g1y8sxnnyri2";
|
||||||
buildInputs = [ libusb ];
|
buildInputs = [ libusb ];
|
||||||
|
|
||||||
|
|
|
@ -11,6 +11,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
sha256 = "1k2kr1zlxx3w3kwb634kngzx8vl5iif1yr6zk2xh46gjwqb3223l";
|
sha256 = "1k2kr1zlxx3w3kwb634kngzx8vl5iif1yr6zk2xh46gjwqb3223l";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "0i5wy15w985nxwl4b6rzb06hchzjwph6ygzjkkmigm9diw9jcycn";
|
cargoSha256 = "0i5wy15w985nxwl4b6rzb06hchzjwph6ygzjkkmigm9diw9jcycn";
|
||||||
|
|
||||||
buildInputs = [ llvmPackages.libclang llvmPackages.clang ];
|
buildInputs = [ llvmPackages.libclang llvmPackages.clang ];
|
||||||
|
|
|
@ -80,6 +80,9 @@ in rustPlatform.buildRustPackage {
|
||||||
};
|
};
|
||||||
|
|
||||||
inherit cargoSha256;
|
inherit cargoSha256;
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/tree-sitter/tree-sitter";
|
homepage = "https://github.com/tree-sitter/tree-sitter";
|
||||||
|
|
|
@ -36,5 +36,8 @@ buildRustPackage rec {
|
||||||
cp ${cargo-lock} $out/Cargo.lock
|
cp ${cargo-lock} $out/Cargo.lock
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "132a9vnlyp78zxiw5xrazadvx0scs7h2vbm5wz612dmh436mwnxg";
|
cargoSha256 = "132a9vnlyp78zxiw5xrazadvx0scs7h2vbm5wz612dmh436mwnxg";
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,6 +12,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
sha256 = "0fy620c34kxl27sd62x9mj0555bcdmnmbsxavmyiwb497z1m9wnn";
|
sha256 = "0fy620c34kxl27sd62x9mj0555bcdmnmbsxavmyiwb497z1m9wnn";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "1wm5m7b6zr6wg1k59rmqis1zp9i2990p7y0ml852hxv34an7pp5d";
|
cargoSha256 = "1wm5m7b6zr6wg1k59rmqis1zp9i2990p7y0ml852hxv34an7pp5d";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|
|
@ -11,6 +11,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
sha256 = "0km9d751jr6c5qy4af6ks7nv3xfn13iqi03wq59a1c73rnf0zinp";
|
sha256 = "0km9d751jr6c5qy4af6ks7nv3xfn13iqi03wq59a1c73rnf0zinp";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "0z971fpyj4v5hjp6q4yxgxv069h9idkpkcixb14gxi7kpiswprvz";
|
cargoSha256 = "0z971fpyj4v5hjp6q4yxgxv069h9idkpkcixb14gxi7kpiswprvz";
|
||||||
|
|
||||||
buildInputs = [ llvmPackages.clang-unwrapped v8 ];
|
buildInputs = [ llvmPackages.clang-unwrapped v8 ];
|
||||||
|
|
|
@ -14,6 +14,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
sha256 = "0zxqryqks9in9q7az0lrw8fq9wnc5p4yf6b1fxnzy2j6qhlw2c5c";
|
sha256 = "0zxqryqks9in9q7az0lrw8fq9wnc5p4yf6b1fxnzy2j6qhlw2c5c";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "1wy5xdkf9ql2l9qavi0fh7hwjvly108f4l2m1k947412fyjwr7x7";
|
cargoSha256 = "1wy5xdkf9ql2l9qavi0fh7hwjvly108f4l2m1k947412fyjwr7x7";
|
||||||
|
|
||||||
libclang = llvmPackages.libclang.lib; #for substituteAll
|
libclang = llvmPackages.libclang.lib; #for substituteAll
|
||||||
|
|
|
@ -11,6 +11,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
sha256 = "0zn5p95hsmhvk2slc9hakrpvim6l4zbpgkks2x64ndwyfmzyykws";
|
sha256 = "0zn5p95hsmhvk2slc9hakrpvim6l4zbpgkks2x64ndwyfmzyykws";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "1k9mc29y4487ssf5whvr8xig7j4jh0rpcrhclp6siw8xamygijdm";
|
cargoSha256 = "1k9mc29y4487ssf5whvr8xig7j4jh0rpcrhclp6siw8xamygijdm";
|
||||||
|
|
||||||
buildInputs = stdenv.lib.optional stdenv.isDarwin Security;
|
buildInputs = stdenv.lib.optional stdenv.isDarwin Security;
|
||||||
|
|
|
@ -11,6 +11,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
sha256 = "0h535fnmwm1ix08a3ifasppqcm7z4fiwf6kn32vhqqpn7x9vvl53";
|
sha256 = "0h535fnmwm1ix08a3ifasppqcm7z4fiwf6kn32vhqqpn7x9vvl53";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "1jc1lx0yk8galkyc4a67d39ywsfrgc2sjjsz08p47gpz7228d64w";
|
cargoSha256 = "1jc1lx0yk8galkyc4a67d39ywsfrgc2sjjsz08p47gpz7228d64w";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|
|
@ -11,6 +11,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
sha256 = "1v7m2yy54jm5mkg9n3wnba1j5ldw6mvk2sgbngx1q240wnc9vbnk";
|
sha256 = "1v7m2yy54jm5mkg9n3wnba1j5ldw6mvk2sgbngx1q240wnc9vbnk";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "09kcvrhklbzjjyqikj9c53w24qy3f6v5hb16ib4fq1s2ia77rgl2";
|
cargoSha256 = "09kcvrhklbzjjyqikj9c53w24qy3f6v5hb16ib4fq1s2ia77rgl2";
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
|
|
@ -11,6 +11,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
sha256 = "043adbvc1slswwygibgghfl2ryry3ja1x3zjz39qqv63f81pd5id";
|
sha256 = "043adbvc1slswwygibgghfl2ryry3ja1x3zjz39qqv63f81pd5id";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "1dasyyy2nkr4i5nhlzlwij3b972h2a43j94kvlbc9kvnnb44aymn";
|
cargoSha256 = "1dasyyy2nkr4i5nhlzlwij3b972h2a43j94kvlbc9kvnnb44aymn";
|
||||||
|
|
||||||
buildInputs = [ llvmPackages.libclang ]
|
buildInputs = [ llvmPackages.libclang ]
|
||||||
|
|
|
@ -11,6 +11,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
sha256 = "0qy4xb7bxyw2x2ya7zmbkz48wxb69jcnvvj7021f1kyc6wdwcxs7";
|
sha256 = "0qy4xb7bxyw2x2ya7zmbkz48wxb69jcnvvj7021f1kyc6wdwcxs7";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "1d42cmpg1yn1ql9isx26kxsxzf5rg6qw6j948skc5p054r0c9n3f";
|
cargoSha256 = "1d42cmpg1yn1ql9isx26kxsxzf5rg6qw6j948skc5p054r0c9n3f";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
|
|
@ -15,6 +15,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
sha256 = "0kvmjahyx5dcjhry2hkvcshi0lbgipfj0as74a3h3bllfvdfkkg0";
|
sha256 = "0kvmjahyx5dcjhry2hkvcshi0lbgipfj0as74a3h3bllfvdfkkg0";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "0aykhhxk416p237safmqh5dhwjgrhvgc6zikkmxi9rq567ypp914";
|
cargoSha256 = "0aykhhxk416p237safmqh5dhwjgrhvgc6zikkmxi9rq567ypp914";
|
||||||
cargoPatches = [ ./cargo-lock.patch ];
|
cargoPatches = [ ./cargo-lock.patch ];
|
||||||
|
|
||||||
|
|
|
@ -11,6 +11,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
sha256 = "07hklya22ixklb44f3qp6yyh5d03a7rjcn0g76icqr36hvcjyjjh";
|
sha256 = "07hklya22ixklb44f3qp6yyh5d03a7rjcn0g76icqr36hvcjyjjh";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "1rsk9j1ij53dz4gakxwdppgmv12lmyj0ihh9qypdbgskvyq3a2j9";
|
cargoSha256 = "1rsk9j1ij53dz4gakxwdppgmv12lmyj0ihh9qypdbgskvyq3a2j9";
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
|
|
@ -13,6 +13,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
|
|
||||||
buildInputs = stdenv.lib.optionals stdenv.isDarwin [ Security ];
|
buildInputs = stdenv.lib.optionals stdenv.isDarwin [ Security ];
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "1pxvcf991w0jfxdissvwal5slrx7vpk3rqkzwk4hxfv0mjiqxsg5";
|
cargoSha256 = "1pxvcf991w0jfxdissvwal5slrx7vpk3rqkzwk4hxfv0mjiqxsg5";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|
|
@ -24,6 +24,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
buildInputs = [ openssl ]
|
buildInputs = [ openssl ]
|
||||||
++ stdenv.lib.optionals stdenv.isDarwin [ Security ];
|
++ stdenv.lib.optionals stdenv.isDarwin [ Security ];
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "02bx8nz8kkr0l8m1b8nfc9576qx9is6s72x4ji3bzwimy76jvx3j";
|
cargoSha256 = "02bx8nz8kkr0l8m1b8nfc9576qx9is6s72x4ji3bzwimy76jvx3j";
|
||||||
|
|
||||||
# Some tests fail because they need network access.
|
# Some tests fail because they need network access.
|
||||||
|
|
|
@ -13,6 +13,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
};
|
};
|
||||||
sourceRoot = "source/impl";
|
sourceRoot = "source/impl";
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "06rl7v0f1lgj9ii07fcnaxmhn28ckr03cpf5b93q8ripm5qh7my9";
|
cargoSha256 = "06rl7v0f1lgj9ii07fcnaxmhn28ckr03cpf5b93q8ripm5qh7my9";
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
|
|
@ -11,6 +11,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
sha256 = "0zwdrh4z5x79qs8cwmwh3phzy4brw0ggv2qyf6pylv99vha5acyf";
|
sha256 = "0zwdrh4z5x79qs8cwmwh3phzy4brw0ggv2qyf6pylv99vha5acyf";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "09n0s275iskvg0n3gxbl47qfw00wfpvxyrf2iakkznyxjgbaxh4l";
|
cargoSha256 = "09n0s275iskvg0n3gxbl47qfw00wfpvxyrf2iakkznyxjgbaxh4l";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
|
|
@ -11,6 +11,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
sha256 = "1wh8w5p9rb9cqgpmclaywfsz3ckfi9mw38hhg31w7hkgjmqalyj9";
|
sha256 = "1wh8w5p9rb9cqgpmclaywfsz3ckfi9mw38hhg31w7hkgjmqalyj9";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "0vb2qr03qv66mmxgs1d5fvs63cdfxaldlg7pilhmdzha1kgy7ib0";
|
cargoSha256 = "0vb2qr03qv66mmxgs1d5fvs63cdfxaldlg7pilhmdzha1kgy7ib0";
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
|
|
@ -11,6 +11,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
sha256 = "0l1aalb8ans7scljrza7akhi821jbpqgn6sa8kgd8sys83r93fkj";
|
sha256 = "0l1aalb8ans7scljrza7akhi821jbpqgn6sa8kgd8sys83r93fkj";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "0dlbln8nsvmrc9p99bl6yni57fravicias9gbv88fg7az904ilzz";
|
cargoSha256 = "0dlbln8nsvmrc9p99bl6yni57fravicias9gbv88fg7az904ilzz";
|
||||||
|
|
||||||
buildInputs = lib.optional stdenv.isDarwin CoreServices;
|
buildInputs = lib.optional stdenv.isDarwin CoreServices;
|
||||||
|
|
|
@ -11,6 +11,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
sha256 = "1haq8gv4k6qgihyjplf76589d2hbb1720g6yvwk88aksjxmqj4jm";
|
sha256 = "1haq8gv4k6qgihyjplf76589d2hbb1720g6yvwk88aksjxmqj4jm";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "011r5n68ay94dvfm37xpd9s8x086l6qsll74iw98hcvw3inxp1ws";
|
cargoSha256 = "011r5n68ay94dvfm37xpd9s8x086l6qsll74iw98hcvw3inxp1ws";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
|
|
@ -11,6 +11,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
sha256 = "1x21g66gri6z9bnnfn7zmnf2lwdf5ing76pcmw0ilx4nzpvfhkg0";
|
sha256 = "1x21g66gri6z9bnnfn7zmnf2lwdf5ing76pcmw0ilx4nzpvfhkg0";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "13fb8cdg6r0g5jb3vaznvv5aaywrnsl2yp00h4k8028vl8jwwr79";
|
cargoSha256 = "13fb8cdg6r0g5jb3vaznvv5aaywrnsl2yp00h4k8028vl8jwwr79";
|
||||||
|
|
||||||
buildInputs = stdenv.lib.optional stdenv.isDarwin Security;
|
buildInputs = stdenv.lib.optional stdenv.isDarwin Security;
|
||||||
|
|
|
@ -14,6 +14,9 @@ in rustPlatform.buildRustPackage rec {
|
||||||
sha256 = "1siqd8k6grlbj9n1a75jq8px1pzvzpr2ph689g53rjngf1k44zqk";
|
sha256 = "1siqd8k6grlbj9n1a75jq8px1pzvzpr2ph689g53rjngf1k44zqk";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "18678qzrzj044aj5nvyjn5hvby0i0x23gx26nhcf1nqcjn3fr32l";
|
cargoSha256 = "18678qzrzj044aj5nvyjn5hvby0i0x23gx26nhcf1nqcjn3fr32l";
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
|
|
@ -11,6 +11,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
sha256 = "0svvdkfqpk2rw0wxyrhkxy553k55lg7jxc0ly4w1195iwv14ad3y";
|
sha256 = "0svvdkfqpk2rw0wxyrhkxy553k55lg7jxc0ly4w1195iwv14ad3y";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "1qxg9r6wpv811fh2l889jm0ya96gsra00kqpyxh41fb7myvl2a4i";
|
cargoSha256 = "1qxg9r6wpv811fh2l889jm0ya96gsra00kqpyxh41fb7myvl2a4i";
|
||||||
|
|
||||||
buildInputs = [ makeWrapper ]
|
buildInputs = [ makeWrapper ]
|
||||||
|
|
|
@ -17,6 +17,9 @@ buildRustPackage rec {
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "07130587drrdkrk7aqb8pl8i3p485qr6xh1m86630ydlnb9z6s6i";
|
cargoSha256 = "07130587drrdkrk7aqb8pl8i3p485qr6xh1m86630ydlnb9z6s6i";
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
|
|
|
@ -13,6 +13,9 @@ buildRustPackage rec {
|
||||||
sha256 = "07vh4g120sx569wkzclq91blkkd7q7z582pl8vz0li1l9ij8md01";
|
sha256 = "07vh4g120sx569wkzclq91blkkd7q7z582pl8vz0li1l9ij8md01";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "07zsj12g4ff0cdb9pwz302vxvajr8g6nl3bpz4vdyi84csfvmahz";
|
cargoSha256 = "07zsj12g4ff0cdb9pwz302vxvajr8g6nl3bpz4vdyi84csfvmahz";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
|
|
@ -13,6 +13,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
sha256 = "0d7l3j8js16zgdx37kykavr343v65vchldz88j38jjyc43pcm2pg";
|
sha256 = "0d7l3j8js16zgdx37kykavr343v65vchldz88j38jjyc43pcm2pg";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "0kn3sq99sgsh8msignyb4vjllv0wf1crqaw7sqp3ggmlkrdq35sd";
|
cargoSha256 = "0kn3sq99sgsh8msignyb4vjllv0wf1crqaw7sqp3ggmlkrdq35sd";
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
|
|
@ -14,6 +14,9 @@ buildRustPackage rec {
|
||||||
};
|
};
|
||||||
cargoPatches = [ ./cargo-lock.patch ];
|
cargoPatches = [ ./cargo-lock.patch ];
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "03rfb8swxbcc9qm4mhxz5nm4b1gw7g7389wrdc91abxl4mw733ac";
|
cargoSha256 = "03rfb8swxbcc9qm4mhxz5nm4b1gw7g7389wrdc91abxl4mw733ac";
|
||||||
|
|
||||||
# doc tests fail due to missing dependency
|
# doc tests fail due to missing dependency
|
||||||
|
|
|
@ -12,6 +12,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
sha256 = "1s5v50205l2h33pccyafrjv3a6lpb62inhm8z81hkvx53bqifvd7";
|
sha256 = "1s5v50205l2h33pccyafrjv3a6lpb62inhm8z81hkvx53bqifvd7";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Delete this on next update; see #79975 for details
|
||||||
|
legacyCargoFetcher = true;
|
||||||
|
|
||||||
cargoSha256 = "17rnzwlgrpr6isbajaccxa83msvvskxyqrc4cirgjmc7aqa0ilbh";
|
cargoSha256 = "17rnzwlgrpr6isbajaccxa83msvvskxyqrc4cirgjmc7aqa0ilbh";
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue