Merge pull request #279332 from Stunkymonkey/mac-alias-normalize

This commit is contained in:
Pavol Rusnak
2024-01-07 13:34:29 +01:00
committed by GitHub
4 changed files with 4 additions and 3 deletions
@@ -1,7 +1,7 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, mac_alias
, mac-alias
, pytestCheckHook
, pythonOlder
, setuptools
@@ -26,7 +26,7 @@ buildPythonPackage rec {
];
propagatedBuildInputs = [
mac_alias
mac-alias
];
nativeCheckInputs = [
+1
View File
@@ -255,6 +255,7 @@ mapAliases ({
Markups = markups; # added 2022-02-14
markdownsuperscript = throw "markdownsuperscript is unmaintained, use pymdown-extensions"; # added 2023-06-10
mask-rcnn = throw "mask-rcnn has been removed as it is unmaintained and its dependency imgaug no longer builds"; # added 2023-07-10
mac_alias = mac-alias; # added 2024-01-07
MDP = mdp; # added 2023-02-19
MechanicalSoup = mechanicalsoup; # added 2021-06-01
memcached = python-memcached; # added 2022-05-06
+1 -1
View File
@@ -6670,7 +6670,7 @@ self: super: with self; {
m3u8 = callPackage ../development/python-modules/m3u8 { };
mac_alias = callPackage ../development/python-modules/mac_alias { };
mac-alias = callPackage ../development/python-modules/mac-alias { };
mac-vendor-lookup = callPackage ../development/python-modules/mac-vendor-lookup { };