demjson: deprecate to aliases, as python package as deprecated

This commit is contained in:
Jonathan Ringer
2022-01-23 01:09:39 +01:00
committed by Martin Weinelt
parent 24e396bea6
commit 46bf3585b5
2 changed files with 1 additions and 2 deletions
+1
View File
@@ -215,6 +215,7 @@ mapAliases ({
Note that it is NOT possible to switch back to Deluge 1.x after this change.
''; # added 2021-08-18
demjson = with python3Packages; toPythonApplication demjson; # added 2022-01-18
desktop_file_utils = desktop-file-utils; # added 2018-02-25
devicemapper = lvm2; # added 2018-04-25
digikam5 = digikam; # added 2017-02-18
-2
View File
@@ -32778,8 +32778,6 @@ with pkgs;
dell-530cdn = callPackage ../misc/drivers/dell-530cdn {};
demjson = with python3Packages; toPythonApplication demjson;
dosbox = callPackage ../misc/emulators/dosbox { };
dosbox-staging = callPackage ../misc/emulators/dosbox-staging { };