Skip to content

Commit

Permalink
treewide: remove unstable packages
Browse files Browse the repository at this point in the history
There’s nothing wrong with unstable packages when they are maintained
and frequently updated. However, when they become out-of-date, as many
do, it is usually best to just get rid of them as the stable version
is become newer than the unstable version. This removes any packages
called "unstable" that have not been updated in over 1 year. Affected
packages include:

- isyncUnstable
- sxhkd-unstable
- dosbox-unstable

Revert "treewide: remove unstable packages"

This reverts commit df01b0b.
  • Loading branch information
matthewbauer committed Nov 14, 2018
1 parent bfbfe94 commit 06c403e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 101 deletions.
23 changes: 0 additions & 23 deletions pkgs/applications/window-managers/sxhkd/unstable.nix

This file was deleted.

41 changes: 0 additions & 41 deletions pkgs/misc/emulators/dosbox/unstable.nix

This file was deleted.

31 changes: 0 additions & 31 deletions pkgs/tools/networking/isync/unstable.nix

This file was deleted.

6 changes: 0 additions & 6 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3490,7 +3490,6 @@ with pkgs;
ispike = callPackage ../development/libraries/science/robotics/ispike { };

isync = callPackage ../tools/networking/isync { };
isyncUnstable = callPackage ../tools/networking/isync/unstable.nix { };

jaaa = callPackage ../applications/audio/jaaa { };

Expand Down Expand Up @@ -15987,8 +15986,6 @@ with pkgs;

bspwm = callPackage ../applications/window-managers/bspwm { };

bspwm-unstable = callPackage ../applications/window-managers/bspwm/unstable.nix { };

btops = callPackage ../applications/window-managers/btops { };

bvi = callPackage ../applications/editors/bvi { };
Expand Down Expand Up @@ -18231,8 +18228,6 @@ with pkgs;

sxhkd = callPackage ../applications/window-managers/sxhkd { };

sxhkd-unstable = callPackage ../applications/window-managers/sxhkd/unstable.nix { };

mpop = callPackage ../applications/networking/mpop {
inherit (darwin.apple_sdk.frameworks) Security;
};
Expand Down Expand Up @@ -21987,7 +21982,6 @@ with pkgs;
dell-530cdn = callPackage ../misc/drivers/dell-530cdn {};

dosbox = callPackage ../misc/emulators/dosbox { };
dosbox-unstable = callPackage ../misc/emulators/dosbox/unstable.nix { };

dpkg = callPackage ../tools/package-management/dpkg { };

Expand Down

0 comments on commit 06c403e

Please sign in to comment.