2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-22 21:53:32 +00:00
Commit Graph

47 Commits

Author SHA1 Message Date
Sebastien Bariteau
3a67ff5e6b consul: 1.6.2 -> 1.7.2 2020-04-05 17:58:57 -04:00
Niklas Hambüchen
2793252531 consul: 1.6.1 -> 1.6.2 2019-11-20 15:44:24 -08:00
Niklas Hambüchen
9641405a4a consul: 1.6.0 -> 1.6.1 2019-09-21 19:41:38 +02:00
Danielle Lancashire
0c6a81a8b1
consul: 1.5.2 -> 1.6.0 2019-08-31 22:05:41 +02:00
volth
46420bbaa3 treewide: name -> pname (easy cases) ()
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Niklas Hambüchen
361e2621c9 consul: 1.4.4 -> 1.5.2 2019-06-30 17:03:10 +02:00
Niklas Hambüchen
c7876f12e2 consul: 1.4.2 -> 1.4.4 2019-06-30 17:03:01 +02:00
Danylo Hlynskyi
7e8f04ab05
consul: 1.4.1 -> 1.4.2 () 2019-03-05 13:35:22 +02:00
Vincent Demeester
a73398d082
consul: 1.3.0 -> 1.4.1
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-01-28 15:10:22 +01:00
Niklas Hambüchen
2cb7f5fb1e consul: 0.9.3 -> 1.3.0.
Removes the old UI build tooling; it is no longer necessary
because as of 1.2.0 it's bundled into the server binary.
It doesn't even need to have JS built, because it's bundled into
the release commit's source tree (see ).

The UI is enabled by default, so the NixOS service is
updated to directly use `ui = webUi;` now.

Fixes .
Fixes .
Fixes .
Fixes .

Signed-off-by: Niklas Hambüchen <mail@nh2.me>
2018-11-03 18:39:46 +01:00
volth
52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
John Boehr
711f96ee1d
consul-ui: fix build
Update the dependencies used for building consul-ui. therubyracer
is no longer required and fails to build. Instead, a nodejs
binary is required to build the assets. Patch out unnecessary
executions of `bundle` which can cause failures.
2018-05-30 10:40:18 -07:00
Dan Peebles
b426c85ce2 Get rid of most @rpath nonsense on Darwin
This requires some small changes in the stdenv, then working around the
weird choice LLVM made to hardcode @rpath in its install name, and then
lets us remove a ton of annoying workaround hacks in many of our Go
packages. With any luck this will mean less hackery going forward.
2017-10-08 16:13:46 -04:00
Niklas Hambüchen
29b2830d6e consul: 0.7.5 -> 0.9.3 2017-09-28 01:04:18 +02:00
Daiderd Jordan
cc7b771fcf
consul: fix output cycle on darwin 2017-09-09 00:22:45 +02:00
mimadrid
09e0cc7cc7
Update homepage attributes: http -> https
Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated
https://repology.org/repository/nix_stable/problems
2017-08-03 11:56:15 +02:00
Silvan Mosberger
f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute ()
* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
2017-08-01 22:03:30 +02:00
Niklas Hambüchen
b03013cb32 Fix consul version being "unknown-unknown". Fixes .
See https://github.com/hashicorp/consul/blob/v0.7.5/scripts/build.sh#L44
for how consul's build script does it.
2017-04-04 00:51:56 +02:00
Pradeep Chhetri
7ab871b394 consul: 0.7.3 -> 0.7.5 2017-02-17 02:20:40 +01:00
Pradeep Chhetri
c6b0c8513d consul: 0.7.0 -> 0.7.3 2017-01-31 21:28:09 +05:30
Jörg Thalheim
f2d6af2339
consul: use gemdir 2017-01-18 00:52:50 +01:00
Robin Gloster
b6f7a02d65
consul: 0.6.4 -> 0.7.0 2016-09-18 23:47:56 +02:00
Kamil Chmielewski
8cd1d4cda5 buildGoPackage: use Go 1.6 by default 2016-06-09 13:08:10 +02:00
Kamil Chmielewski
7eb671ebcd no more goPackages 2016-06-09 13:08:00 +02:00
Kamil Chmielewski
24e9449450 consul: FIX consul-ui reference 2016-06-09 11:22:02 +02:00
Kamil Chmielewski
5db153b7a1 consul: extracted from goPackages 2016-06-09 11:22:02 +02:00
rushmorem
c9e315861e goPackages: use Go 1.6 by default 2016-06-07 15:08:03 +02:00
Nahum Shalman
fe07537efb consul: 0.5.2 -> 0.6.4 (using go 1.6)
consul: 0.5.2 -> 0.6.4 (using go 1.6)
consul-ui: 0.5.2 -> 0.6.4 (using go 1.6)
consul-alerts: 2015-08-09 -> 0.3.3 (using go 1.6)
consul-template: 0.9.0 -> 0.14.0 (using go 1.6)
vault: 0.2.0 -> 0.5.2 (using go 1.6)
2016-05-17 20:22:30 +00:00
William A. Kennington III
813f124471 consul-ui: Remove uneeded nodejs 2015-07-08 15:10:50 -07:00
William A. Kennington III
dae5b35463 ruby: Fixup libv8 versions 2015-07-08 15:10:50 -07:00
William A. Kennington III
1d7990b0e1 consul-ui: Update dependencies 2015-07-06 16:42:16 -07:00
William A. Kennington III
a6d5a2e442 consul-alerts: Make go-package 2015-05-18 19:45:19 -07:00
William A. Kennington III
f0d324c23a consul-template: Move to go-packages 2015-05-18 19:45:19 -07:00
William A. Kennington III
414b3f2909 consul: Move into the go-packages framework 2015-05-18 19:45:19 -07:00
William A. Kennington III
b866da6826 consul: Remove dependency on go-deps 2015-02-25 15:07:10 -08:00
William A. Kennington III
9240070334 consul: Update to 0.5.0 and consul_template: 0.7.0 2015-02-24 18:32:58 -08:00
Brian McKenna
69e75d0bfb Add consul-template package 2015-02-17 11:19:14 -07:00
Jaka Hudoklin
674a6dd8fb Add consul alerts 2015-02-07 22:03:23 +01:00
Charles Strahan
317d78d145 consule: use new bundlerEnv 2015-01-21 20:33:19 -05:00
Charles Strahan
94dd4b9721 ruby: WIP 2014-12-30 21:05:00 -05:00
Charles Strahan
145733c479 Merge branch 'master' of github.com:nixos/nixpkgs into pleasant-ruby
Conflicts:
	pkgs/applications/version-management/redmine/default.nix
	pkgs/development/interpreters/ruby/gem.nix
	pkgs/development/interpreters/ruby/generated.nix
	pkgs/development/interpreters/ruby/patches.nix
	pkgs/development/tools/vagrant/default.nix
	pkgs/servers/consul/default.nix
2014-12-28 14:29:52 -05:00
Charles Strahan
44cdf4eac7 bundixify consul-ui 2014-11-18 03:06:56 +00:00
William A. Kennington III
583ab7512d consul: 0.4.0 -> 0.4.1 2014-11-17 13:19:30 -08:00
Charles Strahan
cf8f4963a7 rename rubyLibs to rubyPackages 2014-11-09 22:16:58 +00:00
William A. Kennington III
65f103175e consul: 0.3.0 -> 0.4.0 2014-09-11 15:40:41 -07:00
Vladimír Čunát
b2a7b213be consul*: fix evaluation
CC .
2014-08-14 14:36:34 +02:00
Charles Strahan
749e73afc7 consul: new package 2014-06-25 14:40:26 -04:00