mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
python311Packages.mac-alias: rename from mac_alias
This commit is contained in:
parent
d1f67f730f
commit
3985a7581c
@ -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 = [
|
||||
|
@ -248,6 +248,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
|
||||
|
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user