buildRustPackage: remove platform.all from packages
This commit is contained in:
@@ -22,6 +22,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/dalance/amber";
|
||||
license = with licenses; [ mit ];
|
||||
maintainers = [ maintainers.bdesham ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -24,6 +24,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/mookid/diffr";
|
||||
license = with licenses; [ mit ];
|
||||
maintainers = with maintainers; [ davidtwco ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -24,6 +24,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/facebookincubator/fastmod";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ jduan ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -20,6 +20,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/rust-lang-nursery/mdbook";
|
||||
license = [ licenses.mpl20 ];
|
||||
maintainers = [ maintainers.havvy ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -34,6 +34,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/lunaryorn/mdcat";
|
||||
license = with licenses; [ asl20 ];
|
||||
maintainers = with maintainers; [ davidtwco ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -20,6 +20,5 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/TankerHQ/ruplacer";
|
||||
license = [ licenses.bsd3 ];
|
||||
maintainers = with maintainers; [ filalex77 ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user