about summary refs log tree commit diff
path: root/pkgs/by-name/as
diff options
context:
space:
mode:
authorFelix Buehler <account@buehler.rocks>2024-01-07 13:35:51 +0100
committerMartin Weinelt <mweinelt@users.noreply.github.com>2024-01-07 21:16:47 +0100
commit2adcc8846aa5244c4d87446e0267c9657a6f281b (patch)
treebef644e90889ec542a455d63af1d2b1607068750 /pkgs/by-name/as
parente253a1d1746afa9b9a8ef8df68364d863d8897d7 (diff)
python311Packages.wxpython: rename from wxPython_4_2
Diffstat (limited to 'pkgs/by-name/as')
-rw-r--r--pkgs/by-name/as/asn1editor/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/as/asn1editor/package.nix b/pkgs/by-name/as/asn1editor/package.nix
index a85d8f53fe6d1..07941a7762c49 100644
--- a/pkgs/by-name/as/asn1editor/package.nix
+++ b/pkgs/by-name/as/asn1editor/package.nix
@@ -18,7 +18,7 @@ python3.pkgs.buildPythonApplication rec {
   propagatedBuildInputs = with python3.pkgs; [
     asn1tools
     coverage
-    wxPython_4_2
+    wxpython
   ];
 
   pythonImportsCheck = [ "asn1editor" ];