mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
flatten-references-graph: rename from flattenReferencesGraph
to fit package naming conventions
This commit is contained in:
@@ -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
|
||||
];
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user