buildRustPackage: remove platform.all from packages

gstqt5
zowoq 2020-07-29 15:27:40 +10:00
parent 4789d6feaf
commit 473536e3b5
123 changed files with 0 additions and 123 deletions

View File

@ -43,7 +43,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/BurntSushi/ripgrep"; homepage = "https://github.com/BurntSushi/ripgrep";
license = licenses.unlicense; license = licenses.unlicense;
maintainers = [ maintainers.tailhook ]; maintainers = [ maintainers.tailhook ];
platforms = platforms.all;
}; };
} }
``` ```

View File

@ -24,6 +24,5 @@ rustPlatform.buildRustPackage rec {
changelog = "https://github.com/Rigellute/spotify-tui/releases/tag/v${version}"; changelog = "https://github.com/Rigellute/spotify-tui/releases/tag/v${version}";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jwijenbergh ]; maintainers = with maintainers; [ jwijenbergh ];
platforms = platforms.all;
}; };
} }

View File

@ -20,6 +20,5 @@ rustPlatform.buildRustPackage {
homepage = "https://github.com/Luz/hexdino"; homepage = "https://github.com/Luz/hexdino";
license = licenses.mit; license = licenses.mit;
maintainers = [ maintainers.luz ]; maintainers = [ maintainers.luz ];
platforms = platforms.all;
}; };
} }

View File

@ -19,6 +19,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://jblindsay.github.io/ghrg/WhiteboxTools/index.html"; homepage = "https://jblindsay.github.io/ghrg/WhiteboxTools/index.html";
license = licenses.mit; license = licenses.mit;
maintainers = [ maintainers.mpickering ]; maintainers = [ maintainers.mpickering ];
platforms = platforms.all;
}; };
} }

View File

@ -46,6 +46,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/sanpii/effitask"; homepage = "https://github.com/sanpii/effitask";
maintainers = with maintainers; [ davidak ]; maintainers = with maintainers; [ davidak ];
license = with licenses; [ mit ]; license = with licenses; [ mit ];
platforms = platforms.all;
}; };
} }

View File

@ -21,6 +21,5 @@ rustPlatform.buildRustPackage rec {
changelog = "https://github.com/sharkdp/pastel/releases/tag/v${version}"; changelog = "https://github.com/sharkdp/pastel/releases/tag/v${version}";
license = with licenses; [ asl20 /* or */ mit ]; license = with licenses; [ asl20 /* or */ mit ];
maintainers = with maintainers; [ davidtwco ]; maintainers = with maintainers; [ davidtwco ];
platforms = platforms.all;
}; };
} }

View File

@ -18,6 +18,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/valebes/rsClock"; homepage = "https://github.com/valebes/rsClock";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [valebes]; maintainers = with maintainers; [valebes];
platforms = platforms.all;
}; };
} }

View File

@ -20,6 +20,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/Ekleog/todiff"; homepage = "https://github.com/Ekleog/todiff";
maintainers = with maintainers; [ ekleog ]; maintainers = with maintainers; [ ekleog ];
license = licenses.mit; license = licenses.mit;
platforms = platforms.all;
}; };
} }

View File

@ -31,6 +31,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://www.getzola.org/"; homepage = "https://www.getzola.org/";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ dywedir ]; maintainers = with maintainers; [ dywedir ];
platforms = platforms.all;
}; };
} }

View File

@ -45,7 +45,6 @@ rustPlatform.buildRustPackage rec {
description = "A graphical client for plain-text protocols written in Rust with GTK. It currently supports the Gemini, Gopher and Finger protocols"; description = "A graphical client for plain-text protocols written in Rust with GTK. It currently supports the Gemini, Gopher and Finger protocols";
homepage = "https://sr.ht/~julienxx/Castor"; homepage = "https://sr.ht/~julienxx/Castor";
license = licenses.mit; license = licenses.mit;
platforms = platforms.all;
maintainers = with maintainers; [ fgaz ]; maintainers = with maintainers; [ fgaz ];
}; };
} }

View File

@ -84,6 +84,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://gitlab.com/news-flash/news_flash_gtk"; homepage = "https://gitlab.com/news-flash/news_flash_gtk";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ metadark ]; maintainers = with maintainers; [ metadark ];
platforms = platforms.all;
}; };
} }

View File

@ -24,6 +24,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://synapse-bt.org/"; homepage = "https://synapse-bt.org/";
license = licenses.isc; license = licenses.isc;
maintainers = with maintainers; [ dywedir ]; maintainers = with maintainers; [ dywedir ];
platforms = platforms.all;
}; };
} }

View File

@ -25,6 +25,5 @@ rustPlatform.buildRustPackage rec {
changelog = "https://gitlab.com/cab404/wg-bond/-/releases#v${version}"; changelog = "https://gitlab.com/cab404/wg-bond/-/releases#v${version}";
license = licenses.gpl3Only; license = licenses.gpl3Only;
maintainers = with maintainers; [ cab404 ]; maintainers = with maintainers; [ cab404 ];
platforms = platforms.all;
}; };
} }

View File

@ -47,7 +47,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://espanso.org"; homepage = "https://espanso.org";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ kimat ]; maintainers = with maintainers; [ kimat ];
platforms = platforms.all;
longDescription = '' longDescription = ''
Espanso detects when you type a keyword and replaces it while you're typing. Espanso detects when you type a keyword and replaces it while you're typing.

View File

@ -47,6 +47,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/finalfusion/finalfrontier/"; homepage = "https://github.com/finalfusion/finalfrontier/";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ danieldk ]; maintainers = with maintainers; [ danieldk ];
platforms = platforms.all;
}; };
} }

View File

@ -51,6 +51,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/finalfusion/finalfusion-utils/"; homepage = "https://github.com/finalfusion/finalfusion-utils/";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ danieldk ]; maintainers = with maintainers; [ danieldk ];
platforms = platforms.all;
}; };
} }

View File

@ -30,7 +30,6 @@ buildRustPackage rec {
description = "Quickly and easily fetch .gitignore templates from gitignore.io"; description = "Quickly and easily fetch .gitignore templates from gitignore.io";
homepage = "https://github.com/sondr3/git-ignore"; homepage = "https://github.com/sondr3/git-ignore";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.all;
maintainers = [ maintainers.sondr3 ]; maintainers = [ maintainers.sondr3 ];
}; };
} }

View File

@ -25,7 +25,6 @@ rustPlatform.buildRustPackage rec {
description = "Sync personal and work git repositories from multiple providers"; description = "Sync personal and work git repositories from multiple providers";
homepage = "https://github.com/orf/git-workspace"; homepage = "https://github.com/orf/git-workspace";
license = with licenses; [ mit ]; license = with licenses; [ mit ];
platforms = platforms.all;
maintainers = with maintainers; [ misuzu ]; maintainers = with maintainers; [ misuzu ];
}; };
} }

View File

@ -60,6 +60,5 @@ in rustPlatform.buildRustPackage rec {
homepage = "https://pijul.org"; homepage = "https://pijul.org";
license = with licenses; [ gpl2Plus ]; license = with licenses; [ gpl2Plus ];
maintainers = [ maintainers.gal_bolle ]; maintainers = [ maintainers.gal_bolle ];
platforms = platforms.all;
}; };
} }

View File

@ -27,7 +27,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://sit.fyi/"; homepage = "https://sit.fyi/";
license = with licenses; [ asl20 /* or */ mit ]; license = with licenses; [ asl20 /* or */ mit ];
maintainers = with maintainers; [ dywedir yrashk ]; maintainers = with maintainers; [ dywedir yrashk ];
platforms = platforms.all;
# Upstream has not had a release in several years, and dependencies no # Upstream has not had a release in several years, and dependencies no
# longer compile with the latest Rust compiler. # longer compile with the latest Rust compiler.
broken = true; broken = true;

View File

@ -22,6 +22,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/oracle/railcar"; homepage = "https://github.com/oracle/railcar";
license = with licenses; [ asl20 /* or */ upl ]; license = with licenses; [ asl20 /* or */ upl ];
maintainers = [ maintainers.spacekookie ]; maintainers = [ maintainers.spacekookie ];
platforms = platforms.all;
}; };
} }

View File

@ -49,6 +49,5 @@ rustPlatform.buildRustPackage {
homepage = "https://github.com/rust-lang/rls/"; homepage = "https://github.com/rust-lang/rls/";
license = with licenses; [ asl20 /* or */ mit ]; license = with licenses; [ asl20 /* or */ mit ];
maintainers = with maintainers; [ symphorien ]; maintainers = with maintainers; [ symphorien ];
platforms = platforms.all;
}; };
} }

View File

@ -26,6 +26,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/rust-lang-nursery/rustfmt"; homepage = "https://github.com/rust-lang-nursery/rustfmt";
license = with licenses; [ mit asl20 ]; license = with licenses; [ mit asl20 ];
maintainers = with maintainers; [ globin basvandijk ]; maintainers = with maintainers; [ globin basvandijk ];
platforms = platforms.all;
}; };
} }

View File

@ -26,6 +26,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/google/evcxr"; homepage = "https://github.com/google/evcxr";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ protoben ma27 ]; maintainers = with maintainers; [ protoben ma27 ];
platforms = platforms.all;
}; };
} }

View File

@ -35,6 +35,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://wasmer.io/"; homepage = "https://wasmer.io/";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ filalex77 ]; maintainers = with maintainers; [ filalex77 ];
platforms = platforms.all;
}; };
} }

View File

@ -45,6 +45,5 @@ rustPlatform.buildRustPackage rec {
''; '';
license = with licenses; [ gpl3 ]; license = with licenses; [ gpl3 ];
maintainers = with maintainers; [ leenaars ]; maintainers = with maintainers; [ leenaars ];
platforms = platforms.all;
}; };
} }

View File

@ -24,6 +24,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/ctbur/async"; homepage = "https://github.com/ctbur/async";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ minijackson ]; maintainers = with maintainers; [ minijackson ];
platforms = platforms.all;
}; };
} }

View File

@ -32,6 +32,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/ferrous-systems/flamegraph"; homepage = "https://github.com/ferrous-systems/flamegraph";
license = with licenses; [ asl20 /* or */ mit ]; license = with licenses; [ asl20 /* or */ mit ];
maintainers = with maintainers; [ killercup ]; maintainers = with maintainers; [ killercup ];
platforms = platforms.all;
}; };
} }

View File

@ -23,6 +23,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/koute/cargo-web"; homepage = "https://github.com/koute/cargo-web";
license = with licenses; [ asl20 /* or */ mit ]; license = with licenses; [ asl20 /* or */ mit ];
maintainers = with maintainers; [ kevincox ]; maintainers = with maintainers; [ kevincox ];
platforms = platforms.all;
}; };
} }

View File

@ -39,6 +39,5 @@ buildRustPackage rec {
homepage = "https://github.com/peterheesterman/chit"; homepage = "https://github.com/peterheesterman/chit";
license = licenses.mit; license = licenses.mit;
maintainers = [ maintainers.lilyball ]; maintainers = [ maintainers.lilyball ];
platforms = platforms.all;
}; };
} }

View File

@ -71,7 +71,6 @@ rustPlatform.buildRustPackage rec {
description = "Database tool for working with Rust projects that use Diesel"; description = "Database tool for working with Rust projects that use Diesel";
homepage = "https://github.com/diesel-rs/diesel/tree/master/diesel_cli"; homepage = "https://github.com/diesel-rs/diesel/tree/master/diesel_cli";
license = with licenses; [ mit asl20 ]; license = with licenses; [ mit asl20 ];
platforms = platforms.all;
maintainers = with maintainers; [ ]; maintainers = with maintainers; [ ];
}; };
} }

View File

@ -18,6 +18,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/zimbatm/mdsh"; homepage = "https://github.com/zimbatm/mdsh";
license = with licenses; [ mit ]; license = with licenses; [ mit ];
maintainers = with maintainers; [ zimbatm ]; maintainers = with maintainers; [ zimbatm ];
platforms = platforms.all;
}; };
} }

View File

@ -18,6 +18,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/gtk-rs/gir/"; homepage = "https://github.com/gtk-rs/gir/";
license = with licenses; [ mit ]; license = with licenses; [ mit ];
maintainers = with maintainers; [ ekleog ]; maintainers = with maintainers; [ ekleog ];
platforms = platforms.all;
}; };
} }

View File

@ -47,6 +47,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/casey/just"; homepage = "https://github.com/casey/just";
license = licenses.cc0; license = licenses.cc0;
maintainers = with maintainers; [ xrelkd ]; maintainers = with maintainers; [ xrelkd ];
platforms = platforms.all;
}; };
} }

View File

@ -25,7 +25,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/nlewo/hydra-cli"; homepage = "https://github.com/nlewo/hydra-cli";
license = with licenses; [ mit ]; license = with licenses; [ mit ];
maintainers = with maintainers; [ gilligan lewo ]; maintainers = with maintainers; [ gilligan lewo ];
platforms = platforms.all;
}; };
} }

View File

@ -31,6 +31,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://texlab.netlify.com/"; homepage = "https://texlab.netlify.com/";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ doronbehar metadark ]; maintainers = with maintainers; [ doronbehar metadark ];
platforms = platforms.all;
}; };
} }

View File

@ -28,6 +28,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/XAMPPRocky/tokei"; homepage = "https://github.com/XAMPPRocky/tokei";
license = with licenses; [ asl20 /* or */ mit ]; license = with licenses; [ asl20 /* or */ mit ];
maintainers = with maintainers; [ gebner lilyball ]; maintainers = with maintainers; [ gebner lilyball ];
platforms = platforms.all;
}; };
} }

View File

@ -32,6 +32,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/eraserhd/parinfer-rust"; homepage = "https://github.com/eraserhd/parinfer-rust";
license = licenses.isc; license = licenses.isc;
maintainers = with maintainers; [ eraserhd ]; maintainers = with maintainers; [ eraserhd ];
platforms = platforms.all;
}; };
} }

View File

@ -90,7 +90,6 @@ in rustPlatform.buildRustPackage {
* Robust enough to provide useful results even in the presence of syntax errors * Robust enough to provide useful results even in the presence of syntax errors
* Dependency-free so that the runtime library (which is written in pure C) can be embedded in any application * Dependency-free so that the runtime library (which is written in pure C) can be embedded in any application
''; '';
platforms = lib.platforms.all;
license = lib.licenses.mit; license = lib.licenses.mit;
maintainers = with lib.maintainers; [ Profpatsch ]; maintainers = with lib.maintainers; [ Profpatsch ];
# Darwin needs some more work with default libraries # Darwin needs some more work with default libraries

View File

@ -26,6 +26,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/dflemstr/rq"; homepage = "https://github.com/dflemstr/rq";
license = with licenses; [ asl20 ]; license = with licenses; [ asl20 ];
maintainers = with maintainers; [ aristid filalex77 ]; maintainers = with maintainers; [ aristid filalex77 ];
platforms = platforms.all;
}; };
} }

View File

@ -24,6 +24,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/gnzlbg/cargo-asm"; homepage = "https://github.com/gnzlbg/cargo-asm";
license = licenses.mit; license = licenses.mit;
maintainers = [ maintainers.danieldk ]; maintainers = [ maintainers.danieldk ];
platforms = platforms.all;
}; };
} }

View File

@ -18,7 +18,6 @@ rustPlatform.buildRustPackage rec {
"A utility and Cargo subcommand designed to let people expand macros in their Rust source code"; "A utility and Cargo subcommand designed to let people expand macros in their Rust source code";
homepage = "https://github.com/dtolnay/cargo-expand"; homepage = "https://github.com/dtolnay/cargo-expand";
license = with licenses; [ mit asl20 ]; license = with licenses; [ mit asl20 ];
platforms = platforms.all;
maintainers = with maintainers; [ xrelkd ]; maintainers = with maintainers; [ xrelkd ];
}; };
} }

View File

@ -18,6 +18,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/rust-fuzz/cargo-fuzz"; homepage = "https://github.com/rust-fuzz/cargo-fuzz";
license = with licenses; [ mit asl20 ]; license = with licenses; [ mit asl20 ];
maintainers = [ maintainers.ekleog ]; maintainers = [ maintainers.ekleog ];
platforms = platforms.all;
}; };
} }

View File

@ -50,6 +50,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/rust-secure-code/cargo-geiger"; homepage = "https://github.com/rust-secure-code/cargo-geiger";
license = with licenses; [ asl20 /* or */ mit ]; license = with licenses; [ asl20 /* or */ mit ];
maintainers = with maintainers; [ evanjs ]; maintainers = with maintainers; [ evanjs ];
platforms = platforms.all;
}; };
} }

View File

@ -29,6 +29,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/ashleygwilliams/cargo-generate"; homepage = "https://github.com/ashleygwilliams/cargo-generate";
license = licenses.asl20; license = licenses.asl20;
maintainers = [ maintainers.turbomack ]; maintainers = [ maintainers.turbomack ];
platforms = platforms.all;
}; };
} }

View File

@ -19,7 +19,6 @@ rustPlatform.buildRustPackage rec {
description = "See what Rust is doing behind the curtains"; description = "See what Rust is doing behind the curtains";
homepage = "https://github.com/mre/cargo-inspect"; homepage = "https://github.com/mre/cargo-inspect";
license = with licenses; [ mit asl20 ]; license = with licenses; [ mit asl20 ];
platforms = platforms.all;
maintainers = with maintainers; [ minijackson ]; maintainers = with maintainers; [ minijackson ];
}; };
} }

View File

@ -39,6 +39,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/sagiegurari/cargo-make"; homepage = "https://github.com/sagiegurari/cargo-make";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ xrelkd ma27 ]; maintainers = with maintainers; [ xrelkd ma27 ];
platforms = platforms.all;
}; };
} }

View File

@ -26,6 +26,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/google/cargo-raze"; homepage = "https://github.com/google/cargo-raze";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ elasticdog ]; maintainers = with maintainers; [ elasticdog ];
platforms = platforms.all;
}; };
} }

View File

@ -17,7 +17,6 @@ rustPlatform.buildRustPackage rec {
description = "A Cargo subcommand for cleaning up unused build files generated by Cargo"; description = "A Cargo subcommand for cleaning up unused build files generated by Cargo";
homepage = "https://github.com/holmgr/cargo-sweep"; homepage = "https://github.com/holmgr/cargo-sweep";
license = licenses.mit; license = licenses.mit;
platforms = platforms.all;
maintainers = with maintainers; [ xrelkd ]; maintainers = with maintainers; [ xrelkd ];
}; };
} }

View File

@ -26,6 +26,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/est31/cargo-udeps"; homepage = "https://github.com/est31/cargo-udeps";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ b4dm4n ]; maintainers = with maintainers; [ b4dm4n ];
platforms = platforms.all;
}; };
} }

View File

@ -25,7 +25,6 @@ rustPlatform.buildRustPackage rec {
description = "A Cargo subcommand for watching over Cargo project's source"; description = "A Cargo subcommand for watching over Cargo project's source";
homepage = "https://github.com/passcod/cargo-watch"; homepage = "https://github.com/passcod/cargo-watch";
license = licenses.cc0; license = licenses.cc0;
platforms = platforms.all;
maintainers = with maintainers; [ xrelkd ivan ]; maintainers = with maintainers; [ xrelkd ivan ];
}; };
} }

View File

@ -18,6 +18,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/rust-osdev/cargo-xbuild"; homepage = "https://github.com/rust-osdev/cargo-xbuild";
license = with licenses; [ mit asl20 ]; license = with licenses; [ mit asl20 ];
maintainers = with maintainers; [ johntitor xrelkd ]; maintainers = with maintainers; [ johntitor xrelkd ];
platforms = platforms.all;
}; };
} }

View File

@ -30,6 +30,5 @@ in rustPlatform.buildRustPackage rec {
homepage = "https://github.com/PyO3/maturin"; homepage = "https://github.com/PyO3/maturin";
license = licenses.mit; license = licenses.mit;
maintainers = [ maintainers.danieldk ]; maintainers = [ maintainers.danieldk ];
platforms = platforms.all;
}; };
} }

View File

@ -45,6 +45,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/racer-rust/racer"; homepage = "https://github.com/racer-rust/racer";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ jagajaga ma27 ]; maintainers = with maintainers; [ jagajaga ma27 ];
platforms = platforms.all;
}; };
} }

View File

@ -41,6 +41,5 @@ rustPlatform.buildRustPackage rec {
description = "JSON/HTTP Server based on racer for adding Rust support to editors and IDEs"; description = "JSON/HTTP Server based on racer for adding Rust support to editors and IDEs";
homepage = "https://github.com/jwilm/racerd"; homepage = "https://github.com/jwilm/racerd";
license = licenses.asl20; license = licenses.asl20;
platforms = platforms.all;
}; };
} }

View File

@ -50,6 +50,5 @@ rustPlatform.buildRustPackage {
homepage = "https://github.com/rust-analyzer/rust-analyzer"; homepage = "https://github.com/rust-analyzer/rust-analyzer";
license = with licenses; [ mit asl20 ]; license = with licenses; [ mit asl20 ];
maintainers = with maintainers; [ oxalica ]; maintainers = with maintainers; [ oxalica ];
platforms = platforms.all;
}; };
} }

View File

@ -73,6 +73,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://www.rustup.rs/"; homepage = "https://www.rustup.rs/";
license = with licenses; [ asl20 /* or */ mit ]; license = with licenses; [ asl20 /* or */ mit ];
maintainers = [ maintainers.mic92 ]; maintainers = [ maintainers.mic92 ];
platforms = platforms.all;
}; };
} }

View File

@ -23,6 +23,5 @@ buildRustPackage rec {
description = "Generate Rust register maps (`struct`s) from SVD files"; description = "Generate Rust register maps (`struct`s) from SVD files";
homepage = "https://github.com/rust-embedded/svd2rust"; homepage = "https://github.com/rust-embedded/svd2rust";
license = with licenses; [ mit asl20 ]; license = with licenses; [ mit asl20 ];
platforms = platforms.all;
}; };
} }

View File

@ -19,6 +19,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/out-of-cheese-error/the-way"; homepage = "https://github.com/out-of-cheese-error/the-way";
license = with licenses; [ mit ]; license = with licenses; [ mit ];
maintainers = with maintainers; [ numkem ]; maintainers = with maintainers; [ numkem ];
platforms = platforms.all;
}; };
} }

View File

@ -38,6 +38,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/rustwasm/wasm-pack"; homepage = "https://github.com/rustwasm/wasm-pack";
license = with licenses; [ asl20 /* or */ mit ]; license = with licenses; [ asl20 /* or */ mit ];
maintainers = [ maintainers.dhkl ]; maintainers = [ maintainers.dhkl ];
platforms = platforms.all;
}; };
} }

View File

@ -31,6 +31,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/cloudflare/wrangler"; homepage = "https://github.com/cloudflare/wrangler";
license = with licenses; [ asl20 /* or */ mit ]; license = with licenses; [ asl20 /* or */ mit ];
maintainers = with maintainers; [ filalex77 ]; maintainers = with maintainers; [ filalex77 ];
platforms = platforms.all;
}; };
} }

View File

@ -21,6 +21,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/lostutils/uq"; homepage = "https://github.com/lostutils/uq";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ doronbehar ]; maintainers = with maintainers; [ doronbehar ];
platforms = platforms.all;
}; };
} }

View File

@ -25,6 +25,5 @@ rustPlatform.buildRustPackage rec {
''; '';
license = with licenses; [ mit ]; license = with licenses; [ mit ];
maintainers = with maintainers; [ leenaars ]; maintainers = with maintainers; [ leenaars ];
platforms = platforms.all;
}; };
} }

View File

@ -18,7 +18,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://gitlab.redox-os.org/redox-os/ion"; homepage = "https://gitlab.redox-os.org/redox-os/ion";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ dywedir ]; maintainers = with maintainers; [ dywedir ];
platforms = platforms.all;
}; };
passthru = { passthru = {

View File

@ -32,7 +32,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/dpc/rdedup"; homepage = "https://github.com/dpc/rdedup";
license = licenses.mpl20; license = licenses.mpl20;
maintainers = with maintainers; [ dywedir ]; maintainers = with maintainers; [ dywedir ];
platforms = platforms.all;
broken = stdenv.isDarwin; broken = stdenv.isDarwin;
}; };
} }

View File

@ -23,6 +23,5 @@ rustPlatform.buildRustPackage rec {
description = "A multithreaded lossless PNG compression optimizer"; description = "A multithreaded lossless PNG compression optimizer";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ dywedir ]; maintainers = with maintainers; [ dywedir ];
platforms = platforms.all;
}; };
} }

View File

@ -23,6 +23,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/ivanceras/svgbob"; homepage = "https://github.com/ivanceras/svgbob";
license = licenses.asl20; license = licenses.asl20;
maintainers = [ maintainers.marsam ]; maintainers = [ maintainers.marsam ];
platforms = platforms.all;
}; };
} }

View File

@ -17,7 +17,6 @@ rustPlatform.buildRustPackage rec {
description = "A tool for tidying and optimizing SVGs"; description = "A tool for tidying and optimizing SVGs";
homepage = "https://github.com/RazrFalcon/svgcleaner"; homepage = "https://github.com/RazrFalcon/svgcleaner";
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.all;
maintainers = [ maintainers.mehandes ]; maintainers = [ maintainers.mehandes ];
}; };
} }

View File

@ -20,6 +20,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/atanunq/viu"; homepage = "https://github.com/atanunq/viu";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ petabyteboy ]; maintainers = with maintainers; [ petabyteboy ];
platforms = platforms.all;
}; };
} }

View File

@ -36,6 +36,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/sharkdp/bat"; homepage = "https://github.com/sharkdp/bat";
license = with licenses; [ asl20 /* or */ mit ]; license = with licenses; [ asl20 /* or */ mit ];
maintainers = with maintainers; [ dywedir lilyball zowoq ]; maintainers = with maintainers; [ dywedir lilyball zowoq ];
platforms = platforms.all;
}; };
} }

View File

@ -67,6 +67,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://dystroy.org/broot/"; homepage = "https://dystroy.org/broot/";
maintainers = with maintainers; [ danieldk ]; maintainers = with maintainers; [ danieldk ];
license = with licenses; [ mit ]; license = with licenses; [ mit ];
platforms = platforms.all;
}; };
} }

View File

@ -17,6 +17,5 @@ rustPlatform.buildRustPackage {
homepage = "https://github.com/NerdyPepper/dijo"; homepage = "https://github.com/NerdyPepper/dijo";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ infinisil ]; maintainers = with maintainers; [ infinisil ];
platforms = platforms.all;
}; };
} }

View File

@ -17,7 +17,6 @@ rustPlatform.buildRustPackage rec {
description = "Terminal disk space navigator"; description = "Terminal disk space navigator";
homepage = "https://github.com/imsnif/diskonaut"; homepage = "https://github.com/imsnif/diskonaut";
license = licenses.mit; license = licenses.mit;
platforms = platforms.all;
maintainers = with maintainers; [ evanjs ]; maintainers = with maintainers; [ evanjs ];
}; };
} }

View File

@ -25,6 +25,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/Byron/dua-cli"; homepage = "https://github.com/Byron/dua-cli";
license = with licenses; [ mit ]; license = with licenses; [ mit ];
maintainers = with maintainers; [ killercup ]; maintainers = with maintainers; [ killercup ];
platforms = platforms.all;
}; };
} }

View File

@ -25,6 +25,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/bootandy/dust"; homepage = "https://github.com/bootandy/dust";
license = licenses.asl20; license = licenses.asl20;
maintainers = [ maintainers.infinisil ]; maintainers = [ maintainers.infinisil ];
platforms = platforms.all;
}; };
} }

View File

@ -33,6 +33,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/sharkdp/fd"; homepage = "https://github.com/sharkdp/fd";
license = with licenses; [ asl20 /* or */ mit ]; license = with licenses; [ asl20 /* or */ mit ];
maintainers = with maintainers; [ dywedir globin ma27 zowoq ]; maintainers = with maintainers; [ dywedir globin ma27 zowoq ];
platforms = platforms.all;
}; };
} }

View File

@ -24,6 +24,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/jhspetersson/fselect"; homepage = "https://github.com/jhspetersson/fselect";
license = with licenses; [ asl20 mit ]; license = with licenses; [ asl20 mit ];
maintainers = with maintainers; [ filalex77 ]; maintainers = with maintainers; [ filalex77 ];
platforms = platforms.all;
}; };
} }

View File

@ -31,6 +31,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/sharkdp/hyperfine"; homepage = "https://github.com/sharkdp/hyperfine";
license = with licenses; [ asl20 /* or */ mit ]; license = with licenses; [ asl20 /* or */ mit ];
maintainers = [ maintainers.thoughtpolice ]; maintainers = [ maintainers.thoughtpolice ];
platforms = platforms.all;
}; };
} }

View File

@ -20,6 +20,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/ul/kak-lsp"; homepage = "https://github.com/ul/kak-lsp";
license = with licenses; [ unlicense /* or */ mit ]; license = with licenses; [ unlicense /* or */ mit ];
maintainers = [ maintainers.spacekookie ]; maintainers = [ maintainers.spacekookie ];
platforms = platforms.all;
}; };
} }

View File

@ -23,6 +23,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/raftario/licensor"; homepage = "https://github.com/raftario/licensor";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ filalex77 ]; maintainers = with maintainers; [ filalex77 ];
platforms = platforms.all;
}; };
} }

View File

@ -26,7 +26,6 @@ rustPlatform.buildRustPackage rec {
description = "Use neovim as pager"; description = "Use neovim as pager";
homepage = "https://github.com/I60R/page"; homepage = "https://github.com/I60R/page";
license = licenses.mit; license = licenses.mit;
platforms = platforms.all;
maintainers = [ maintainers.s1341 ]; maintainers = [ maintainers.s1341 ];
}; };
} }

View File

@ -18,6 +18,5 @@ rustPlatform.buildRustPackage {
homepage = "https://github.com/jamesmunns/shell-hist"; homepage = "https://github.com/jamesmunns/shell-hist";
license = with licenses; [ mit /* or */ asl20 ]; license = with licenses; [ mit /* or */ asl20 ];
maintainers = [ maintainers.spacekookie ]; maintainers = [ maintainers.spacekookie ];
platforms = platforms.all;
}; };
} }

View File

@ -41,6 +41,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/Aloxaf/silicon"; homepage = "https://github.com/Aloxaf/silicon";
license = with licenses; [ mit /* or */ asl20 ]; license = with licenses; [ mit /* or */ asl20 ];
maintainers = with maintainers; [ evanjs ]; maintainers = with maintainers; [ evanjs ];
platforms = platforms.all;
}; };
} }

View File

@ -39,6 +39,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/lotabout/skim"; homepage = "https://github.com/lotabout/skim";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ dywedir ]; maintainers = with maintainers; [ dywedir ];
platforms = platforms.all;
}; };
} }

View File

@ -45,6 +45,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://starship.rs"; homepage = "https://starship.rs";
license = licenses.isc; license = licenses.isc;
maintainers = with maintainers; [ bbigras davidtwco filalex77 Frostman marsam ]; maintainers = with maintainers; [ bbigras davidtwco filalex77 Frostman marsam ];
platforms = platforms.all;
}; };
} }

View File

@ -21,7 +21,6 @@ rustPlatform.buildRustPackage rec {
description = "Upgrade all the things"; description = "Upgrade all the things";
homepage = "https://github.com/r-darwish/topgrade"; homepage = "https://github.com/r-darwish/topgrade";
license = licenses.gpl3; license = licenses.gpl3;
platforms = platforms.all;
maintainers = with maintainers; [ filalex77 hugoreeves ]; maintainers = with maintainers; [ filalex77 hugoreeves ];
}; };
} }

View File

@ -37,6 +37,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/timberio/vector"; homepage = "https://github.com/timberio/vector";
license = with licenses; [ asl20 ]; license = with licenses; [ asl20 ];
maintainers = with maintainers; [ thoughtpolice ]; maintainers = with maintainers; [ thoughtpolice ];
platforms = platforms.all;
}; };
} }

View File

@ -21,6 +21,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/spacejam/void"; homepage = "https://github.com/spacejam/void";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ spacekookie ]; maintainers = with maintainers; [ spacekookie ];
platforms = platforms.all;
}; };
} }

View File

@ -30,6 +30,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/vi/websocat"; homepage = "https://github.com/vi/websocat";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ thoughtpolice filalex77 ]; maintainers = with maintainers; [ thoughtpolice filalex77 ];
platforms = platforms.all;
}; };
} }

View File

@ -35,6 +35,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://chrisvest.github.io/xxv/"; homepage = "https://chrisvest.github.io/xxv/";
license = with licenses; [ gpl3 ]; license = with licenses; [ gpl3 ];
maintainers = with maintainers; [ lilyball ]; maintainers = with maintainers; [ lilyball ];
platforms = platforms.all;
}; };
} }

View File

@ -30,6 +30,5 @@ rustPlatform.buildRustPackage {
homepage = "https://github.com/ajeetdsouza/zoxide"; homepage = "https://github.com/ajeetdsouza/zoxide";
license = with licenses; [ mit ]; license = with licenses; [ mit ];
maintainers = with maintainers; [ ysndr cole-h ]; maintainers = with maintainers; [ ysndr cole-h ];
platforms = platforms.all;
}; };
} }

View File

@ -42,7 +42,6 @@ in rustPlatform.buildRustPackage rec {
description = "Bukubrow is a WebExtension for Buku, a command-line bookmark manager"; description = "Bukubrow is a WebExtension for Buku, a command-line bookmark manager";
homepage = "https://github.com/SamHH/bukubrow-host"; homepage = "https://github.com/SamHH/bukubrow-host";
license = licenses.gpl3; license = licenses.gpl3;
platforms = platforms.all;
maintainers = with maintainers; [ infinisil ]; maintainers = with maintainers; [ infinisil ];
}; };
} }

View File

@ -32,6 +32,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/Edu4rdSHL/findomain"; homepage = "https://github.com/Edu4rdSHL/findomain";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ filalex77 ]; maintainers = with maintainers; [ filalex77 ];
platforms = platforms.all;
}; };
} }

View File

@ -17,6 +17,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/EmbarkStudios/cargo-about"; homepage = "https://github.com/EmbarkStudios/cargo-about";
license = with licenses; [ mit /* or */ asl20 ]; license = with licenses; [ mit /* or */ asl20 ];
maintainers = with maintainers; [ evanjs ]; maintainers = with maintainers; [ evanjs ];
platforms = platforms.all;
}; };
} }

View File

@ -23,6 +23,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://rustsec.org"; homepage = "https://rustsec.org";
license = with licenses; [ mit asl20 ]; license = with licenses; [ mit asl20 ];
maintainers = with maintainers; [ basvandijk ]; maintainers = with maintainers; [ basvandijk ];
platforms = platforms.all;
}; };
} }

View File

@ -33,6 +33,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/mmstick/cargo-deb"; homepage = "https://github.com/mmstick/cargo-deb";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ filalex77 ]; maintainers = with maintainers; [ filalex77 ];
platforms = platforms.all;
}; };
} }

View File

@ -18,6 +18,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/m-cat/cargo-deps"; homepage = "https://github.com/m-cat/cargo-deps";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ arcnmx ]; maintainers = with maintainers; [ arcnmx ];
platforms = platforms.all;
}; };
} }

View File

@ -25,6 +25,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/killercup/cargo-edit"; homepage = "https://github.com/killercup/cargo-edit";
license = with licenses; [ asl20 /* or */ mit ]; license = with licenses; [ asl20 /* or */ mit ];
maintainers = with maintainers; [ gerschtli jb55 filalex77 killercup ]; maintainers = with maintainers; [ gerschtli jb55 filalex77 killercup ];
platforms = platforms.all;
}; };
} }

View File

@ -18,6 +18,5 @@ rustPlatform.buildRustPackage rec {
description = "A cargo subcommand for creating GraphViz DOT files and dependency graphs"; description = "A cargo subcommand for creating GraphViz DOT files and dependency graphs";
license = with licenses; [ mit ]; license = with licenses; [ mit ];
maintainers = with maintainers; [ basvandijk ]; maintainers = with maintainers; [ basvandijk ];
platforms = platforms.all;
}; };
} }

View File

@ -20,6 +20,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/onur/cargo-license"; homepage = "https://github.com/onur/cargo-license";
license = with licenses; [ mit ]; license = with licenses; [ mit ];
maintainers = with maintainers; [ basvandijk ]; maintainers = with maintainers; [ basvandijk ];
platforms = platforms.all;
}; };
} }

Some files were not shown because too many files have changed in this diff Show More