diff --git a/pkgs/by-name/gj/gjay/package.nix b/pkgs/by-name/gj/gjay/package.nix deleted file mode 100644 index b58e8ba492e8..000000000000 --- a/pkgs/by-name/gj/gjay/package.nix +++ /dev/null @@ -1,44 +0,0 @@ -{ - lib, - stdenv, - fetchurl, - pkg-config, - dbus-glib, - audacious, - gtk2, - gsl, - libaudclient, - libmpdclient, -}: - -stdenv.mkDerivation rec { - pname = "gjay"; - version = "0.3.2"; - - src = fetchurl { - url = "mirror://sourceforge/project/gjay/${pname}-${version}.tar.gz"; - sha256 = "1a1vv4r0vnxjdyl0jyv7gga3zfd5azxlwjm1l6hjrf71lb228zn8"; - }; - - nativeBuildInputs = [ pkg-config ]; - - buildInputs = [ - libmpdclient - dbus-glib - audacious - gtk2 - gsl - libaudclient - ]; - - hardeningDisable = [ "format" ]; - - meta = with lib; { - description = "Generates playlists such that each song sounds good following the previous song"; - homepage = "https://gjay.sourceforge.net/"; - license = licenses.gpl2Plus; - maintainers = with maintainers; [ pSub ]; - platforms = with platforms; linux; - mainProgram = "gjay"; - }; -} diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index a6cf0e2bdd4d..b8373f1857bf 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -737,6 +737,7 @@ mapAliases { ghostwriter = makePlasma5Throw "ghostwriter"; # Added 2023-03-18 git-annex-utils = throw "'git-annex-utiks' has been removed as it is unmaintained"; # Added 2025-05-18 git-codeowners = throw "'git-codeowners' has been removed due to lack of upstream maintenance"; # Added 2025-01-25 + gjay = throw "'gjay' has been removed as it is unmaintained upstream"; # Added 2025-05-25 gmni = throw "gmni has been removed as it is no longer maintained upstream"; # Added 2025-05-02 gmp5 = throw "'gmp5' has been removed as it is unmaintained. Consider using 'gmp' instead"; # Added 2024-10-28 gmpc = throw "'gmpc' has been removed due to lack of maintenance upstream. Consider using 'plattenalbum' instead"; # Added 2024-09-14