Commit ff93ab8b authored by Justin Restivo's avatar Justin Restivo
Browse files

qes: drop

parent 35a02217
Loading
Loading
Loading
Loading

pkgs/by-name/qe/qes/package.nix

deleted100644 → 0
+0 −27
Original line number Diff line number Diff line
{
  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 −0
Original line number Diff line number Diff line
@@ -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