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.donjayamanne.githistory: init at 0.6.14 #108584

Closed
wants to merge 1 commit into from
Closed

vscode-extensions.donjayamanne.githistory: init at 0.6.14 #108584

wants to merge 1 commit into from

Conversation

superherointj
Copy link
Contributor

Motivation for this change

Adding "donjayamanne.githistory" VSCode extension to Nixpkgs.

Things done

Tested in NixOS, x86-64-bit.

Note

I have added myself as a contributor here:
#108582
If that PR is not accepted this PR will fail for referencing a non-existing contributor.
I hope I have done things right. Let me know.
Thank you.

Comment on lines +99 to +112
meta = {
changelog = "https://marketplace.visualstudio.com/items/donjayamanne.githistory/changelog";
description = "Git History for Visual Studio Code";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=donjayamanne.githistory";
homepage = "https://github.com/DonJayamanne/gitHistoryVSCode/";
license = stdenv.lib.licenses.mit;
maintainers = [ maintainers.superherointj ];
};
mktplcRef = {
name = "githistory";
publisher = "donjayamanne";
sha256 = "11x116hzqnhgbryp2kqpki1z5mlnwxb0ly9r1513m5vgbisrsn0i";
version = "0.6.14";
};
Copy link
Contributor

Choose a reason for hiding this comment

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

generally meta always comes last

Suggested change
meta = {
changelog = "https://marketplace.visualstudio.com/items/donjayamanne.githistory/changelog";
description = "Git History for Visual Studio Code";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=donjayamanne.githistory";
homepage = "https://github.com/DonJayamanne/gitHistoryVSCode/";
license = stdenv.lib.licenses.mit;
maintainers = [ maintainers.superherointj ];
};
mktplcRef = {
name = "githistory";
publisher = "donjayamanne";
sha256 = "11x116hzqnhgbryp2kqpki1z5mlnwxb0ly9r1513m5vgbisrsn0i";
version = "0.6.14";
};
mktplcRef = {
name = "githistory";
publisher = "donjayamanne";
sha256 = "11x116hzqnhgbryp2kqpki1z5mlnwxb0ly9r1513m5vgbisrsn0i";
version = "0.6.14";
};
meta = {
changelog = "https://marketplace.visualstudio.com/items/donjayamanne.githistory/changelog";
description = "Git History for Visual Studio Code";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=donjayamanne.githistory";
homepage = "https://github.com/DonJayamanne/gitHistoryVSCode/";
license = stdenv.lib.licenses.mit;
maintainers = [ maintainers.superherointj ];
};

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Added "meta" first because of alphabetical order. For automation routines this is desirable. It won't change order on automated update.

Comment on lines +99 to +106
meta = {
changelog = "https://marketplace.visualstudio.com/items/donjayamanne.githistory/changelog";
description = "Git History for Visual Studio Code";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=donjayamanne.githistory";
homepage = "https://github.com/DonJayamanne/gitHistoryVSCode/";
license = stdenv.lib.licenses.mit;
maintainers = [ maintainers.superherointj ];
};
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
meta = {
changelog = "https://marketplace.visualstudio.com/items/donjayamanne.githistory/changelog";
description = "Git History for Visual Studio Code";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=donjayamanne.githistory";
homepage = "https://github.com/DonJayamanne/gitHistoryVSCode/";
license = stdenv.lib.licenses.mit;
maintainers = [ maintainers.superherointj ];
};
meta = with stdenv.lib; {
changelog = "https://marketplace.visualstudio.com/items/donjayamanne.githistory/changelog";
description = "Git History for Visual Studio Code";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=donjayamanne.githistory";
homepage = "https://github.com/DonJayamanne/gitHistoryVSCode/";
license = licenses.mit;
maintainers = [ maintainers.superherointj ];
};
undefined variable 'maintainers' at /var/lib/ofborg/checkout/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/ofborg-evaluator-1/pkgs/misc/vscode-extensions/default.nix:105:27

@superherointj superherointj deleted the vscode-extensions branch January 7, 2021 00:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants