mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
gotags: extracted from goPackages
This commit is contained in:
parent
dc2bb06a1b
commit
ec9edbe172
18
pkgs/development/tools/gotags/default.nix
Normal file
18
pkgs/development/tools/gotags/default.nix
Normal file
@ -0,0 +1,18 @@
|
||||
# This file was generated by go2nix.
|
||||
{ stdenv, lib, goPackages, fetchgit, fetchhg, fetchbzr, fetchsvn }:
|
||||
|
||||
with goPackages;
|
||||
|
||||
buildGoPackage rec {
|
||||
name = "gotags-${version}";
|
||||
version = "20150803-${stdenv.lib.strings.substring 0 7 rev}";
|
||||
rev = "be986a34e20634775ac73e11a5b55916085c48e7";
|
||||
|
||||
goPackagePath = "github.com/jstemmer/gotags";
|
||||
|
||||
src = fetchgit {
|
||||
inherit rev;
|
||||
url = "https://github.com/jstemmer/gotags";
|
||||
sha256 = "071wyq90b06xlb3bb0l4qjz1gf4nnci4bcngiddfcxf2l41w1vja";
|
||||
};
|
||||
}
|
@ -11157,7 +11157,7 @@ in
|
||||
inherit (pkgs.kde4) kdelibs;
|
||||
};
|
||||
|
||||
gotags = goPackages.gotags.bin // { outputs = [ "bin" ]; };
|
||||
gotags = callPackage ../development/tools/gotags { };
|
||||
|
||||
golint = goPackages.lint.bin // { outputs = [ "bin" ]; };
|
||||
|
||||
|
@ -1281,14 +1281,6 @@ let
|
||||
sha256 = "0dnqbijdzp2dgsf6m934nadixqbv73q0zkqglaa956zzw0pyhcxp";
|
||||
};
|
||||
|
||||
gotags = buildFromGitHub {
|
||||
rev = "be986a34e20634775ac73e11a5b55916085c48e7";
|
||||
version = "2015-08-03";
|
||||
owner = "jstemmer";
|
||||
repo = "gotags";
|
||||
sha256 = "071wyq90b06xlb3bb0l4qjz1gf4nnci4bcngiddfcxf2l41w1vja";
|
||||
};
|
||||
|
||||
gosnappy = buildFromGitHub {
|
||||
rev = "ce8acff4829e0c2458a67ead32390ac0a381c862";
|
||||
owner = "syndtr";
|
||||
|
Loading…
Reference in New Issue
Block a user