Skip to content

Commit f445597

Browse files
authored
quickbms: drop (#407888)
2 parents 6de61ee + 8e88815 commit f445597

File tree

3 files changed

+1
-50
lines changed

3 files changed

+1
-50
lines changed

pkgs/tools/archivers/quickbms/default.nix

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

pkgs/top-level/aliases.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1593,6 +1593,7 @@ mapAliases {
15931593
qtcurve = throw "'qtcurve' has been renamed to/replaced by 'libsForQt5.qtcurve'"; # Converted to throw 2024-10-17
15941594
qtile-unwrapped = python3.pkgs.qtile; # Added 2023-05-12
15951595
quantum-espresso-mpi = quantum-espresso; # Added 2023-11-23
1596+
quickbms = throw "'quickbms' has been removed due to being unmaintained for many years."; # Added 2025-05-17
15961597
quicklispPackages = throw "Lisp packages have been redesigned. See 'lisp-modules' in the nixpkgs manual."; # Added 2024-05-07
15971598
quicklispPackagesABCL = throw "Lisp packages have been redesigned. See 'lisp-modules' in the nixpkgs manual."; # Added 2024-05-07
15981599
quicklispPackagesCCL = throw "Lisp packages have been redesigned. See 'lisp-modules' in the nixpkgs manual."; # Added 2024-05-07

pkgs/top-level/all-packages.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4283,8 +4283,6 @@ with pkgs;
42834283

42844284
qlcplus = libsForQt5.callPackage ../applications/misc/qlcplus { };
42854285

4286-
quickbms = pkgsi686Linux.callPackage ../tools/archivers/quickbms { };
4287-
42884286
qdigidoc = libsForQt5.callPackage ../tools/security/qdigidoc { };
42894287

42904288
qjournalctl = libsForQt5.callPackage ../applications/system/qjournalctl { };

0 commit comments

Comments
 (0)