svlint: init at 0.4.7
This commit is contained in:
parent
8272eff97a
commit
4e7728ea71
25
pkgs/development/tools/analysis/svlint/default.nix
Normal file
25
pkgs/development/tools/analysis/svlint/default.nix
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
{ lib
|
||||||
|
, rustPlatform
|
||||||
|
, fetchFromGitHub
|
||||||
|
}:
|
||||||
|
|
||||||
|
rustPlatform.buildRustPackage rec {
|
||||||
|
pname = "svlint";
|
||||||
|
version = "0.4.7";
|
||||||
|
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "dalance";
|
||||||
|
repo = "svlint";
|
||||||
|
rev = "v${version}";
|
||||||
|
sha256 = "0gn68achvhyxljvhw5rwraxjcgdwrl1bwbsn596ka15nrk4lwb34";
|
||||||
|
};
|
||||||
|
|
||||||
|
cargoSha256 = "0v94zsh4jhzjnqbkgwn8rjbs72i5cw2nmkwn7xhdbbwxh17a88x4";
|
||||||
|
|
||||||
|
meta = with lib; {
|
||||||
|
description = "SystemVerilog linter";
|
||||||
|
homepage = "https://github.com/dalance/svlint";
|
||||||
|
license = licenses.mit;
|
||||||
|
maintainers = with maintainers; [ trepetti ];
|
||||||
|
};
|
||||||
|
}
|
@ -11505,6 +11505,8 @@ in
|
|||||||
|
|
||||||
summon = callPackage ../development/tools/summon { };
|
summon = callPackage ../development/tools/summon { };
|
||||||
|
|
||||||
|
svlint = callPackage ../development/tools/analysis/svlint { };
|
||||||
|
|
||||||
swarm = callPackage ../development/tools/analysis/swarm { };
|
swarm = callPackage ../development/tools/analysis/swarm { };
|
||||||
|
|
||||||
swiftformat = callPackage ../development/tools/swiftformat { };
|
swiftformat = callPackage ../development/tools/swiftformat { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user