File tree Expand file tree Collapse file tree 3 files changed +1
-34
lines changed Expand file tree Collapse file tree 3 files changed +1
-34
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 };
You can’t perform that action at this time.
0 commit comments