Loading pkgs/games/chiaki4deck/default.nix→pkgs/games/chiaki-ng/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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; Loading Loading @@ -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. Loading pkgs/top-level/aliases.nix +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading pkgs/top-level/all-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 { }; Loading
pkgs/games/chiaki4deck/default.nix→pkgs/games/chiaki-ng/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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; Loading Loading @@ -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. Loading
pkgs/top-level/aliases.nix +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
pkgs/top-level/all-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 { };