Unverified Commit 6e774779 authored by Morgan Helton's avatar Morgan Helton
Browse files

chiaki4deck: rename to chiaki-ng

parent 7b0cb66a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -35,12 +35,12 @@
}:

stdenv.mkDerivation rec {
  pname = "chiaki4deck";
  pname = "chiaki-ng";
  version = "1.7.4";

  src = fetchFromGitHub {
    owner = "streetpea";
    repo = pname;
    repo = "chiaki-ng";
    rev = "v${version}";
    hash = "sha256-9EF+Mm6nZeo3XYH8KO7e22cJ4e9TWUEinhkm+Z213RU=";
    fetchSubmodules = true;
@@ -113,7 +113,7 @@ stdenv.mkDerivation rec {
  '';

  meta = with lib; {
    homepage = "https://streetpea.github.io/chiaki4deck/";
    homepage = "https://streetpea.github.io/chiaki-ng/";
    description = "Fork of Chiaki (Open Source Playstation Remote Play) with Enhancements for Steam Deck";
    # Includes OpenSSL linking exception that we currently have no way
    # to represent.
+1 −0
Original line number Diff line number Diff line
@@ -225,6 +225,7 @@ mapAliases ({
  chia = throw "chia has been removed. see https://github.com/NixOS/nixpkgs/pull/270254"; # Added 2023-11-30
  chia-dev-tools = throw "chia-dev-tools has been removed. see https://github.com/NixOS/nixpkgs/pull/270254"; # Added 2023-11-30
  chia-plotter = throw "chia-plotter has been removed. see https://github.com/NixOS/nixpkgs/pull/270254"; # Added 2023-11-30
  chiaki4deck = chiaki-ng; # Added 2024-08-04
  chkservice = throw "chkservice has been removed from nixpkgs, as it has been deleted upstream"; # Added 2024-01-08
  chocolateDoom = chocolate-doom; # Added 2023-05-01
  ChowCentaur = chow-centaur; # Added 2024-06-12
+1 −1
Original line number Diff line number Diff line
@@ -35928,7 +35928,7 @@ with pkgs;
  chiaki = libsForQt5.callPackage ../games/chiaki { };
  chiaki4deck = qt6Packages.callPackage ../games/chiaki4deck { };
  chiaki-ng = kdePackages.callPackage ../games/chiaki-ng { };
  chromium-bsu = callPackage ../games/chromium-bsu { };