Skip to content

Commit f82db33

Browse files
committed
qxw: remove
1 parent 9fb2ae4 commit f82db33

File tree

3 files changed

+1
-34
lines changed

3 files changed

+1
-34
lines changed

pkgs/applications/editors/qxw/default.nix

Lines changed: 0 additions & 32 deletions
This file was deleted.

pkgs/top-level/aliases.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -984,6 +984,7 @@ mapAliases {
984984
quicklispPackagesFor = throw "Lisp packages have been redesigned. See 'lisp-modules' in the nixpkgs manual."; # Added 2024-05-07
985985
quicklispPackagesGCL = throw "Lisp packages have been redesigned. See 'lisp-modules' in the nixpkgs manual."; # Added 2024-05-07
986986
quicklispPackagesSBCL = throw "Lisp packages have been redesigned. See 'lisp-modules' in the nixpkgs manual."; # Added 2024-05-07
987+
qxw = throw "'qxw' has been removed due to lack of maintenance upstream. Consider using 'crosswords' instead"; # Added 2024-10-19
987988

988989
### R ###
989990

pkgs/top-level/all-packages.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32057,8 +32057,6 @@ with pkgs;
3205732057
inherit (__splicedPackages.libsForQt5) qtbase qtwebengine wrapQtAppsHook qtwayland;
3205832058
};
3205932059

32060-
qxw = callPackage ../applications/editors/qxw { };
32061-
3206232060
rakarrack = callPackage ../applications/audio/rakarrack {
3206332061
fltk = fltk13;
3206432062
};

0 commit comments

Comments
 (0)