buildRustPackage: remove platform.all from packages

This commit is contained in:
zowoq
2020-08-16 12:48:18 +10:00
parent 4789d6feaf
commit 473536e3b5
123 changed files with 0 additions and 123 deletions
-1
View File
@@ -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;
};
}
-1
View File
@@ -23,6 +23,5 @@ rustPlatform.buildRustPackage rec {
description = "A multithreaded lossless PNG compression optimizer";
license = licenses.mit;
maintainers = with maintainers; [ dywedir ];
platforms = platforms.all;
};
}
-1
View File
@@ -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 ];
};
}
-1
View File
@@ -20,6 +20,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/atanunq/viu";
license = licenses.mit;
maintainers = with maintainers; [ petabyteboy ];
platforms = platforms.all;
};
}
-1
View File
@@ -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;
};
}
-1
View File
@@ -67,6 +67,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://dystroy.org/broot/";
maintainers = with maintainers; [ danieldk ];
license = with licenses; [ mit ];
platforms = platforms.all;
};
}
-1
View File
@@ -17,6 +17,5 @@ rustPlatform.buildRustPackage {
homepage = "https://github.com/NerdyPepper/dijo";
license = licenses.mit;
maintainers = with maintainers; [ infinisil ];
platforms = platforms.all;
};
}
-1
View File
@@ -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 ];
};
}
-1
View File
@@ -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;
};
}
-1
View File
@@ -25,6 +25,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/bootandy/dust";
license = licenses.asl20;
maintainers = [ maintainers.infinisil ];
platforms = platforms.all;
};
}
-1
View File
@@ -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;
};
}
-1
View File
@@ -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;
};
}
-1
View File
@@ -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;
};
}
-1
View File
@@ -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;
};
}
-1
View File
@@ -23,6 +23,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/raftario/licensor";
license = licenses.mit;
maintainers = with maintainers; [ filalex77 ];
platforms = platforms.all;
};
}
-1
View File
@@ -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 ];
};
}
-1
View File
@@ -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;
};
}
-1
View File
@@ -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;
};
}
-1
View File
@@ -39,6 +39,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/lotabout/skim";
license = licenses.mit;
maintainers = with maintainers; [ dywedir ];
platforms = platforms.all;
};
}
-1
View File
@@ -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;
};
}
-1
View File
@@ -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 ];
};
}
-1
View File
@@ -37,6 +37,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/timberio/vector";
license = with licenses; [ asl20 ];
maintainers = with maintainers; [ thoughtpolice ];
platforms = platforms.all;
};
}
-1
View File
@@ -21,6 +21,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/spacejam/void";
license = licenses.gpl3;
maintainers = with maintainers; [ spacekookie ];
platforms = platforms.all;
};
}
-1
View File
@@ -30,6 +30,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/vi/websocat";
license = licenses.mit;
maintainers = with maintainers; [ thoughtpolice filalex77 ];
platforms = platforms.all;
};
}
-1
View File
@@ -35,6 +35,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://chrisvest.github.io/xxv/";
license = with licenses; [ gpl3 ];
maintainers = with maintainers; [ lilyball ];
platforms = platforms.all;
};
}
-1
View File
@@ -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;
};
}
@@ -25,7 +25,6 @@ rustPlatform.buildRustPackage rec {
description = "A cargo subcommand for displaying when Rust dependencies are out of date";
homepage = "https://github.com/kbknapp/cargo-outdated";
license = with licenses; [ asl20 /* or */ mit ];
platforms = platforms.all;
maintainers = with maintainers; [ sondr3 ivan ];
};
}
@@ -21,6 +21,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/sunng87/cargo-release";
license = with licenses; [ mit ];
maintainers = with maintainers; [ gerschtli ];
platforms = platforms.all;
};
}
@@ -32,6 +32,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/nabijaczleweli/cargo-update";
license = licenses.mit;
maintainers = with maintainers; [ gerschtli filalex77 ];
platforms = platforms.all;
};
}
@@ -35,6 +35,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/bennofs/nix-index";
license = with licenses; [ bsd3 ];
maintainers = [ maintainers.bennofs ];
platforms = platforms.all;
};
}
@@ -17,7 +17,6 @@ rustPlatform.buildRustPackage rec {
description = "Deploy software or an entire NixOS system configuration to another NixOS system";
homepage = "https://github.com/misuzu/nix-simple-deploy";
license = with licenses; [ asl20 /* OR */ mit ];
platforms = platforms.all;
maintainers = with maintainers; [ misuzu ];
};
}
@@ -40,6 +40,5 @@ in rustPlatform.buildRustPackage rec {
homepage = "https://github.com/dani-garcia/bitwarden_rs";
license = licenses.gpl3;
maintainers = with maintainers; [ msteen ];
platforms = platforms.all;
};
}
-1
View File
@@ -19,7 +19,6 @@ rustPlatform.buildRustPackage rec {
description = "A simple yet robust commandline random password generator.";
homepage = "https://github.com/cyplo/genpass";
license = licenses.agpl3;
platforms = platforms.all;
maintainers = with maintainers; [ cyplo ];
};
}
-1
View File
@@ -20,6 +20,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/mike-engel/jwt-cli";
license = with licenses; [ mit ];
maintainers = with maintainers; [ rycee ];
platforms = platforms.all;
};
}
-1
View File
@@ -89,7 +89,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://sequoia-pgp.org/";
license = licenses.gpl3;
maintainers = with maintainers; [ minijackson doronbehar ];
platforms = platforms.all;
broken = stdenv.targetPlatform.isDarwin;
};
}
@@ -24,6 +24,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/dduan/tre";
license = licenses.mit;
maintainers = [ maintainers.dduan ];
platforms = platforms.all;
};
}
-1
View File
@@ -22,6 +22,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/dalance/amber";
license = with licenses; [ mit ];
maintainers = [ maintainers.bdesham ];
platforms = platforms.all;
};
}
-1
View File
@@ -19,7 +19,6 @@ rustPlatform.buildRustPackage rec {
description = "Colourise your checksum output";
homepage = "https://github.com/ticky/coloursum";
license = licenses.mit;
platforms = platforms.all;
maintainers = with maintainers; [ fgaz ];
};
}
-1
View File
@@ -24,6 +24,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/mookid/diffr";
license = with licenses; [ mit ];
maintainers = with maintainers; [ davidtwco ];
platforms = platforms.all;
};
}
-1
View File
@@ -24,6 +24,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/facebookincubator/fastmod";
license = licenses.asl20;
maintainers = with maintainers; [ jduan ];
platforms = platforms.all;
};
}
-1
View File
@@ -20,6 +20,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/rust-lang-nursery/mdbook";
license = [ licenses.mpl20 ];
maintainers = [ maintainers.havvy ];
platforms = platforms.all;
};
}
-1
View File
@@ -34,6 +34,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/lunaryorn/mdcat";
license = with licenses; [ asl20 ];
maintainers = with maintainers; [ davidtwco ];
platforms = platforms.all;
};
}
-1
View File
@@ -58,6 +58,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/phiresky/ripgrep-all";
license = with licenses; [ agpl3Plus ];
maintainers = with maintainers; [ zaninime ma27 ];
platforms = platforms.all;
};
}
-1
View File
@@ -39,6 +39,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/BurntSushi/ripgrep";
license = with licenses; [ unlicense /* or */ mit ];
maintainers = with maintainers; [ tailhook globin ma27 zowoq ];
platforms = platforms.all;
};
}
-1
View File
@@ -20,6 +20,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/TankerHQ/ruplacer";
license = [ licenses.bsd3 ];
maintainers = with maintainers; [ filalex77 ];
platforms = platforms.all;
};
}
-1
View File
@@ -20,7 +20,6 @@ rustPlatform.buildRustPackage rec {
description = "Intuitive find & replace CLI (sed alternative)";
homepage = "https://github.com/chmln/sd";
license = licenses.mit;
platforms = platforms.all;
maintainers = with maintainers; [ amar1729 filalex77 ];
};
}
-1
View File
@@ -20,6 +20,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/BurntSushi/xsv";
license = with licenses; [ unlicense /* or */ mit ];
maintainers = [ maintainers.jgertm ];
platforms = platforms.all;
};
}
@@ -27,6 +27,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://tectonic-typesetting.github.io/";
license = with licenses; [ mit ];
maintainers = [ maintainers.lluchs ];
platforms = platforms.all;
};
}
-1
View File
@@ -35,6 +35,5 @@ rustPlatform.buildRustPackage rec {
changelog = "https://github.com/xiph/rav1e/releases/tag/v${version}";
license = licenses.bsd2;
maintainers = [ maintainers.primeos ];
platforms = platforms.all;
};
}