Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vscode-extensions.github.github-vscode-theme: 4.0.2 -> 4.1.1 #121734

Merged
merged 1 commit into from May 4, 2021

Conversation

dbirks
Copy link
Member

@dbirks dbirks commented May 4, 2021

Motivation for this change

A version 4.1.1 has been released:
https://github.com/primer/github-vscode-theme/releases/tag/v4.1.1

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

Result of nixpkgs-review run on x86_64-linux 1

1 package built:
  • vscode-extensions.github.github-vscode-theme

@r-rmcgibbo
Copy link

Result of nixpkgs-review pr 121734 at c4aff11 run on x86_64-linux 1

1 package built successfully:
  • vscode-extensions.github.github-vscode-theme
3 suggestions:
  • warning: missing-phase-hooks

    configurePhase should probably contain runHook preConfigure and runHook postConfigure.

    Near pkgs/misc/vscode-extensions/vscode-utils.nix:21:12:

       |
    21 |     inherit configurePhase buildPhase dontPatchELF dontStrip;
       |            ^
    
  • warning: missing-phase-hooks

    buildPhase should probably contain runHook preBuild and runHook postBuild.

    Near pkgs/misc/vscode-extensions/vscode-utils.nix:21:12:

       |
    21 |     inherit configurePhase buildPhase dontPatchELF dontStrip;
       |            ^
    
  • warning: build-tools-in-build-inputs

    unzip is a build tool so it likely goes to nativeBuildInputs, not buildInputs.

    Near pkgs/misc/vscode-extensions/vscode-utils.nix:25:5:

       |
    25 |     buildInputs = [ unzip ] ++ buildInputs;
       |     ^
    

Copy link
Contributor

@jonringer jonringer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

diff LGTM

https://github.com/NixOS/nixpkgs/pull/121734

1 package built:
vscode-extensions.github.github-vscode-theme

@jonringer jonringer merged commit 1a9fbc4 into NixOS:master May 4, 2021
@dbirks dbirks deleted the github-vscode-theme-4.1.1 branch May 4, 2021 23:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants