mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-06 13:03:34 +00:00
571c71e6f7
We are migrating packages that meet below requirements: 1. using `callPackage` 2. called path is a directory 3. overriding set is empty (`{ }`) 4. not containing path expressions other than relative path (to makenixpkgs-vet happy) 5. not referenced by nix files outside of the directory, other than`pkgs/top-level/all-packages.nix` 6. not referencing nix files outside of the directory 7. not referencing `default.nix` (since it's changed to `package.nix`) 8. `outPath` doesn't change after migration The tool is here: https://github.com/Aleksanaa/by-name-migrate.
37 lines
887 B
Nix
37 lines
887 B
Nix
{
|
|
git-version-bump = {
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0xcj20gmbpqn2gcpid4pxpnimfdg2ip9jnl1572naz0magcrwl2s";
|
|
type = "gem";
|
|
};
|
|
version = "0.15.1";
|
|
};
|
|
lvmsync = {
|
|
dependencies = ["git-version-bump" "treetop"];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "02mdrvfibvab4p4yrdzxvndhy8drss3ri7izybcwgpbyc7isk8mv";
|
|
type = "gem";
|
|
};
|
|
version = "3.3.2";
|
|
};
|
|
polyglot = {
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1bqnxwyip623d8pr29rg6m8r0hdg08fpr2yb74f46rn1wgsnxmjr";
|
|
type = "gem";
|
|
};
|
|
version = "0.3.5";
|
|
};
|
|
treetop = {
|
|
dependencies = ["polyglot"];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "0sdkd1v2h8dhj9ncsnpywmqv7w1mdwsyc5jwyxlxwriacv8qz8bd";
|
|
type = "gem";
|
|
};
|
|
version = "1.6.9";
|
|
};
|
|
}
|