qes: drop

This commit is contained in:
Justin Restivo
2025-12-21 18:02:16 -05:00
parent 35a02217d3
commit ff93ab8b15
2 changed files with 1 additions and 27 deletions
-27
View File
@@ -1,27 +0,0 @@
{
lib,
stdenv,
fetchFromGitHub,
}:
stdenv.mkDerivation {
pname = "qes";
version = "0.0.2";
src = fetchFromGitHub {
owner = "koekeishiya";
repo = "qes";
rev = "ddedf008f0c38b134501ad9f328447b671423d34"; # no tag
sha256 = "1w9ppid7jg6f4q7pq40lhm0whg7xmnxcmf3pb9xqfkq2zj2f7dxv";
};
makeFlags = [ "BUILD_PATH=$(out)/bin" ];
meta = {
description = "Quartz Event Synthesizer";
homepage = "https://github.com/koekeishiya/qes";
platforms = lib.platforms.darwin;
maintainers = with lib.maintainers; [ lnl7 ];
license = lib.licenses.mit;
};
}
+1
View File
@@ -1376,6 +1376,7 @@ mapAliases {
pythonFull = throw "'pythonFull' previously pointed to Python 2; use `python3` or `python2Full` if necessary"; # Converted to throw 2025-10-27
pythonPackages = throw "`pythonPackages` previously pointed to Python 2; use `python3Packages` or `python2.pkgs` if necessary"; # Converted to throw 2025-10-27
qcachegrind = throw "'qcachegrind' has been removed, as it depends on KDE Gear 5, which has reached EOL"; # Added 2025-08-20
qes = throw "'qes' has been removed, as it has been merged into shkd"; # Added 2025-12-21
qflipper = throw "'qflipper' has been renamed to/replaced by 'qFlipper'"; # Converted to throw 2025-10-27
qnial = throw "'qnial' has been removed due to failing to build and being unmaintained"; # Added 2025-06-26
qrscan = throw "qrscan has been removed, as it does not build with supported LLVM versions"; # Added 2025-08-19