Skip to content

Commit

Permalink
{virtscreen,python312Packages.quamash}: drop (NixOS#349367)
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukium authored Oct 19, 2024
2 parents bf15f32 + 0fbe6fe commit d885262
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 108 deletions.
48 changes: 0 additions & 48 deletions pkgs/development/python-modules/quamash/default.nix

This file was deleted.

56 changes: 0 additions & 56 deletions pkgs/tools/admin/virtscreen/default.nix

This file was deleted.

1 change: 1 addition & 0 deletions pkgs/top-level/aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1694,6 +1694,7 @@ mapAliases {
vinegar = throw "'vinegar' was removed due to being blocked by Roblox, rendering the package useless"; # Added 2024-08-23
virtmanager = throw "'virtmanager' has been renamed to/replaced by 'virt-manager'"; # Converted to throw 2023-09-10
virtmanager-qt = throw "'virtmanager-qt' has been renamed to/replaced by 'virt-manager-qt'"; # Converted to throw 2023-09-10
virtscreen = throw "'virtscreen' has been removed, as it was broken and unmaintained"; # Added 2024-10-17
vivaldi-widevine = throw "'vivaldi-widevine' has been renamed to/replaced by 'widevine-cdm'"; # Added 2023-02-25
vkBasalt = vkbasalt; # Added 2022-11-22
vkdt-wayland = vkdt; # Added 2024-04-19
Expand Down
2 changes: 0 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33203,8 +33203,6 @@ with pkgs;
qtermwidget = lxqt.qtermwidget_1_4;
};

virtscreen = callPackage ../tools/admin/virtscreen { };

virtual-ans = callPackage ../applications/audio/virtual-ans { };

virtualbox = libsForQt5.callPackage ../applications/virtualization/virtualbox {
Expand Down
1 change: 1 addition & 0 deletions pkgs/top-level/python-aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,7 @@ mapAliases ({
qds-sdk = throw "qds-sdk was removed as it is unmaintained upstream and depends on the removed boto package"; # Added 2024-09-22
qds_sdk = qds-sdk; # added 2023-10-21
Quandl = quandl; # added 2023-02-19
quamash = throw "'quamash' has been removed, since it is unmaintained and broken"; # added 2024-10-17
querystring_parser = querystring-parser; # added 2024-01-07
qcodes-loop = throw "qcodes-loop has been removed due to deprecation"; # added 2023-11-30
qiskit-aqua = throw "qiskit-aqua has been removed due to deprecation, with its functionality moved to different qiskit packages";
Expand Down
2 changes: 0 additions & 2 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13329,8 +13329,6 @@ self: super: with self; {

qualysclient = callPackage ../development/python-modules/qualysclient { };

quamash = callPackage ../development/python-modules/quamash { };

quandl = callPackage ../development/python-modules/quandl { };

quantile-forest = callPackage ../development/python-modules/quantile-forest { };
Expand Down

0 comments on commit d885262

Please sign in to comment.