flatten-references-graph: rename from flattenReferencesGraph

to fit package naming conventions
This commit is contained in:
quantenzitrone
2026-02-08 10:23:25 +01:00
parent 9378e64792
commit 3b7c31d1e4
27 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
coreutils,
flattenReferencesGraph,
flatten-references-graph,
lib,
jq,
runCommand,
@@ -26,7 +26,7 @@ else
inherit pipeline;
nativeBuildInputs = [
coreutils
flattenReferencesGraph
flatten-references-graph
jq
];
}

View File

@@ -1,5 +1,5 @@
# Start this shell with:
# nix-shell path/to/root/of/nixpkgs -A flattenReferencesGraph.dev-shell
# nix-shell path/to/root/of/nixpkgs -A flatten-references-graph.dev-shell
{
mkShell,
callPackage,

View File

@@ -657,6 +657,7 @@ mapAliases {
fit-trackee = throw "'fit-trackee' has been renamed to/replaced by 'fittrackee'"; # Converted to throw 2025-10-27
flashrom-stable = throw "'flashrom-stable' has been renamed to/replaced by 'flashprog'"; # Converted to throw 2025-10-27
flatbuffers_2_0 = throw "'flatbuffers_2_0' has been renamed to/replaced by 'flatbuffers'"; # Converted to throw 2025-10-27
flattenReferencesGraph = warnAlias "'flattenReferencesGraph' has been renamed to 'flatten-references-graph'" flatten-references-graph; # Added 2026-02-08
flint3 = flint; # Added 2025-09-21
floorp = throw "floorp has been replaced with floorp-bin, as building from upstream sources has become unfeasible starting with version 12.x"; # Added 2025-09-06
floorp-unwrapped = throw "floorp-unwrapped has been replaced with floorp-bin-unwrapped, as building from upstream sources has become unfeasible starting with version 12.x"; # Added 2025-09-06