summary refs log tree commit diff
path: root/pkgs/top-level/aliases.nix
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-01-12 05:12:52 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-01-16 02:36:25 +0100
commit03ddc5b29511cbedeff6fe49951ad6ed80b36c65 (patch)
treef1312a8e741b35da55a6f6d81f4a500ba8bfdd95 /pkgs/top-level/aliases.nix
parent0a29b6bcd1f87fae4dcc2d200b25b88501802e7e (diff)
downloadnixpkgs-03ddc5b29511cbedeff6fe49951ad6ed80b36c65.tar
nixpkgs-03ddc5b29511cbedeff6fe49951ad6ed80b36c65.tar.gz
nixpkgs-03ddc5b29511cbedeff6fe49951ad6ed80b36c65.tar.bz2
nixpkgs-03ddc5b29511cbedeff6fe49951ad6ed80b36c65.tar.lz
nixpkgs-03ddc5b29511cbedeff6fe49951ad6ed80b36c65.tar.xz
nixpkgs-03ddc5b29511cbedeff6fe49951ad6ed80b36c65.tar.zst
nixpkgs-03ddc5b29511cbedeff6fe49951ad6ed80b36c65.zip
mididings: drop
Doesn't support recent python3 versions that use `async` as a keyword.

```
  File "/build/source/mididings/units/call.py", line 36
    def __init__(self, function, async, cont):
                                 ^
SyntaxError: invalid syntax
```
Diffstat (limited to 'pkgs/top-level/aliases.nix')
-rw-r--r--pkgs/top-level/aliases.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix
index 3ae67599978..ac4c419607a 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -591,6 +591,7 @@ mapAliases ({
   metamorphose2 = throw "metamorphose2 has been removed from nixpkgs, as it was stuck on python2."; # added 2022-01-12
   mcgrid = throw "mcgrid has been removed from nixpkgs, as it's not compatible with rivet 3"; # added 2020-05-23
   mcomix = throw "mcomix has been removed from nixpkgs, as it's unmaintained; try mcomix3 a Python 3 fork"; # added 2019-12-10, modified 2020-11-25
+  mididings = throw "mididings has been removed from nixpkgs as it doesn't support recent python3 versions and its upstream stopped maintaining it."; # added 2022-01-12
   mimms = throw "mimms has been removed from nixpkgs as the upstream project is stuck on python2."; # added 2022-01-01
   mirage = throw "mirage has been removed from nixpkgs, as it's unmaintained"; # added 2019-12-10
   minergate = throw "minergate has been removed from nixpkgs, because the package is unmaintained and the site has a bad reputation"; # added 2021-08-13