treewide: prevent using appendToName to have a consistent package name for repology

This commit is contained in:
Felix Buehler
2022-04-06 16:42:16 +02:00
parent 90e060cc84
commit 15dff0f2a8
+2 -1
View File
@@ -73,7 +73,8 @@ with pkgs;
### Helper functions.
inherit lib config overlays;
inherit (lib) lowPrio hiPrio appendToName makeOverridable;
# do not import 'appendToName' to get consistent package-names with the same set of package-parameters: https://github.com/NixOS/nixpkgs/issues/68519
inherit (lib) lowPrio hiPrio makeOverridable;
inherit (lib) recurseIntoAttrs;