Skip to content

Commit

Permalink
python311Packages.mac-alias: rename from mac_alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Stunkymonkey committed Jan 7, 2024
1 parent d1f67f7 commit 3985a75
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/ds-store/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, mac_alias
, mac-alias
, pytestCheckHook
, pythonOlder
, setuptools
Expand All @@ -26,7 +26,7 @@ buildPythonPackage rec {
];

propagatedBuildInputs = [
mac_alias
mac-alias
];

nativeCheckInputs = [
Expand Down
1 change: 1 addition & 0 deletions pkgs/top-level/python-aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 { };

Expand Down

0 comments on commit 3985a75

Please sign in to comment.