mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
vscode-extensions.magic-racket: fix homepage
move meta to the end
This commit is contained in:
parent
0ffdd74547
commit
e5d5dd2c9f
1 changed files with 22 additions and 10 deletions
|
@ -1,5 +1,18 @@
|
|||
{ config, lib, buildEnv, callPackage, vscode-utils, asciidoctor, nodePackages, jdk, llvmPackages_8, nixpkgs-fmt, jq
|
||||
, shellcheck, moreutils, racket-minimal, clojure-lsp
|
||||
{ config
|
||||
, lib
|
||||
, buildEnv
|
||||
, callPackage
|
||||
, vscode-utils
|
||||
, asciidoctor
|
||||
, nodePackages
|
||||
, jdk
|
||||
, llvmPackages_8
|
||||
, nixpkgs-fmt
|
||||
, jq
|
||||
, shellcheck
|
||||
, moreutils
|
||||
, racket-minimal
|
||||
, clojure-lsp
|
||||
}:
|
||||
|
||||
let
|
||||
|
@ -533,14 +546,6 @@ let
|
|||
};
|
||||
|
||||
eugleo.magic-racket = buildVscodeMarketplaceExtension {
|
||||
meta = with lib; {
|
||||
changelog = "https://marketplace.visualstudio.com/items/evzen-wybitul.magic-racket/changelog";
|
||||
description = "The best coding experience for Racket in VS Code ";
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=evzen-wybitul.magic-racket";
|
||||
homepage = "https://github.com/Eugleo/magic-raket";
|
||||
license = licenses.agpl3Only;
|
||||
|
||||
};
|
||||
mktplcRef = {
|
||||
name = "magic-racket";
|
||||
publisher = "evzen-wybitul";
|
||||
|
@ -552,6 +557,13 @@ let
|
|||
cd "$out/$installPrefix"
|
||||
jq '.contributes.configuration.properties."magic-racket.general.racketPath".default = "${racket-minimal}/bin/racket"' package.json | sponge package.json
|
||||
'';
|
||||
meta = with lib; {
|
||||
changelog = "https://marketplace.visualstudio.com/items/evzen-wybitul.magic-racket/changelog";
|
||||
description = "The best coding experience for Racket in VS Code ";
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=evzen-wybitul.magic-racket";
|
||||
homepage = "https://github.com/Eugleo/magic-racket";
|
||||
license = licenses.agpl3Only;
|
||||
};
|
||||
};
|
||||
|
||||
file-icons.file-icons = buildVscodeMarketplaceExtension {
|
||||
|
|
Loading…
Reference in a new issue