1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-04 03:25:02 +00:00
Commit graph

3241 commits

Author SHA1 Message Date
Mario Rodas cffb1cbcb2
Merge pull request #86286 from marsam/update-act
act: 0.2.7 -> 0.2.8
2020-04-29 05:40:38 -05:00
Jan Tojnar 2874eebfd2
Merge branch 'staging-next' into staging 2020-04-29 08:35:47 +02:00
Maximilian Bosch 7550ab98b0
libbfd: fix build
The patch to separate it from `binutils` didn't apply anymore after
updating `binutils` to 2.34[1].

[1] #85951
2020-04-29 00:47:53 +02:00
Jörg Thalheim 20e67f1fb8
Merge pull request #85535 from zowoq/gopackage
buildGoPackage: use $out instead of $bin
2020-04-28 12:55:09 +01:00
zowoq b5dc07a4b4 treewide: use $out instead of $bin with buildGoPackage 2020-04-28 20:30:29 +10:00
Mario Rodas 7b4aa95e6c
act: 0.2.7 -> 0.2.8 2020-04-28 04:20:00 -05:00
Jan Tojnar e89e2edc73
libusb-compat-0_1: rename from libusb 2020-04-28 05:33:41 +02:00
Frederik Rietdijk 80d069b157 Merge staging-next into staging 2020-04-27 19:36:01 +02:00
Florian Klink 4f27b45bb5 stlink: cmake is a nativeBuildInput 2020-04-27 12:19:12 +02:00
Florian Klink dd03e76f61 stlink: inline libusb-static
This is a stlink-specific detail, and doesn't need to be in
top-level.nix
2020-04-27 12:19:12 +02:00
Bernardo Meurer c5f602f5b7 binutils: 2.33.1 -> 2.34 2020-04-26 15:17:13 -07:00
Guillaume Bouchard efdb29597a binutils: 2.31.1 -> 2.33.1
- I've removed the stack of patch linked to
https://sourceware.org/bugzilla/show_bug.cgi?id=23428 . The associated
issue says it is closed and targeted for 2.32.

- I've ugraded the "no_plugin" patch. The logic changed in
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commitdiff;h=41f37a6fb71f2a3de388108f5cdfca9cbe6e9d51
and I tried to keep the same logic by disabling everything.

It closes https://github.com/NixOS/nixpkgs/issues/78197
2020-04-26 15:17:12 -07:00
ryneeverett 30328c3c33 ycmd: typescript completion support
Link the already-packaged typescript package so that ycmd will support
completions for javascript and typescript filetypes.

The structure of these installation directories is "documented" here:
<https://github.com/ycm-core/ycmd/blob/master/build.py>.

I don't completely understand why the language support is passed as
optional attrs Is it because folks want to build leaner packages and
pass null or because they want to target particular dependencies? At any
rate I followed the pattern.
2020-04-24 19:02:31 +00:00
Nick Hu 540bbf43a6
remarkable-toolchain: init at 1.8-23.9.2019 2020-04-24 00:22:03 +01:00
symphorien 9aa4a4c722
texlab: 1.10.0 -> 2.0.0 (#85700)
https://github.com/latex-lsp/texlab/releases/tag/v2.0.0
2020-04-22 13:49:29 -04:00
Vladimír Čunát d96487b9ca
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1582510
2020-04-18 07:42:26 +02:00
Jan Tojnar 3d8e436917
Merge branch 'master' into staging-next 2020-04-16 10:09:43 +02:00
Maximilian Bosch ef80b6324b
hydra*: add passthru.tests to reference VM-tests 2020-04-16 01:01:31 +02:00
Maximilian Bosch 6f6c08af30
hydra-unstable: 2020-04-07 -> 2020-04-16 2020-04-16 01:01:08 +02:00
xrelkd 806a0596ea tokei: 11.0.0 -> 11.1.0 2020-04-14 11:24:55 +08:00
Jan Tojnar a04625379a
Merge branch 'master' into staging-next 2020-04-13 18:50:35 +02:00
Eric Dallo 08b6b04350
clojure-lsp: 20200314T202821 -> 20200412T033138 2020-04-12 20:34:23 -03:00
zowoq 665369a205 go-md2man: 1.0.6 -> 2.0.0 2020-04-12 17:26:12 +10:00
Maximilian Bosch 43020a8692
Merge pull request #84986 from r-ryantm/auto-update/strace
strace: 5.5 -> 5.6
2020-04-11 14:07:02 +02:00
R. RyanTM e304f9d69b strace: 5.5 -> 5.6 2020-04-11 11:42:08 +00:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Jan Tojnar 1ab03c3a76
Merge branch 'master' into staging-next 2020-04-10 12:12:56 +02:00
Maximilian Bosch e8a4b9fe9b
Merge pull request #84501 from Ma27/bump-hydra
hydra: 2020-03-24 -> 2020-04-07
2020-04-08 20:08:29 +02:00
Samuel Leathers 72cb7f81fd
Merge pull request #81442 from manveru/bundler-2.1.4
bundler: 1.17.3 -> 2.1.4
2020-04-08 12:44:54 -04:00
Maximilian Bosch 0f5c38feed
hydra: 2020-03-24 -> 2020-04-07
Also removed `pkgs.hydra-flakes` since flake-support has been merged
into master[1]. Because of that, `pkgs.hydra-unstable` is now compiled
against `pkgs.nixFlakes` and currently requires a patch since Hydra's
master doesn't compile[2] atm.

[1] https://github.com/NixOS/hydra/pull/730
[2] https://github.com/NixOS/hydra/pull/732
2020-04-07 14:11:12 +02:00
Michael Fellinger f92600b406
update versions in Gemfile.lock 2020-04-06 15:02:13 +02:00
Jakub Kądziołka 2c40ba774d
patchelf: Fix homepage URL
Since this commit on nixos-homepage, the homepage was 404-ing:
179733c176
2020-04-06 14:08:11 +02:00
Frederik Rietdijk 2420184727 Merge staging into staging-next 2020-04-06 08:54:28 +02:00
Maximilian Bosch 1ca8ee8111
Merge pull request #84296 from catern/hydrauri
hydra: add dep on perlPackages.CatalystPluginSmartURI
2020-04-05 18:29:54 +02:00
Spencer Baugh ed10432541 hydra: add dep on perlPackages.CatalystPluginSmartURI
This plugin allows configuring the URLs generated by Catalyst (and
therefore by Hydra) to be relative instead of absolute, which makes it
automatically behave correctly when Hydra is accessed both directly
and behind a reverse proxy.
2020-04-04 20:02:09 -04:00
Lancelot SIX a44ac81f46 automake: 1.16.1 -> 1.16.2 2020-04-03 22:12:02 +02:00
R. RyanTM 88a6078e18 help2man: 1.47.12 -> 1.47.13 2020-04-03 22:11:35 +02:00
Jörg Thalheim 2bec129116 itstool: use wrapPython to fix double shebang on macOS 2020-04-03 22:05:53 +02:00
Burke Libbey da7ac56575 itstool: fix double-shebang issue on macOS 2020-04-03 22:05:53 +02:00
Frederik Rietdijk 92124ed660 Merge master into staging-next 2020-04-03 21:54:40 +02:00
hlolli 38b7aff170
fix strace-graph shebang which points to perl 2020-04-02 22:24:50 +02:00
Mario Rodas cade2fba96
Merge pull request #84024 from r-ryantm/auto-update/terracognita
terracognita: 0.3.0 -> 0.4.0
2020-04-01 20:03:22 -05:00
R. RyanTM 7ce6949f65 terracognita: 0.3.0 -> 0.4.0 2020-04-01 19:59:53 +00:00
Jörg Thalheim 4e3958fff8
Merge pull request #83949 from r-ryantm/auto-update/clojure-lsp
clojure-lsp: 20200305T151710 -> 20200314T202821
2020-04-01 13:22:03 +01:00
Jörg Thalheim deb5e89c33
clojure-lsp: add smoke test 2020-04-01 13:18:07 +01:00
Jörg Thalheim f615df5c6e
clojure-lsp: fix java shebang 2020-04-01 13:09:51 +01:00
R. RyanTM d4f2f039c1 clojure-lsp: 20200305T151710 -> 20200314T202821 2020-04-01 09:52:22 +00:00
R. RyanTM 926b31c244 act: 0.2.6 -> 0.2.7 2020-04-01 07:33:38 +00:00
Jan Tojnar 3e0f4e202f
Merge branch 'master' into staging-next 2020-03-31 21:32:15 +02:00
Jonathan Ringer 10993853d4 lit: passthru python interpreter 2020-03-31 10:54:56 -07:00
Jonathan Ringer 239343c6c3 lit: use python3 2020-03-31 10:54:56 -07:00
R. RyanTM 5a34c9946f lit: 0.8.0 -> 0.9.0 2020-03-31 10:54:56 -07:00
Jon 18abe3a09c
Merge pull request #83847 from r-ryantm/auto-update/gdbgui
gdbgui: 0.13.1.1 -> 0.13.2.0
2020-03-30 22:30:35 -07:00
R. RyanTM 0474424904 whatstyle: 0.1.7 -> 0.1.8 2020-03-30 22:28:20 -07:00
R. RyanTM 1e78891e85 gdbgui: 0.13.1.1 -> 0.13.2.0 2020-03-31 04:57:29 +00:00
Jörg Thalheim 0322dc52b8
hydra-cli: fix strict deps build 2020-03-29 12:37:24 +01:00
Jan Tojnar dc88e94ff1
hydra-unstable: Fix eval with allowAliases = false
* Catalyst::Plugin::Unicode::Encoding has been merged into Catalyst::Runtime
* Test::More is apparently part of Perl core modules since 5.6.2
2020-03-29 00:50:16 +01:00
Jan Tojnar fa4e1bbe07
Merge branch 'master' into staging-next
Fix eval of nixos/nginx
2020-03-29 00:35:29 +01:00
Graham Christensen 4d226bad77
Merge pull request #83600 from Ma27/hydra-two-stage-deploy
hydra: 2020-02-06 -> 2020-03-{24,27}
2020-03-28 19:18:10 -04:00
Maximilian Bosch bd5324c4fc
hydra: 2020-02-06 -> 2020-03-{24,27}
Upgrades Hydra to the latest master/flake branch. To perform this
upgrade, it's needed to do a non-trivial db-migration which provides a
massive performance-improvement[1].

The basic ideas behind multi-step upgrades of services between NixOS versions
have been gathered already[2]. For further context it's recommended to
read this first.

Basically, the following steps are needed:

* Upgrade to a non-breaking version of Hydra with the db-changes
  (columns are still nullable here). If `system.stateVersion` is set to
  something older than 20.03, the package will be selected
  automatically, otherwise `pkgs.hydra-migration` needs to be used.

* Run `hydra-backfill-ids` on the server.

* Deploy either `pkgs.hydra-unstable` (for Hydra master) or
  `pkgs.hydra-flakes` (for flakes-support) to activate the optimization.

The steps are also documented in the release-notes and in the module
using `warnings`.

`pkgs.hydra` has been removed as latest Hydra doesn't compile with
`pkgs.nixStable` and to ensure a graceful migration using the newly
introduced packages.

To verify the approach, a simple vm-test has been added which verifies
the migration steps.

[1] https://github.com/NixOS/hydra/pull/711
[2] https://github.com/NixOS/nixpkgs/pull/82353#issuecomment-598269471
2020-03-28 23:33:25 +01:00
Frederik Rietdijk a36be028f5 Merge staging-next into staging 2020-03-28 21:15:15 +01:00
Jörg Thalheim 066db11215
Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin"
This reverts commit 4e6bf03504, reversing
changes made to afd997aab6.

Instead we propagate those frameworks from the compiler again
2020-03-27 07:33:21 +00:00
Julien Dehos 6ecb9ceda4 gede: 2.15.4 -> 2.16.2 2020-03-25 14:30:45 +01:00
Orivej Desh 1b89aa3f7a Merge branch 'master' into staging 2020-03-23 00:53:16 +00:00
Maximilian Bosch ba3bd7f87b
Merge pull request #83143 from r-ryantm/auto-update/intel-gpu-tools
intel-gpu-tools: 1.24 -> 1.25
2020-03-22 23:11:27 +01:00
R. RyanTM 77dca14031 intel-gpu-tools: 1.24 -> 1.25 2020-03-22 15:36:46 +00:00
Mario Rodas 4e6bf03504
Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin
treewide: fix buildGoModule packages on darwin
2020-03-22 08:13:37 -05:00
Elis Hirwing 96502b1904
Merge pull request #83110 from flokli/drush-php73
drush: build with php73
2020-03-22 11:50:33 +01:00
Florian Klink 382e751a68 drush: still needs php 7.3
If invoked with php 7.4 on a up2date Drupal 7 installation, drush
complains with a deprecation warning, that swallows all legit output:

> drush uli
Deprecated function: Array and string offset access syntax with curly braces is   [error]
deprecated in include_once() (line 20 of
/var/www/…/htdocs/includes/file.phar.inc).

Use php7.3 when invoking drush.
2020-03-22 01:27:58 +01:00
Florian Klink 3b3e2c080f drush: fix buildInputs / nativeBuildInputs
`makeWrapper` is a nativeBuildInput, and `php` and `which` are actually
only needed when constructing the wrapper, but no `buildInputs`.
2020-03-22 01:26:24 +01:00
Pascal Hertleif bdddf3c07f tokei: 10.1.2 -> 11.0.0 2020-03-21 16:01:36 +01:00
Mario Rodas e55240ee9a terracognita: fix build on darwin 2020-03-21 06:15:00 -05:00
Mario Rodas 5ba0036271 reviewdog: fix build on darwin 2020-03-21 06:13:00 -05:00
Mario Rodas e0757cf88a mkcert: fix build on darwin 2020-03-21 05:46:00 -05:00
Mario Rodas 26f5b0ed8f go-license-detector: fix build on darwin 2020-03-21 05:05:00 -05:00
Mario Rodas 6552397b67 editorconfig-checker: fix build on darwin 2020-03-21 05:00:00 -05:00
Mario Rodas e00ccb36b8 circleci-cli: fix build on darwin 2020-03-21 04:33:00 -05:00
Mario Rodas 7e03d4416b act: fix build on darwin 2020-03-21 04:22:00 -05:00
Matthew Bauer 67b0ddf3f3 Merge remote-tracking branch 'origin/staging' into mb-cross-fixes-march-2020 2020-03-16 14:34:03 -04:00
Mario Rodas 99fc24ec57
Merge pull request #82528 from r-ryantm/auto-update/circleci-cli
circleci-cli: 0.1.6072 -> 0.1.6949
2020-03-15 22:48:51 -05:00
R. RyanTM 4e7d702bb9 cli11: 1.8.0 -> 1.9.0 2020-03-14 14:25:23 +01:00
R. RyanTM fda69ba628 circleci-cli: 0.1.6072 -> 0.1.6949 2020-03-14 04:11:16 +00:00
Maximilian Bosch 69d7cc5508
inotify-tools: 3.20.1 -> 3.20.2.2 2020-03-13 20:59:53 +01:00
Yannik Sander 5f45d51c8b act: 0.2.5 -> 0.2.6 2020-03-13 12:46:08 +01:00
Peter Hoeg 7b87ac3e31
Merge pull request #81499 from NixOS/u/teensy
teensy-loader-cli: 2.1 -> 2.1.20191110
2020-03-10 20:55:19 +08:00
Frederik Rietdijk 188c3a4d03 Merge staging-next into staging 2020-03-06 07:09:30 +01:00
Lancelot SIX 4e08586690 gdb: 8.3.1 -> 9.1
See https://www.gnu.org/software/gdb/download/ANNOUNCEMENT for release
information
2020-03-06 07:04:07 +01:00
Matthew Bauer bad6770d27 elfutils: remove unneeded custom cross build/install phase
This is no longer needed. elfutils compiles out of the box!
2020-03-05 20:38:30 -05:00
R. RyanTM 0c0f318685 go-license-detector: 3.0.2 -> 3.1.0 2020-03-05 15:06:03 -08:00
R. RyanTM ee85ecaed9 clojure-lsp: 20200121T234305 -> 20200305T151710 2020-03-05 17:28:58 +00:00
Mario Rodas 5acc63513f
Merge pull request #81663 from r-ryantm/auto-update/act
act: 0.2.4 -> 0.2.5
2020-03-03 22:15:30 -05:00
R. RyanTM 5e75ba3f42
act: 0.2.4 -> 0.2.5 2020-03-04 00:27:41 +00:00
André-Patrick Bubel bfbf3c5b09
travis: 1.8.10 -> 1.8.11 2020-03-02 21:23:47 +01:00
Vladimír Čunát 855f020404
Merge #79026: blackmagic: v1.6.1-317-gc9c8b08 -> v1.6.1-409-g7a595ea 2020-03-02 15:57:23 +01:00
Peter Hoeg 740ec9474e teensy-loader-cli: 2.1 -> 2.1.20191110
Add manpages and documentation.
2020-03-02 17:48:27 +08:00
Bernardo Meurer 81461cff5f
Revert "Merge pull request #79750 from doronbehar/update-luarocks"
This reverts commit 0566b5ce19, reversing
changes made to 4d6e3bf127.
2020-03-01 18:39:58 -08:00
Frederik Rietdijk 79217339d2 Merge master into staging-next 2020-02-29 15:29:11 +01:00
Vincent Laporte fca7f386db trv: remove at 0.1.3 2020-02-28 21:24:26 +01:00
Jan Tojnar bb701376cf
Merge branch 'master' into staging-next 2020-02-28 11:30:44 +01:00
Evan Stoll 5e895e535c ycmd: 2019-09-19 -> 2020-02-22
drop support for python2

ycmd dropped support for python2 with https://github.com/ycm-core/ycmd/pull/1382

youcompleteme dropped support for python2 with https://github.com/ycm-core/YouCompleteMe/pull/3566
2020-02-27 15:46:36 -08:00
Jon 5341720ca7 stlink: inline version info 2020-02-27 10:31:19 -08:00
R. RyanTM 2936fa8f1f stlink: 1.5.1 -> 1.6.0 2020-02-27 10:31:19 -08:00
Frederik Rietdijk ef156f7a8b Merge staging-next into staging 2020-02-27 10:15:34 +01:00
Mario Rodas 1da1afbbdc
Merge pull request #81141 from filalex77/act-0.2.4
act: 0.1.3 -> 0.2.4
2020-02-26 20:08:24 -05:00
Oleksii Filonenko a3c9bb7cd9 act: 0.1.3 -> 0.2.4 2020-02-26 22:14:15 +02:00
worldofpeace 0babf18003
Merge pull request #71378 from bb010g/git-my
git-my: init at 1.1.2
2020-02-26 15:54:16 +00:00
bb010g a7cb757af4 git-and-tools: canonicalize hyphenated names
Old intercaps names are aliased.

darcs-to-git: rename from darcsToGit
git-fast-export: rename from gitFastExport
git-remote-gcrypt: rename from gitRemoteGcrypt
hub-unstable: rename from hubUnstable
top-git: rename from topGit
2020-02-25 23:04:20 -08:00
Doron Behar 0c3ca28e8e sccache: 0.2.12 -> 0.2.13
Quote homepage URL.
2020-02-25 09:12:50 +02:00
tollb ad337f7f3a
gdb: Fix abort w/NIX_DEBUG_INFO_DIRS patch (#80929)
The current gdb patch to support NIX_DEBUG_INFO_DIRS fails if
the user attempts to change the debug file directory to a
value other than the default. For instance:

(gdb) set debug-file-directory /run/booted-system/sw/lib/debug

results in:

munmap_chunk(): invalid pointer
Aborted (core dumped)

To fix this issue, the debug_file_directory is allocated
with xstrdup so that a subsequent call to xfree will succeed.
2020-02-25 01:18:09 +00:00
Richard Marko 87057d9bdc blackmagic: add libusb, pkgconfig. expose pc-* (hosted) targets
Add myself to maintainers and change meta.platforms to platforms.linux
due to build failures on Darwin.
2020-02-20 11:07:17 +01:00
Richard Marko bb73acd27f blackmagic: v1.6.1-317-gc9c8b08 -> v1.6.1-409-g7a595ea 2020-02-20 11:03:21 +01:00
Mario Rodas eeb087bc61 terraform-lsp: 0.0.9 -> 0.0.10
Changelog: https://github.com/juliosueiras/terraform-lsp/releases/tag/v0.0.10
2020-02-19 15:36:06 +01:00
Mario Rodas f8e031b298
circleci-cli: 0.1.5879 -> 0.1.6072 2020-02-17 04:20:00 -05:00
Artemis Tosini 21bfc57dd9 tinyprog: fix pkg_resources crash 2020-02-16 23:30:56 +01:00
Benjamin Hipple dc851d4051 wishbone-utils: 0.2.8 -> 0.6.9
The upstreeam repository has moved its URL here:
https://github.com/xobs/wishbone-utils

This also contains some cleanup to make the cargo tarball checker find the cargo
lockfile in the source directory; see #79975 for details.
2020-02-16 09:35:01 -08:00
Benjamin Hipple 1c36f69b08 texlab: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-15 22:25:47 -08:00
Benjamin Hipple 07de659207 sccache: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-15 22:20:57 -08:00
Benjamin Hipple c0aca67f74 hydra-cli: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-15 21:58:52 -08:00
Lily Ballard 6c4228f7d1 tokei: 10.1.1 -> 10.1.2 2020-02-14 00:34:11 -08:00
Benjamin Hipple eb11feaa0b treewide: change fetchCargoTarball default to opt-out
Changes the default fetcher in the Rust Platform to be the newer
`fetchCargoTarball`, and changes every application using the current default to
instead opt out.

This commit does not change any hashes or cause any rebuilds. Once integrated,
we will start deleting the opt-outs and recomputing hashes.

See #79975 for details.
2020-02-13 22:41:37 -08:00
Kira Bruneau 0509ce6408
texlab: 1.9.0 -> 1.10.0 (#79885) 2020-02-13 22:35:02 -05:00
Will Dietz 3991c60b37
go-license-detector: init at 3.0.2 2020-02-12 20:35:11 -06:00
Doron Behar d4f09b6590 luarocks: 3.2.1 -> 3.3.1 2020-02-10 19:45:36 +02:00
Frederik Rietdijk 079622ef2d
Merge pull request #79628 from NixOS/staging-next
Staging next
2020-02-10 17:53:25 +01:00
Bjørn Forsman 14e842ec02 openocd: fix build with new glibc
Fixes this build error:

  In file included from src/helper/options.c:38:
  /nix/store/dl4h1p847f2rsrsfvlmm6cxxx7q21kxj-glibc-2.30-dev/include/sys/sysctl.h:21:2: error: #warning "The <sys/sysctl.h> header is deprecated and will be removed." [-Werror=cpp]
     21 | #warning "The <sys/sysctl.h> header is deprecated and will be removed."
        |  ^~~~~~~
  cc1: all warnings being treated as errors

Fixes: 48a997cd ("Merge #66528: glibc: 2.27 -> 2.30 (into staging)")
2020-02-10 16:27:08 +01:00
Ryan Mulligan d858defa7d
Merge pull request #79512 from r-ryantm/auto-update/gede
gede: 2.15.1 -> 2.15.4
2020-02-10 06:15:34 -08:00
Frederik Rietdijk ec3edaf7b5 Merge master into staging-next 2020-02-10 12:55:47 +01:00
R. RyanTM f8e7fec814 babeltrace: 1.5.7 -> 1.5.8 2020-02-09 16:53:11 +01:00
Frederik Rietdijk 8847d57763 Merge staging-next into staging 2020-02-09 09:18:17 +01:00
Frederik Rietdijk 03755ed59a Merge master into staging-next 2020-02-09 09:17:51 +01:00
Emily fec5ada328 tinyprog: 1.0.24.dev99+ga77f828 -> 1.0.24.dev114+g0zbrvvb 2020-02-08 23:00:07 -06:00
Maximilian Bosch 1d6bf54807
Merge pull request #79387 from Ma27/bump-hydra
hydra: 2019-11-13 -> 2020-02-06
2020-02-08 22:27:27 +01:00
R. RyanTM 658224c2c0 gede: 2.15.1 -> 2.15.4 2020-02-08 07:38:27 +00:00
Ryan Mulligan ba9f78f43c
Merge pull request #79420 from r-ryantm/auto-update/clojure-lsp
clojure-lsp: 20200117T215443 -> 20200121T234305
2020-02-07 14:03:42 -08:00
Frederik Rietdijk 5c92c0921a Merge staging-next into staging 2020-02-07 19:28:16 +01:00
Frederik Rietdijk 30f0909e3a Merge master into staging-next 2020-02-07 19:27:52 +01:00
R. RyanTM f961b117ba clojure-lsp: 20200117T215443 -> 20200121T234305 2020-02-07 07:10:36 +00:00
Maximilian Bosch 4e81b720eb
hydra: 2019-11-13 -> 2020-02-06 2020-02-06 21:19:46 +01:00
R. RyanTM 01505d11e0 help2man: 1.47.11 -> 1.47.12 2020-02-06 20:13:22 +01:00
Maximilian Bosch e511b614e0
strace: 5.4 -> 5.5
https://github.com/strace/strace/releases/tag/v5.5
2020-02-06 18:50:34 +01:00
Vladimír Čunát 48a997cd76
Merge #66528: glibc: 2.27 -> 2.30 (into staging)
Includes update of stdenv bootstap tools (for three main platforms)
and many package fixes with new glibc.
2020-02-05 13:41:09 +01:00
Frederik Rietdijk 76a439239e Merge master into staging-next 2020-02-05 10:28:52 +01:00
Florian Klink cbbb81c830
Merge pull request #79135 from dtzWill/fix/moby-now-linuxkit
moby: remove, merged into linuxkit in 2018
2020-02-05 01:09:15 +01:00
Will Dietz 3e83806771
moby: remove, merged into linuxkit in 2018
Don't alias linuxkit, as linuxkit is not a drop-in replacement.
Instead, throw with an explanation.
(thanks reviewers!)
2020-02-04 17:51:03 -06:00
Sergey Lukjanov 18daf2f6a5 editorconfig-checker: 2.0.2 -> 2.0.3 2020-02-03 10:24:17 -08:00
Frederik Rietdijk e4c28f78e7 Merge staging-next into staging 2020-02-02 15:33:13 +01:00
Maximilian Bosch ea8ae88f04
Merge branch 'staging' into glibc230 2020-02-01 17:42:03 +01:00
Marek Mahut fcd46443df
Merge pull request #78800 from yurrriq/update-scc
scc: 2.10.1 -> 2.11.0
2020-01-31 23:03:05 +01:00
Daiderd Jordan b984c227d2
cmake: remove CMAKE_OSX_DEPLOYMENT_TARGET overrides
We _do_ want minimum versions in our packages.
2020-01-31 21:52:12 +01:00
Daiderd Jordan 9b579843d4
treewide: use stdenv.macosVersionMin 2020-01-31 21:52:12 +01:00
R. RyanTM 8bcad60b8f yodl: 4.02.01 -> 4.02.02 2020-01-30 22:21:00 -08:00
worldofpeace ab9e0ea36e
Merge pull request #78654 from lovesegfault/arcanist-20190127
arcanist: 20190905 -> 20200127
2020-01-30 21:25:31 -05:00
Maximilian Bosch 8539d5f48f
argbash: fix build
* Fixed sourceRoot as it's not possible to write in a different
  store-path (`${src}` in this case).
* Patched shebangs to not use `/bin/bash`.
* Added `docutils` to nativeBuildInputs to fix build of the man-pages

See also https://hydra.nixos.org/build/110901127
2020-01-30 10:13:29 +01:00
Eric Bailey 187eefb7d8 scc: 2.10.1 -> 2.11.0 2020-01-29 19:42:48 -06:00
Maximilian Bosch 1a871171ce
avarice: remove
Broken for almost 2 years, doesn't build with recent
gcc (-> incompatible with latest glibc).
2020-01-28 20:11:01 +01:00
Maximilian Bosch 6b0cd9ad47
Merge branch 'staging' into glibc230
Conflicts:
	pkgs/applications/misc/vit/default.nix
2020-01-28 14:54:51 +01:00
Bernardo Meurer ea9bdc6bb7
arcanist: 20190905 -> 20200127 2020-01-27 19:19:40 -08:00
Silvan Mosberger 80a2740991
Merge pull request #78265 from Synthetica9/https-homepages
treewide: fix redirected urls
2020-01-27 15:00:53 +01:00
Matthieu Coudron 2edf9a0332 luarocks-nix: fix generation when missing license
vstruct rockspec doesnt contain a license, which made luarocks-nix
crash. Bump luarocks nix to fix this.
2020-01-25 19:39:28 +01:00
Maximilian Bosch ffe3f6db8f
intel-gpu-tools: 1.23 -> 1.24, fix build w/glibc-2.30 2020-01-25 19:22:31 +01:00
Maximilian Bosch eddfcc32b4
Merge branch 'staging' into glibc230 2020-01-23 11:31:13 +01:00
Patrick Hilhorst 593e11fd94
treewide: fix redirected urls
According to https://repology.org/repository/nix_unstable/problems, we have a
lot of packages that have http links that redirect to https as their homepage.
This commit updates all these packages to use the https links as their
homepage.

The following script was used to make these updates:

```

curl https://repology.org/api/v1/repository/nix_unstable/problems \
    | jq '.[] | .problem' -r \
    | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \
    | sort | uniq > script.sed

find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```
2020-01-22 11:26:22 +01:00
Eric Dallo e2df20c217 clojure-lsp: 20200114T225020 -> 20200117T215443 2020-01-17 19:24:57 -03:00
Peter Hoeg 9290d1f4cb
Merge pull request #77695 from nyanloutre/usb-modeswitch
usb-modeswitch: fix configurable patch
2020-01-17 21:46:03 +08:00
Will Dietz f38e103411 elfinfo: 0.7.6 -> 1.0.1 2020-01-17 13:59:18 +01:00
Jörg Thalheim 15dbf5221f
pwndbg: 2019.01.25 -> 2019.12.09 (#77896)
pwndbg: 2019.01.25 -> 2019.12.09
2020-01-17 11:54:05 +00:00
R. RyanTM a4c0b61fe2 pwndbg: 2019.01.25 -> 2019.12.09 2020-01-17 10:03:41 +00:00
Mario Rodas fcba2da348
Merge pull request #77795 from marsam/update-reviewdog
reviewdog: 0.9.15 -> 0.9.17
2020-01-16 07:54:57 -05:00
Mario Rodas 7952248b58
reviewdog: 0.9.15 -> 0.9.17 2020-01-15 18:18:18 -05:00
Eric Dallo 97527050ac clojure-lsp: 20200109T185134 -> 20200114T225020 2020-01-15 19:15:59 -03:00
Luka Blaskovic 820a197b5f gnum4: fix build with glibc>=2.28 2020-01-14 08:26:59 +00:00
Peter Hoeg 41d333e024
Merge pull request #60981 from thefloweringash/usb-modeswitch
usb_modeswitch: fixes
2020-01-14 10:48:45 +08:00
Niklas Hambüchen 353ea7f3eb
Merge pull request #77105 from r-ryantm/auto-update/kdbg
kdbg: 3.0.0 -> 3.0.1
2020-01-12 05:22:45 +01:00
Niklas Hambüchen 852bd1b2f2 kdbg: Add QT pluging path wrapper.
Fixes error

    qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in ""
    This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

See #24256.
2020-01-12 05:20:39 +01:00
Mario Rodas aa561c6fb4
Merge pull request #77404 from ericdallo/update-clojure-lsp
clojure-lsp: 20200106T233511 -> 20200109T185134
2020-01-10 19:30:13 -05:00
Marek Mahut de26ac107f
Merge pull request #77413 from marsam/update-reviewdog
reviewdog: 0.9.14 -> 0.9.15
2020-01-10 16:31:50 +01:00
markuskowa 9473c080f5
Merge pull request #77305 from juliendehos/gede
gede: 2.14.1 -> 2.15.1
2020-01-10 13:23:49 +01:00
Julien Dehos 5aac98852e gede: 2.14.1 -> 2.15.1 2020-01-10 12:08:15 +01:00
Eric Dallo 42a23966ed clojure-lsp: 20200106T233511 -> 20200109T185134 2020-01-09 19:23:28 -03:00
Jaka Hudoklin 139daee494
Merge pull request #77073 from plumelo/auto-update/elasticsearch
elk stack: 7.3.1 -> 7.5.1
2020-01-09 09:48:24 +00:00
Mario Rodas eaa35a2518
Merge pull request #77154 from ericdallo/update-clojure-lsp
clojure-lsp: 20191223T204324 -> 20200106T233511
2020-01-08 05:32:00 -05:00
Mario Rodas 7da52a2bfd
Merge pull request #77062 from r-ryantm/auto-update/global
global: 6.6.3 -> 6.6.4
2020-01-08 04:59:45 -05:00
Mario Rodas 3228b9dbdc
reviewdog: 0.9.14 -> 0.9.15 2020-01-08 04:20:00 -05:00
Eric Dallo d474fc60aa clojure-lsp: 20191223T204324 -> 20200106T233511 2020-01-06 20:58:12 -03:00
Will Dietz 82bef497ad
pahole: 1.15 -> 1.16 2020-01-06 17:03:23 -06:00
R. RyanTM df40eb84a9 kdbg: 3.0.0 -> 3.0.1 2020-01-06 09:25:08 -08:00
vasile luta 62000eeecd kibana7: 7.3.1 -> 7.5.1 2020-01-06 15:21:55 +02:00
R. RyanTM 885fb1b61b global: 6.6.3 -> 6.6.4 2020-01-06 04:47:32 -08:00
Mario Rodas dff21b44cd
terracognita: 0.2.0 -> 0.3.0
Changelog: https://github.com/cycloidio/terracognita/releases/tag/v0.3.0
2020-01-04 04:20:00 -05:00
Frederik Rietdijk 7aa2b0215b Merge master into staging-next 2020-01-03 10:25:14 +01:00
Mario Rodas 7e8454fb85
Merge pull request #76443 from r-ryantm/auto-update/sysbench
sysbench: 1.0.18 -> 1.0.19
2020-01-03 03:43:17 -05:00
Florian Klink 1c9af6e7c1
Merge pull request #76621 from cab404/micronucleus
Added micronucleus
2020-01-02 22:54:32 +01:00
Frederik Rietdijk f08e3e38d4 Merge master into staging-next 2020-01-02 21:41:13 +01:00
Vladimir Serov 8e5b810ac8
micronucleus: fixed darwin build 2020-01-02 15:33:24 +03:00
Franz Pletz ff882242ea
Revert "Revert "openocd: Fix FTDI channel configuration for SheevaPlug""
This reverts commit b2623d3a9b. The revert
was an error since there was an override in my environment fetching a
more recent version of openocd.
2020-01-02 09:16:36 +01:00
Franz Pletz b2623d3a9b
Revert "openocd: Fix FTDI channel configuration for SheevaPlug"
This reverts commit 2b3975d5d2. Patch does
not apply cleanly.
2020-01-02 06:12:27 +01:00
Vladimir Serov 8c7473e203
micronucleus: init at 2.04 2020-01-02 01:58:54 +03:00
K. Bruneau 7efeca1721 texlab: 1.7.0 -> 1.9.0 (#76730)
This commit also removes texlab-citeproc since it was replaced with
citeproc-rs and is no longer available.
2019-12-31 17:28:48 -05:00
Jan Tojnar 0c2adc0fb1
Merge branch 'staging' into staging-next 2019-12-31 03:59:58 +01:00
Robin Gloster 6ca6ac796b
treewide: configureFlags is a flat list 2019-12-31 01:37:49 +01:00