about summary refs log tree commit diff
path: root/pkgs/applications/audio/easyabc
diff options
context:
space:
mode:
authorTheodore Ni <3806110+tjni@users.noreply.github.com>2023-08-02 20:50:12 -0700
committerTheodore Ni <3806110+tjni@users.noreply.github.com>2023-08-02 20:50:12 -0700
commit043c1325f657fea146becf0f7246bb4a398595f5 (patch)
treec3b519c4746d02276a07e8de75e03d85063ead90 /pkgs/applications/audio/easyabc
parentdfe6f3e4cbeb773b64bad93a10f14003e98a1481 (diff)
python310Packages.cx-freeze: rename from cx_Freeze
Diffstat (limited to 'pkgs/applications/audio/easyabc')
-rw-r--r--pkgs/applications/audio/easyabc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/easyabc/default.nix b/pkgs/applications/audio/easyabc/default.nix
index 9f45d04524132..94d8e83080b44 100644
--- a/pkgs/applications/audio/easyabc/default.nix
+++ b/pkgs/applications/audio/easyabc/default.nix
@@ -15,7 +15,7 @@ python39.pkgs.buildPythonApplication {
   nativeBuildInputs = [ wrapGAppsHook ];
 
   propagatedBuildInputs = with python39.pkgs; [
-    cx_Freeze
+    cx-freeze
     wxPython_4_2
     pygame
   ];