Skip to content

Commit

Permalink
vdirsyncerStable: deprecate
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetophon committed Nov 10, 2020
1 parent 9f3465e commit 879bd1a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions pkgs/top-level/aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -643,6 +643,7 @@ mapAliases ({
v8_3_16_14 = throw "v8_3_16_14 was removed in 2019-11-01: no longer referenced by other packages";
valadoc = throw "valadoc was deprecated on 2019-10-10: valadoc was merged into vala 0.38";
vamp = { vampSDK = vamp-plugin-sdk; }; # added 2020-03-26
vdirsyncerStable = vdirsyncer; # added 2020-11-08, see https://github.com/NixOS/nixpkgs/issues/103026#issuecomment-723428168
vimbWrapper = vimb; # added 2015-01
vimprobable2 = throw "vimprobable2 has been removed from nixpkgs. It relied on webkitgtk24x that has been removed."; # added 2019-12-05
vimprobable2-unwrapped = vimprobable2; # added 2019-12-05
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 @@ -24034,8 +24034,6 @@ in

vdirsyncer = with python3Packages; toPythonApplication vdirsyncer;

vdirsyncerStable = with python3Packages; toPythonApplication vdirsyncerStable;

vdpauinfo = callPackage ../tools/X11/vdpauinfo { };

verbiste = callPackage ../applications/misc/verbiste {
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 @@ -7485,8 +7485,6 @@ in {

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

vdirsyncerStable = callPackage ../development/python-modules/vdirsyncer { };

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

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

0 comments on commit 879bd1a

Please sign in to comment.