about summary refs log tree commit diff
path: root/pkgs/top-level/python-aliases.nix
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-02-19 19:51:36 +0000
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-02-19 22:32:10 +0100
commit19697a0e67d76b0b87cf22f8cce4924b95a3b7de (patch)
tree81b7d89005d4ea2bc9ca8c5713175de2f2906737 /pkgs/top-level/python-aliases.nix
parent0347d27afa4e39511a48ac5b4e5aa91d4f1fa539 (diff)
python310Packages.xlsxwriter: Normalize attribute & dirname
Diffstat (limited to 'pkgs/top-level/python-aliases.nix')
-rw-r--r--pkgs/top-level/python-aliases.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/python-aliases.nix b/pkgs/top-level/python-aliases.nix
index 46e0ad73a3517..2ad94ba910c3f 100644
--- a/pkgs/top-level/python-aliases.nix
+++ b/pkgs/top-level/python-aliases.nix
@@ -276,6 +276,7 @@ mapAliases ({
   websocket_client = websocket-client; # added 2021-06-15
   WSME = wsme; # added 2023-02-19
   xenomapper = throw "xenomapper was moved to pkgs.xenomapper"; # added 2021-12-31
+  XlsxWriter = xlsxwriter; # added 2023-02-19
   zc-buildout221 = zc-buildout; # added 2021-07-21
   zc_buildout_nix = throw "zc_buildout_nix was pinned to a version no longer compatible with other modules";
 })