Skip to content

Commit

Permalink
awesome-4-0: remove
Browse files Browse the repository at this point in the history
  • Loading branch information
jyooru committed May 5, 2022
1 parent 0ab6bce commit ae75c14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions pkgs/top-level/aliases.nix
Expand Up @@ -92,6 +92,7 @@ mapAliases ({
aucdtect = throw "aucdtect: Upstream no longer provides download urls"; # Added 2020-12-26
avldrums-lv2 = x42-avldrums; # Added 2020-03-29
avxsynth = throw "avxsynth was removed because it was broken"; # Added 2021-05-18
awesome-4-0 = awesome; # Added 2022-05-05
aws-okta = throw "aws-okta is on indefinite hiatus. See https://github.com/segmentio/aws-okta/issues/278"; # Added 2022-04-05;
azureus = throw "azureus is now known as vuze and the version in nixpkgs was really outdated"; # Added 2021-08-02

Expand Down
3 changes: 1 addition & 2 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -25252,11 +25252,10 @@ with pkgs;

avrdudess = callPackage ../applications/misc/avrdudess { };

awesome-4-0 = callPackage ../applications/window-managers/awesome {
awesome = callPackage ../applications/window-managers/awesome {
cairo = cairo.override { xcbSupport = true; };
inherit (texFunctions) fontsConf;
};
awesome = awesome-4-0;

awesomebump = libsForQt5.callPackage ../applications/graphics/awesomebump { };

Expand Down

0 comments on commit ae75c14

Please sign in to comment.