Loading pkgs/tools/misc/hyfetch/default.nix→pkgs/by-name/hy/hyfetch/package.nix +20 −14 Original line number Diff line number Diff line { lib , fetchFromGitHub , python3 { lib, fetchFromGitHub, python3Packages, }: python3.pkgs.buildPythonApplication rec { python3Packages.buildPythonApplication rec { pname = "hyfetch"; version = "1.4.11"; format = "setuptools"; version = "1.99.0"; pyproject = true; src = fetchFromGitHub { owner = "hykilpikonna"; repo = "hyfetch"; rev = "refs/tags/${version}"; hash = "sha256-xzN/tbS5BUvpKeozesE99gNp3NRDjvf4Qx7BHLc4svo="; hash = "sha256-GL1/V+LgSXJ4b28PfinScDrJhU9VDa4pVi24zWEzbAk="; }; propagatedBuildInputs = with python3.pkgs; [ typing-extensions setuptools build-system = [ python3Packages.setuptools ]; dependencies = [ python3Packages.typing-extensions ]; # No test available Loading @@ -27,7 +30,7 @@ python3.pkgs.buildPythonApplication rec { "hyfetch" ]; meta = with lib; { meta = { description = "neofetch with pride flags <3"; longDescription = '' HyFetch is a command-line system information tool fork of neofetch. Loading @@ -39,8 +42,11 @@ python3.pkgs.buildPythonApplication rec { icon set you are using, etc. ''; homepage = "https://github.com/hykilpikonna/HyFetch"; license = licenses.mit; license = lib.licenses.mit; mainProgram = "hyfetch"; maintainers = with maintainers; [ yisuidenghua ]; maintainers = with lib.maintainers; [ yisuidenghua isabelroses ]; }; } pkgs/top-level/all-packages.nix +0 −2 Original line number Diff line number Diff line Loading @@ -37090,8 +37090,6 @@ with pkgs; hplipWithPlugin = hplip.override { withPlugin = true; }; hyfetch = callPackage ../tools/misc/hyfetch { }; hyperfine = callPackage ../tools/misc/hyperfine { inherit (darwin.apple_sdk.frameworks) Security; }; Loading
pkgs/tools/misc/hyfetch/default.nix→pkgs/by-name/hy/hyfetch/package.nix +20 −14 Original line number Diff line number Diff line { lib , fetchFromGitHub , python3 { lib, fetchFromGitHub, python3Packages, }: python3.pkgs.buildPythonApplication rec { python3Packages.buildPythonApplication rec { pname = "hyfetch"; version = "1.4.11"; format = "setuptools"; version = "1.99.0"; pyproject = true; src = fetchFromGitHub { owner = "hykilpikonna"; repo = "hyfetch"; rev = "refs/tags/${version}"; hash = "sha256-xzN/tbS5BUvpKeozesE99gNp3NRDjvf4Qx7BHLc4svo="; hash = "sha256-GL1/V+LgSXJ4b28PfinScDrJhU9VDa4pVi24zWEzbAk="; }; propagatedBuildInputs = with python3.pkgs; [ typing-extensions setuptools build-system = [ python3Packages.setuptools ]; dependencies = [ python3Packages.typing-extensions ]; # No test available Loading @@ -27,7 +30,7 @@ python3.pkgs.buildPythonApplication rec { "hyfetch" ]; meta = with lib; { meta = { description = "neofetch with pride flags <3"; longDescription = '' HyFetch is a command-line system information tool fork of neofetch. Loading @@ -39,8 +42,11 @@ python3.pkgs.buildPythonApplication rec { icon set you are using, etc. ''; homepage = "https://github.com/hykilpikonna/HyFetch"; license = licenses.mit; license = lib.licenses.mit; mainProgram = "hyfetch"; maintainers = with maintainers; [ yisuidenghua ]; maintainers = with lib.maintainers; [ yisuidenghua isabelroses ]; }; }
pkgs/top-level/all-packages.nix +0 −2 Original line number Diff line number Diff line Loading @@ -37090,8 +37090,6 @@ with pkgs; hplipWithPlugin = hplip.override { withPlugin = true; }; hyfetch = callPackage ../tools/misc/hyfetch { }; hyperfine = callPackage ../tools/misc/hyperfine { inherit (darwin.apple_sdk.frameworks) Security; };