mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
buildRustPackage: remove platform.all from packages
This commit is contained in:
parent
4789d6feaf
commit
473536e3b5
@ -43,7 +43,6 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/BurntSushi/ripgrep";
|
||||
license = licenses.unlicense;
|
||||
maintainers = [ maintainers.tailhook ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
```
|
||||
|
@ -24,6 +24,5 @@ rustPlatform.buildRustPackage rec {
|
||||
changelog = "https://github.com/Rigellute/spotify-tui/releases/tag/v${version}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ jwijenbergh ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -20,6 +20,5 @@ rustPlatform.buildRustPackage {
|
||||
homepage = "https://github.com/Luz/hexdino";
|
||||
license = licenses.mit;
|
||||
maintainers = [ maintainers.luz ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -19,6 +19,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://jblindsay.github.io/ghrg/WhiteboxTools/index.html";
|
||||
license = licenses.mit;
|
||||
maintainers = [ maintainers.mpickering ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -46,6 +46,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/sanpii/effitask";
|
||||
maintainers = with maintainers; [ davidak ];
|
||||
license = with licenses; [ mit ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -21,6 +21,5 @@ rustPlatform.buildRustPackage rec {
|
||||
changelog = "https://github.com/sharkdp/pastel/releases/tag/v${version}";
|
||||
license = with licenses; [ asl20 /* or */ mit ];
|
||||
maintainers = with maintainers; [ davidtwco ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -18,6 +18,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/valebes/rsClock";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [valebes];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -20,6 +20,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/Ekleog/todiff";
|
||||
maintainers = with maintainers; [ ekleog ];
|
||||
license = licenses.mit;
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -31,6 +31,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://www.getzola.org/";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ dywedir ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -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";
|
||||
homepage = "https://sr.ht/~julienxx/Castor";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ fgaz ];
|
||||
};
|
||||
}
|
||||
|
@ -84,6 +84,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://gitlab.com/news-flash/news_flash_gtk";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ metadark ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -24,6 +24,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://synapse-bt.org/";
|
||||
license = licenses.isc;
|
||||
maintainers = with maintainers; [ dywedir ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -25,6 +25,5 @@ rustPlatform.buildRustPackage rec {
|
||||
changelog = "https://gitlab.com/cab404/wg-bond/-/releases#v${version}";
|
||||
license = licenses.gpl3Only;
|
||||
maintainers = with maintainers; [ cab404 ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -47,7 +47,6 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://espanso.org";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ kimat ];
|
||||
platforms = platforms.all;
|
||||
|
||||
longDescription = ''
|
||||
Espanso detects when you type a keyword and replaces it while you're typing.
|
||||
|
@ -47,6 +47,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/finalfusion/finalfrontier/";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ danieldk ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -51,6 +51,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/finalfusion/finalfusion-utils/";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ danieldk ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -30,7 +30,6 @@ buildRustPackage rec {
|
||||
description = "Quickly and easily fetch .gitignore templates from gitignore.io";
|
||||
homepage = "https://github.com/sondr3/git-ignore";
|
||||
license = licenses.gpl3Plus;
|
||||
platforms = platforms.all;
|
||||
maintainers = [ maintainers.sondr3 ];
|
||||
};
|
||||
}
|
||||
|
@ -25,7 +25,6 @@ rustPlatform.buildRustPackage rec {
|
||||
description = "Sync personal and work git repositories from multiple providers";
|
||||
homepage = "https://github.com/orf/git-workspace";
|
||||
license = with licenses; [ mit ];
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ misuzu ];
|
||||
};
|
||||
}
|
||||
|
@ -60,6 +60,5 @@ in rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://pijul.org";
|
||||
license = with licenses; [ gpl2Plus ];
|
||||
maintainers = [ maintainers.gal_bolle ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -27,7 +27,6 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://sit.fyi/";
|
||||
license = with licenses; [ asl20 /* or */ mit ];
|
||||
maintainers = with maintainers; [ dywedir yrashk ];
|
||||
platforms = platforms.all;
|
||||
# Upstream has not had a release in several years, and dependencies no
|
||||
# longer compile with the latest Rust compiler.
|
||||
broken = true;
|
||||
|
@ -22,6 +22,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/oracle/railcar";
|
||||
license = with licenses; [ asl20 /* or */ upl ];
|
||||
maintainers = [ maintainers.spacekookie ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -49,6 +49,5 @@ rustPlatform.buildRustPackage {
|
||||
homepage = "https://github.com/rust-lang/rls/";
|
||||
license = with licenses; [ asl20 /* or */ mit ];
|
||||
maintainers = with maintainers; [ symphorien ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -26,6 +26,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/rust-lang-nursery/rustfmt";
|
||||
license = with licenses; [ mit asl20 ];
|
||||
maintainers = with maintainers; [ globin basvandijk ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -26,6 +26,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/google/evcxr";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ protoben ma27 ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -35,6 +35,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://wasmer.io/";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ filalex77 ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -45,6 +45,5 @@ rustPlatform.buildRustPackage rec {
|
||||
'';
|
||||
license = with licenses; [ gpl3 ];
|
||||
maintainers = with maintainers; [ leenaars ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -24,6 +24,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/ctbur/async";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ minijackson ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -32,6 +32,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/ferrous-systems/flamegraph";
|
||||
license = with licenses; [ asl20 /* or */ mit ];
|
||||
maintainers = with maintainers; [ killercup ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -23,6 +23,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/koute/cargo-web";
|
||||
license = with licenses; [ asl20 /* or */ mit ];
|
||||
maintainers = with maintainers; [ kevincox ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -39,6 +39,5 @@ buildRustPackage rec {
|
||||
homepage = "https://github.com/peterheesterman/chit";
|
||||
license = licenses.mit;
|
||||
maintainers = [ maintainers.lilyball ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -71,7 +71,6 @@ rustPlatform.buildRustPackage rec {
|
||||
description = "Database tool for working with Rust projects that use Diesel";
|
||||
homepage = "https://github.com/diesel-rs/diesel/tree/master/diesel_cli";
|
||||
license = with licenses; [ mit asl20 ];
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
@ -18,6 +18,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/zimbatm/mdsh";
|
||||
license = with licenses; [ mit ];
|
||||
maintainers = with maintainers; [ zimbatm ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -18,6 +18,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/gtk-rs/gir/";
|
||||
license = with licenses; [ mit ];
|
||||
maintainers = with maintainers; [ ekleog ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -47,6 +47,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/casey/just";
|
||||
license = licenses.cc0;
|
||||
maintainers = with maintainers; [ xrelkd ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -25,7 +25,6 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/nlewo/hydra-cli";
|
||||
license = with licenses; [ mit ];
|
||||
maintainers = with maintainers; [ gilligan lewo ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
|
||||
}
|
||||
|
@ -31,6 +31,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://texlab.netlify.com/";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ doronbehar metadark ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -28,6 +28,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/XAMPPRocky/tokei";
|
||||
license = with licenses; [ asl20 /* or */ mit ];
|
||||
maintainers = with maintainers; [ gebner lilyball ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -32,6 +32,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/eraserhd/parinfer-rust";
|
||||
license = licenses.isc;
|
||||
maintainers = with maintainers; [ eraserhd ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -90,7 +90,6 @@ in rustPlatform.buildRustPackage {
|
||||
* 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
|
||||
'';
|
||||
platforms = lib.platforms.all;
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ Profpatsch ];
|
||||
# Darwin needs some more work with default libraries
|
||||
|
@ -26,6 +26,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/dflemstr/rq";
|
||||
license = with licenses; [ asl20 ];
|
||||
maintainers = with maintainers; [ aristid filalex77 ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -24,6 +24,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/gnzlbg/cargo-asm";
|
||||
license = licenses.mit;
|
||||
maintainers = [ maintainers.danieldk ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -18,7 +18,6 @@ rustPlatform.buildRustPackage rec {
|
||||
"A utility and Cargo subcommand designed to let people expand macros in their Rust source code";
|
||||
homepage = "https://github.com/dtolnay/cargo-expand";
|
||||
license = with licenses; [ mit asl20 ];
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ xrelkd ];
|
||||
};
|
||||
}
|
||||
|
@ -18,6 +18,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/rust-fuzz/cargo-fuzz";
|
||||
license = with licenses; [ mit asl20 ];
|
||||
maintainers = [ maintainers.ekleog ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -50,6 +50,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/rust-secure-code/cargo-geiger";
|
||||
license = with licenses; [ asl20 /* or */ mit ];
|
||||
maintainers = with maintainers; [ evanjs ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -29,6 +29,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/ashleygwilliams/cargo-generate";
|
||||
license = licenses.asl20;
|
||||
maintainers = [ maintainers.turbomack ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -19,7 +19,6 @@ rustPlatform.buildRustPackage rec {
|
||||
description = "See what Rust is doing behind the curtains";
|
||||
homepage = "https://github.com/mre/cargo-inspect";
|
||||
license = with licenses; [ mit asl20 ];
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ minijackson ];
|
||||
};
|
||||
}
|
||||
|
@ -39,6 +39,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/sagiegurari/cargo-make";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ xrelkd ma27 ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -26,6 +26,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/google/cargo-raze";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ elasticdog ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -17,7 +17,6 @@ rustPlatform.buildRustPackage rec {
|
||||
description = "A Cargo subcommand for cleaning up unused build files generated by Cargo";
|
||||
homepage = "https://github.com/holmgr/cargo-sweep";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ xrelkd ];
|
||||
};
|
||||
}
|
||||
|
@ -26,6 +26,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/est31/cargo-udeps";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ b4dm4n ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -25,7 +25,6 @@ rustPlatform.buildRustPackage rec {
|
||||
description = "A Cargo subcommand for watching over Cargo project's source";
|
||||
homepage = "https://github.com/passcod/cargo-watch";
|
||||
license = licenses.cc0;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ xrelkd ivan ];
|
||||
};
|
||||
}
|
||||
|
@ -18,6 +18,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/rust-osdev/cargo-xbuild";
|
||||
license = with licenses; [ mit asl20 ];
|
||||
maintainers = with maintainers; [ johntitor xrelkd ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -30,6 +30,5 @@ in rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/PyO3/maturin";
|
||||
license = licenses.mit;
|
||||
maintainers = [ maintainers.danieldk ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -45,6 +45,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/racer-rust/racer";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ jagajaga ma27 ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -41,6 +41,5 @@ rustPlatform.buildRustPackage rec {
|
||||
description = "JSON/HTTP Server based on racer for adding Rust support to editors and IDEs";
|
||||
homepage = "https://github.com/jwilm/racerd";
|
||||
license = licenses.asl20;
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -50,6 +50,5 @@ rustPlatform.buildRustPackage {
|
||||
homepage = "https://github.com/rust-analyzer/rust-analyzer";
|
||||
license = with licenses; [ mit asl20 ];
|
||||
maintainers = with maintainers; [ oxalica ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -73,6 +73,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://www.rustup.rs/";
|
||||
license = with licenses; [ asl20 /* or */ mit ];
|
||||
maintainers = [ maintainers.mic92 ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -23,6 +23,5 @@ buildRustPackage rec {
|
||||
description = "Generate Rust register maps (`struct`s) from SVD files";
|
||||
homepage = "https://github.com/rust-embedded/svd2rust";
|
||||
license = with licenses; [ mit asl20 ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -19,6 +19,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/out-of-cheese-error/the-way";
|
||||
license = with licenses; [ mit ];
|
||||
maintainers = with maintainers; [ numkem ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -38,6 +38,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/rustwasm/wasm-pack";
|
||||
license = with licenses; [ asl20 /* or */ mit ];
|
||||
maintainers = [ maintainers.dhkl ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -31,6 +31,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/cloudflare/wrangler";
|
||||
license = with licenses; [ asl20 /* or */ mit ];
|
||||
maintainers = with maintainers; [ filalex77 ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -21,6 +21,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/lostutils/uq";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ doronbehar ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -25,6 +25,5 @@ rustPlatform.buildRustPackage rec {
|
||||
'';
|
||||
license = with licenses; [ mit ];
|
||||
maintainers = with maintainers; [ leenaars ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -18,7 +18,6 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://gitlab.redox-os.org/redox-os/ion";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ dywedir ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
|
||||
passthru = {
|
||||
|
@ -32,7 +32,6 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/dpc/rdedup";
|
||||
license = licenses.mpl20;
|
||||
maintainers = with maintainers; [ dywedir ];
|
||||
platforms = platforms.all;
|
||||
broken = stdenv.isDarwin;
|
||||
};
|
||||
}
|
||||
|
@ -23,6 +23,5 @@ rustPlatform.buildRustPackage rec {
|
||||
description = "A multithreaded lossless PNG compression optimizer";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ dywedir ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -23,6 +23,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/ivanceras/svgbob";
|
||||
license = licenses.asl20;
|
||||
maintainers = [ maintainers.marsam ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -17,7 +17,6 @@ rustPlatform.buildRustPackage rec {
|
||||
description = "A tool for tidying and optimizing SVGs";
|
||||
homepage = "https://github.com/RazrFalcon/svgcleaner";
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.all;
|
||||
maintainers = [ maintainers.mehandes ];
|
||||
};
|
||||
}
|
||||
|
@ -20,6 +20,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/atanunq/viu";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ petabyteboy ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -36,6 +36,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/sharkdp/bat";
|
||||
license = with licenses; [ asl20 /* or */ mit ];
|
||||
maintainers = with maintainers; [ dywedir lilyball zowoq ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -67,6 +67,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://dystroy.org/broot/";
|
||||
maintainers = with maintainers; [ danieldk ];
|
||||
license = with licenses; [ mit ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -17,6 +17,5 @@ rustPlatform.buildRustPackage {
|
||||
homepage = "https://github.com/NerdyPepper/dijo";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ infinisil ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -17,7 +17,6 @@ rustPlatform.buildRustPackage rec {
|
||||
description = "Terminal disk space navigator";
|
||||
homepage = "https://github.com/imsnif/diskonaut";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ evanjs ];
|
||||
};
|
||||
}
|
||||
|
@ -25,6 +25,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/Byron/dua-cli";
|
||||
license = with licenses; [ mit ];
|
||||
maintainers = with maintainers; [ killercup ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -25,6 +25,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/bootandy/dust";
|
||||
license = licenses.asl20;
|
||||
maintainers = [ maintainers.infinisil ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -33,6 +33,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/sharkdp/fd";
|
||||
license = with licenses; [ asl20 /* or */ mit ];
|
||||
maintainers = with maintainers; [ dywedir globin ma27 zowoq ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -24,6 +24,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/jhspetersson/fselect";
|
||||
license = with licenses; [ asl20 mit ];
|
||||
maintainers = with maintainers; [ filalex77 ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -31,6 +31,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/sharkdp/hyperfine";
|
||||
license = with licenses; [ asl20 /* or */ mit ];
|
||||
maintainers = [ maintainers.thoughtpolice ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -20,6 +20,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/ul/kak-lsp";
|
||||
license = with licenses; [ unlicense /* or */ mit ];
|
||||
maintainers = [ maintainers.spacekookie ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -23,6 +23,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/raftario/licensor";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ filalex77 ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -26,7 +26,6 @@ rustPlatform.buildRustPackage rec {
|
||||
description = "Use neovim as pager";
|
||||
homepage = "https://github.com/I60R/page";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.all;
|
||||
maintainers = [ maintainers.s1341 ];
|
||||
};
|
||||
}
|
||||
|
@ -18,6 +18,5 @@ rustPlatform.buildRustPackage {
|
||||
homepage = "https://github.com/jamesmunns/shell-hist";
|
||||
license = with licenses; [ mit /* or */ asl20 ];
|
||||
maintainers = [ maintainers.spacekookie ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -41,6 +41,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/Aloxaf/silicon";
|
||||
license = with licenses; [ mit /* or */ asl20 ];
|
||||
maintainers = with maintainers; [ evanjs ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -39,6 +39,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/lotabout/skim";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ dywedir ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -45,6 +45,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://starship.rs";
|
||||
license = licenses.isc;
|
||||
maintainers = with maintainers; [ bbigras davidtwco filalex77 Frostman marsam ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -21,7 +21,6 @@ rustPlatform.buildRustPackage rec {
|
||||
description = "Upgrade all the things";
|
||||
homepage = "https://github.com/r-darwish/topgrade";
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ filalex77 hugoreeves ];
|
||||
};
|
||||
}
|
||||
|
@ -37,6 +37,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/timberio/vector";
|
||||
license = with licenses; [ asl20 ];
|
||||
maintainers = with maintainers; [ thoughtpolice ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -21,6 +21,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/spacejam/void";
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ spacekookie ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -30,6 +30,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/vi/websocat";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ thoughtpolice filalex77 ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -35,6 +35,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://chrisvest.github.io/xxv/";
|
||||
license = with licenses; [ gpl3 ];
|
||||
maintainers = with maintainers; [ lilyball ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -30,6 +30,5 @@ rustPlatform.buildRustPackage {
|
||||
homepage = "https://github.com/ajeetdsouza/zoxide";
|
||||
license = with licenses; [ mit ];
|
||||
maintainers = with maintainers; [ ysndr cole-h ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -42,7 +42,6 @@ in rustPlatform.buildRustPackage rec {
|
||||
description = "Bukubrow is a WebExtension for Buku, a command-line bookmark manager";
|
||||
homepage = "https://github.com/SamHH/bukubrow-host";
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ infinisil ];
|
||||
};
|
||||
}
|
||||
|
@ -32,6 +32,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/Edu4rdSHL/findomain";
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ filalex77 ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -17,6 +17,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/EmbarkStudios/cargo-about";
|
||||
license = with licenses; [ mit /* or */ asl20 ];
|
||||
maintainers = with maintainers; [ evanjs ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -23,6 +23,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://rustsec.org";
|
||||
license = with licenses; [ mit asl20 ];
|
||||
maintainers = with maintainers; [ basvandijk ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -33,6 +33,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/mmstick/cargo-deb";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ filalex77 ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -18,6 +18,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/m-cat/cargo-deps";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ arcnmx ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -25,6 +25,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/killercup/cargo-edit";
|
||||
license = with licenses; [ asl20 /* or */ mit ];
|
||||
maintainers = with maintainers; [ gerschtli jb55 filalex77 killercup ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -18,6 +18,5 @@ rustPlatform.buildRustPackage rec {
|
||||
description = "A cargo subcommand for creating GraphViz DOT files and dependency graphs";
|
||||
license = with licenses; [ mit ];
|
||||
maintainers = with maintainers; [ basvandijk ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -20,6 +20,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/onur/cargo-license";
|
||||
license = with licenses; [ mit ];
|
||||
maintainers = with maintainers; [ basvandijk ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user