Loading pkgs/by-name/am/amdgpu_top/package.nix +7 −4 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ libXrandr, libXi, libXcursor, nix-update-script, }: rustPlatform.buildRustPackage rec { Loading Loading @@ -51,13 +52,15 @@ rustPlatform.buildRustPackage rec { patchelf --set-rpath "${lib.makeLibraryPath buildInputs}" $out/bin/${pname} ''; meta = with lib; { passthru.updateScript = nix-update-script { }; meta = { description = "Tool to display AMDGPU usage"; homepage = "https://github.com/Umio-Yasuno/amdgpu_top"; changelog = "https://github.com/Umio-Yasuno/amdgpu_top/releases"; license = licenses.mit; maintainers = with maintainers; [ geri1701 ]; platforms = platforms.linux; license = lib.licenses.mit; maintainers = with lib.maintainers; [ geri1701 ]; platforms = lib.platforms.linux; mainProgram = "amdgpu_top"; }; } Loading
pkgs/by-name/am/amdgpu_top/package.nix +7 −4 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ libXrandr, libXi, libXcursor, nix-update-script, }: rustPlatform.buildRustPackage rec { Loading Loading @@ -51,13 +52,15 @@ rustPlatform.buildRustPackage rec { patchelf --set-rpath "${lib.makeLibraryPath buildInputs}" $out/bin/${pname} ''; meta = with lib; { passthru.updateScript = nix-update-script { }; meta = { description = "Tool to display AMDGPU usage"; homepage = "https://github.com/Umio-Yasuno/amdgpu_top"; changelog = "https://github.com/Umio-Yasuno/amdgpu_top/releases"; license = licenses.mit; maintainers = with maintainers; [ geri1701 ]; platforms = platforms.linux; license = lib.licenses.mit; maintainers = with lib.maintainers; [ geri1701 ]; platforms = lib.platforms.linux; mainProgram = "amdgpu_top"; }; }