Commit Graph

3629 Commits

Author SHA1 Message Date
s1341 3f1eb9524c pahole: 1.16 -> 1.17 2020-08-06 15:25:18 +03:00
Simonas Kazlauskas 3a64e5f72e
arcanist: 20200127 -> 20200711 (#93678)
Note that this arcanist bump introduces some breaking changes to the
tool interface.
2020-08-06 13:43:25 +02:00
Maximilian Bosch 349e11b63c
Merge pull request #94456 from r-ryantm/auto-update/argbash
argbash: 2.8.1 -> 2.9.0
2020-08-05 23:16:56 +02:00
Mario Rodas 7eebc670a0
reviewdog: 0.10.1 -> 0.10.2
https://github.com/reviewdog/reviewdog/releases/tag/v0.10.2
2020-08-04 22:38:40 -05:00
Vladimír Čunát 8bbc202208
Merge branch 'master' into staging-next 2020-08-04 21:37:39 +02:00
Maximilian Bosch ae9ab324b7
hydra-unstable: 2020-07-28 -> 2020-08-04
Moving just one patch forward to fix importing store-paths from
`hydra-queue-runner`[1]. The other patches[2] require a newer
`pkgs.nixUnstable` and can't be used currently due to this.

[1] https://github.com/NixOS/nixpkgs/pull/93945#issuecomment-668244478
[2] 77c33c1d71...4b5813051b
2020-08-04 15:29:09 +02:00
Frederik Rietdijk 50c060d13d Merge master into staging-next 2020-08-01 19:37:20 +02:00
R. RyanTM ed438d7986 argbash: 2.8.1 -> 2.9.0 2020-08-01 15:56:28 +00:00
Benjamin Hipple f715d5a341
Merge pull request #94383 from r-ryantm/auto-update/ccache
ccache: 3.7.10 -> 3.7.11
2020-07-31 21:11:30 -04:00
R. RyanTM b66b16420c ccache: 3.7.10 -> 3.7.11 2020-07-31 21:13:49 +00:00
Mario Rodas bb75c646ef
Merge pull request #94322 from r-ryantm/auto-update/terracognita
terracognita: 0.5.0 -> 0.5.1
2020-07-31 07:08:40 -05:00
Mario Rodas e33b74add0
Merge pull request #94324 from r-ryantm/auto-update/terraform-ls
terraform-ls: 0.4.0 -> 0.5.4
2020-07-31 07:07:03 -05:00
R. RyanTM b8d60df8dd terraform-ls: 0.4.0 -> 0.5.4 2020-07-31 11:16:03 +00:00
R. RyanTM 229ac0080f terracognita: 0.5.0 -> 0.5.1 2020-07-31 11:09:07 +00:00
Evan Stoll 54e20c2361 pythonPackages.gdbgui: 0.13.2.0 -> 0.13.2.1
- add eventlet to propagatedBuildInputs
- add homepage
- add gevent-websocket to propagatedBuildInputs

  Without gevent-websocket, this message is printed on start:
  "WARNING - WebSocket transport not available.
  Install gevent-websocket for improved performance."

  - Add gevent-websocket to propagatedBuildInputs to suppress the error
    message and supposedly improve performance
2020-07-31 00:46:59 -07:00
Matthew Bauer d0677e6d45 treewide: add warning comment to “boot” packages
This adds a warning to the top of each “boot” package that reads:

  Note: this package is used for bootstrapping fetchurl, and thus cannot
  use fetchpatch! All mutable patches (generated by GitHub or cgit) that
  are needed here should be included directly in Nixpkgs as files.

This makes it clear to maintainer that they may need to treat this
package a little differently than others. Importantly, we can’t use
fetchpatch here due to using <nix/fetchurl.nix>. To avoid having stale
hashes, we need to include patches that are subject to changing
overtime (for instance, gitweb’s patches contain a version number at
the bottom).
2020-07-31 08:56:53 +02:00
zowoq 3c5750d1cd buildGoModule packages: editorconfig fixes 2020-07-31 13:58:04 +10:00
Maximilian Bosch 821193277b
Merge pull request #93945 from ivan/hydra-unstable-fix
hydra-unstable: 2020-06-23 -> 2020-07-28
2020-07-30 23:46:57 +02:00
Will Dietz 4d8b20f568
lit: 0.9.0 -> 0.10.0 2020-07-29 00:53:47 -05:00
Ivan Kozik 0d7bdd6d8e hydra-unstable: 2020-06-23 -> 2020-07-28
This fixes the build:

config.status: creating hydra-config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing executable-scripts commands
building
build flags: -j8 -l8 SHELL=/nix/store/c4wxsn4jays9j31y5z9f83nr2cp7l4pa-bash-4.4-p23/bin/bash
make  all-recursive
make[1]: Entering directory '/build/source'
Making all in src
make[2]: Entering directory '/build/source/src'
Making all in hydra-evaluator
make[3]: Entering directory '/build/source/src/hydra-evaluator'
g++ -DHAVE_CONFIG_H -I. -I../..    -std=c++17 -I/nix/store/2xhb4hlskn33pbyph36v4wxcan56dnrw-boehm-gc-8.0.4-dev/include -I/nix/store/5rjgsqjdm71cflfb68q7m771a1rqcsk3-nix-2.4pre20200719_a79b6dd-dev/include/nix -Wall -I ../libhydra -Wno-deprecated-declarations -g -O2 -std=c++17 -include nix/config.h -c -o hydra_evaluator-hydra-evaluator.o `test -f 'hydra-evaluator.cc' || echo './'`hydra-evaluator.cc
hydra-evaluator.cc:27:27: error: template argument 1 is invalid
   27 |     std::unique_ptr<Config> config;
      |                           ^
hydra-evaluator.cc:27:27: error: template argument 2 is invalid
hydra-evaluator.cc: In constructor 'Evaluator::Evaluator()':
hydra-evaluator.cc:61:56: error: base operand of '->' is not a pointer
   61 |         , maxEvals(std::max((size_t) 1, (size_t) config->getIntOption("max_concurrent_evals", 4)))
      |                                                        ^~
hydra-evaluator.cc:60:44: error: invalid user-defined conversion from 'std::_MakeUniq<Config>::__single_object' {aka 'std::unique_ptr<Config, std::default_delete<Config> >'} to 'int' [-fpermissive]
   60 |         : config(std::make_unique<::Config>())
      |                  ~~~~~~~~~~~~~~~~~~~~~~~~~~^~
In file included from /nix/store/3krz9s8ni3bqy4hy35ycmq8assrrb4f6-gcc-9.3.0/include/c++/9.3.0/memory:80,
                 from /nix/store/d97d0wixvlprz59z57maqj1pmda55r3b-libpqxx-6.4.5/include/pqxx/binarystring.hxx:17,
                 from /nix/store/d97d0wixvlprz59z57maqj1pmda55r3b-libpqxx-6.4.5/include/pqxx/binarystring:4,
                 from /nix/store/d97d0wixvlprz59z57maqj1pmda55r3b-libpqxx-6.4.5/include/pqxx/pqxx:3,
                 from ../libhydra/db.hh:3,
                 from hydra-evaluator.cc:1:
/nix/store/3krz9s8ni3bqy4hy35ycmq8assrrb4f6-gcc-9.3.0/include/c++/9.3.0/bits/unique_ptr.h:374:16: note: candidate is: 'std::unique_ptr<_Tp, _Dp>::operator bool() const [with _Tp = Config; _Dp = std::default_delete<Config>]' <near match>
  374 |       explicit operator bool() const noexcept
      |                ^~~~~~~~
/nix/store/3krz9s8ni3bqy4hy35ycmq8assrrb4f6-gcc-9.3.0/include/c++/9.3.0/bits/unique_ptr.h:374:16: note:   return type 'bool' of explicit conversion function cannot be converted to 'int' with a qualification conversion
make[3]: *** [Makefile:440: hydra_evaluator-hydra-evaluator.o] Error 1
make[3]: Leaving directory '/build/source/src/hydra-evaluator'
make[2]: *** [Makefile:360: all-recursive] Error 1
make[2]: Leaving directory '/build/source/src'
make[1]: *** [Makefile:414: all-recursive] Error 1
make[1]: Leaving directory '/build/source'
make: *** [Makefile:344: all] Error 2
builder for '/nix/store/g967cc3j6rc3nnpx2s4klpr03ig9zzyp-hydra-2020-06-23.drv' failed with exit code 2
2020-07-28 23:40:41 +00:00
Mario Rodas 32a144c554
Merge pull request #94062 from r-ryantm/auto-update/elfinfo
elfinfo: 1.0.1 -> 1.1.0
2020-07-28 16:49:24 -05:00
Mario Rodas 2ea37a0fe6
Merge pull request #94025 from r-ryantm/auto-update/linuxkit
linuxkit: 0.7 -> 0.8
2020-07-28 12:49:36 -05:00
R. RyanTM 7ab5669bb9 elfinfo: 1.0.1 -> 1.1.0 2020-07-28 08:18:54 +00:00
Mario Rodas 67de12f991
linuxkit: use buildFlagsArray 2020-07-27 16:20:00 -05:00
R. RyanTM 405d540652 linuxkit: 0.7 -> 0.8 2020-07-27 19:30:08 +00:00
Vladimír Čunát 2b7c0dcdaa
Merge branch 'staging-next'
Rebuild on Hydra seems OK-ish.
mongodb.nix needed some conflict resolution (scons versions);
all four versions seem to build fine.
2020-07-25 16:18:40 +02:00
Jörg Thalheim af854940a6
Merge pull request #93750 from r-ryantm/auto-update/pwndbg 2020-07-24 17:24:08 +01:00
Martin Weinelt 579539103c
Merge pull request #93760 from r-ryantm/auto-update/tockloader
tockloader: 1.4.0 -> 1.5.0
2020-07-24 13:01:20 +02:00
R. RyanTM aecafd476e tockloader: 1.4.0 -> 1.5.0 2020-07-24 10:49:45 +00:00
R. RyanTM 069700e482 pwndbg: 2019.12.09 -> 2020.07.23 2020-07-24 07:59:14 +00:00
R. RyanTM b48de3b039 nix-build-uncached: 0.1.1 -> 1.0.0 2020-07-24 05:29:10 +00:00
Vladimír Čunát 7a5c6fee0f
Merge branch 'master' into staging-next
Some rebuilds, e.g. all of haskell.
Hydra nixpkgs: ?compare=1601713
2020-07-22 08:37:19 +02:00
Mario Rodas 127634e4af
Merge pull request #93554 from r-ryantm/auto-update/cproto
cproto: 4.7o -> 4.7p
2020-07-20 19:42:18 -05:00
Mario Rodas 849868fcb5
cproto: enable on darwin 2020-07-20 18:43:19 -05:00
R. RyanTM d59fa641b0 cproto: 4.7o -> 4.7p 2020-07-20 20:28:15 +00:00
R. RyanTM 65e6e68316 fswatch: 1.14.0 -> 1.15.0 2020-07-20 05:25:54 +00:00
Jan Tojnar 83442a3533
Merge branch 'master' into staging-next 2020-07-20 02:16:21 +02:00
Vladimír Čunát 956f3224fe
Merge #92128: wayland: documentation outputs (in staging) 2020-07-19 10:03:34 +02:00
Justin Gerhardt 2370ca0b26 stm32cubemx: 5.3.0 -> 5.6.1 2020-07-16 01:54:41 -04:00
Jan Tojnar 821dba740e
Merge branch 'staging-next' into staging 2020-07-15 09:29:01 +02:00
David Sawatzke 705dbe002d easypdkprog: 1.2 -> 1.3 2020-07-14 14:25:50 +02:00
Jonas Schievink 720a9358dd nrfutil: 5.2 -> 6.1 2020-07-13 23:25:43 +02:00
Frederik Rietdijk a3a40ac7cc Merge staging-next into staging 2020-07-11 09:00:18 +02:00
Frederik Rietdijk ae8eee9c3f Merge master into staging-next 2020-07-11 08:59:54 +02:00
David Guibert b92c2c666c
Update cross-tools-flags.patch 2020-07-10 08:07:35 +02:00
David Guibert a2eb391e8f fix pkgsCross.*.texinfoInteractive
This fixes #86166 to build cross compilied texinfoInteractive.
BUILD_CC has been renamed to CC_FOR_BUILD so the patch needs to applied
this renaming.

tested on: pkgsCross.armv7l-hf-multiplatform.texinfoInteractive
2020-07-09 17:19:09 +02:00
Daniël de Kok d915b7223a
Merge pull request #92657 from CRTified/pkg/cc-tool
cc-tool: Init at unstable-2020-05-19
2020-07-08 14:16:30 +02:00
CRTified cc1fadf581 cc-tool: init at unstable-2020-05-19 2020-07-08 13:30:53 +02:00
Jörg Thalheim ad3140e898
Merge pull request #92470 from ericdallo/bump-clojure-lsp
clojure-lsp: 20200624T142700 -> 20200706T152722
2020-07-06 22:57:20 +01:00
Daniël de Kok f4dce8e967
Merge pull request #91634 from bmilanov/submit/add-nxp-mfgtools
nxpmicro-mfgtools: init at 1.3.191
2020-07-06 20:59:50 +02:00
Biser Milanov cb2ab83d3e nxpmicro-mfgtools: init at 1.3.191
Add nxpmicro-mfgtools to nixpkgs

From the project's homepage [1]:

    Freescale/NXP I.MX Chip image deploy tools.

The project's only binary and library at the moment is UUU. NXP
might add more in the future, so making the package name:

    nxpmicro-mfgtools

instead of:

    nxp-uuu

or something similar.

[1]: https://github.com/NXPmicro/mfgtools
2020-07-06 20:43:14 +02:00
Matthew Bauer 89d4142fc8
Merge pull request #92416 from matthewbauer/fix-elfutils
Fix elfutils
2020-07-06 12:27:27 -04:00
Eric Dallo e8a734c6c8
clojure-lsp: 20200624T142700 -> 20200706T152722 2020-07-06 12:52:34 -03:00
Matthew Bauer 80ca70b0e1 elfutils: add argp-standalone for musl
https://hydra.nixos.org/build/123111192
2020-07-06 01:51:46 -04:00
R. RyanTM 9beef71b32 help2man: 1.47.15 -> 1.47.16 2020-07-06 03:57:53 +02:00
Vladimír Čunát e1206a2129
Merge master into staging-next
This brings thousands of rebuilds.
Hydra nixpkgs: ?compare=1597944
2020-07-04 09:15:27 +02:00
Saúl Cabrera a45b66e3d9 asls: init at 0.4.0 2020-07-03 18:19:04 -04:00
Alyssa Ross 57f3c834bc
automake115x: 1.15 -> 1.15.1 2020-07-03 03:36:42 +00:00
Daniël de Kok 805ab8c14f
Merge pull request #91589 from waldheinz/master
ccache: 3.4.1 -> 3.7.10
2020-07-02 20:18:43 +02:00
Matthias Treydte 4ec15456b3 ccache: 3.4.1 -> 3.7.10
The fix-debug-prefix-map-suite patch became obsolete with upstream
commit:

82010e0eb9

The skip-fs-dependent-test patch with PR:

https://github.com/ccache/ccache/pull/444
2020-07-02 19:42:10 +02:00
Frederik Rietdijk ae1584dc98
Merge pull request #91457 from matthewbauer/prefixed-pkg-config
Fixes from prefixed pkg config
2020-07-02 17:26:16 +02:00
Tim Steinbach 5fce232e3f elfutils: 0.176 -> 0.180 2020-07-02 17:24:23 +02:00
Mario Rodas ba67663b0a
Merge pull request #91993 from r-ryantm/auto-update/circleci-cli
circleci-cli: 0.1.8302 -> 0.1.8599
2020-07-02 04:23:10 -05:00
R. RyanTM 55948dff74 circleci-cli: 0.1.8302 -> 0.1.8599 2020-07-02 07:03:20 +00:00
Mario Rodas 731417253f
Merge pull request #91862 from r-ryantm/auto-update/terraform-ls
terraform-ls: 0.3.2 -> 0.4.0
2020-06-30 19:44:42 -05:00
Mario Rodas 58d13e99e4
Merge pull request #91861 from r-ryantm/auto-update/terracognita
terracognita: 0.4.0 -> 0.5.0
2020-06-30 18:20:37 -05:00
Maximilian Bosch 6c648f96e3
Merge pull request #91869 from r-ryantm/auto-update/tokei
tokei: 11.2.1 -> 12.0.4
2020-07-01 00:53:05 +02:00
R. RyanTM 5e8a6e42ab tokei: 11.2.1 -> 12.0.4 2020-06-30 17:41:06 +00:00
R. RyanTM 133d5ae422 terraform-ls: 0.3.2 -> 0.4.0 2020-06-30 16:58:35 +00:00
R. RyanTM 968e1a03eb terracognita: 0.4.0 -> 0.5.0 2020-06-30 16:51:53 +00:00
Mario Rodas 249f4ed2c5
reviewdog: 0.10.0 -> 0.10.1
Changelog: https://github.com/reviewdog/reviewdog/releases/tag/v0.10.1
2020-06-29 13:20:00 -05:00
Daniël de Kok 96ccfbaf44
Merge pull request #91671 from david-sawatzke/easypdkprog
easypdkprog: init at 1.2
2020-06-28 18:27:26 +02:00
David Sawatzke a531363179 easypdk: init at 1.2 2020-06-28 15:32:34 +02:00
Mario Rodas db5bbef31f
Merge pull request #91543 from r-ryantm/auto-update/cli11
cli11: 1.9.0 -> 1.9.1
2020-06-27 20:29:09 -05:00
R. RyanTM 4f2febba93 cli11: 1.9.0 -> 1.9.1 2020-06-26 05:07:42 +00:00
Mario Rodas cbc29c6f72
Merge pull request #91529 from r-ryantm/auto-update/act
act: 0.2.9 -> 0.2.10
2020-06-25 21:48:39 -05:00
R. RyanTM 0c339237b8 act: 0.2.9 -> 0.2.10 2020-06-26 01:35:02 +00:00
Eric Dallo aa1092809f
clojure-lsp: 20200624T134144 -> 20200624T142700 2020-06-25 18:34:47 -03:00
Matthew Bauer 3f41da9b38 strace: use host perl
perl needs to be in buildInputs for patchShebangs to work properly
2020-06-25 00:09:22 -04:00
zowoq c7e61112df treewide: remove deprecated value `Application` from makeDesktopItem 2020-06-25 12:18:37 +10:00
Maximilian Bosch 39e3c15706
hydra-unstable: 2020-06-01 -> 2020-06-23
Fixes the build the changes from b505bf202b.
2020-06-23 15:57:22 +02:00
Teo Klestrup Röijezon 259246cb75
travis: 1.8.11 -> 1.9.1 (#91282) 2020-06-22 20:47:31 +00:00
Vladimír Čunát e3ef6f60ab
patchelf_0_9: bring this version back 2020-06-20 12:17:42 +02:00
Frederik Rietdijk 301847a7e5 Merge master into staging-next 2020-06-19 09:01:43 +02:00
Paul Myjavec be22631154
circleci-cli: 0.1.7971 -> 0.1.8302 (#91013) 2020-06-18 22:30:34 -07:00
Frederik Rietdijk 4af4a49251 Merge master into staging-next 2020-06-16 18:05:38 +02:00
Jörg Thalheim 7c68f54d95
cquery: remove 2020-06-15 20:48:56 +01:00
Frederik Rietdijk 384bc1a861 Merge staging-next into staging 2020-06-15 08:29:05 +02:00
Frederik Rietdijk 59dda0a42a Merge master into staging-next 2020-06-15 08:07:00 +02:00
John Ericson fd4dcae884 Merge remote-tracking branch 'upstream/nixpkgs-unstable' into staging 2020-06-14 21:46:35 +00:00
Ryan Mulligan 839aad5b4f
Merge pull request #90110 from r-ryantm/auto-update/pkgconf
pkgconf-unwrapped: 1.7.0 -> 1.7.3
2020-06-14 06:07:09 -07:00
R. RyanTM 6b8e83428a circleci-cli: 0.1.7868 -> 0.1.7971 2020-06-14 11:37:17 +00:00
Vladimír Čunát e1b93806ba
autogen: try fixing on darwin
and cause no rebuild elsewhere.
In commit 2988780 I forgot that patchelf makes no sense there.
2020-06-14 09:11:14 +02:00
Frederik Rietdijk 2e4b4e3300 Merge staging-next into staging 2020-06-13 11:03:26 +02:00
Frederik Rietdijk 1523382160 Merge master into staging-next 2020-06-13 11:02:21 +02:00
Martin Baillie 66dcfc613e
terraform-ls: init at 0.3.2
Signed-off-by: Martin Baillie <martin@baillie.email>
2020-06-12 20:35:06 +10:00
R. RyanTM 44089bebbf pkgconf-unwrapped: 1.7.0 -> 1.7.3 2020-06-11 00:55:56 +00:00
Domen Kožar eac3aebb90
Merge pull request #89927 from domenkozar/patchelf-stag
patchelf: 0.9 -> 0.11
2020-06-10 10:13:09 +02:00
Vladimír Čunát 16024fcaec
Merge branch 'staging-next' into staging
In particular, this fixes ISO evaluation.
2020-06-10 09:42:36 +02:00
Vladimír Čunát 6e9bb30566
Merge branch 'master' into staging-next
In particular, this fixes ISO evaluation.
2020-06-10 09:41:53 +02:00
Vladimír Čunát 2988780eb5
autogen: 5.18.12 -> 5.18.16
I re-checked that pkgsCross.aarch64-multiplatform.autogen builds.
https://github.com/NixOS/nixpkgs/pull/89388#issuecomment-639155770
2020-06-10 08:31:25 +02:00
Ryan Mulligan fdb2ca58c2
Merge pull request #89873 from r-ryantm/auto-update/tokei
tokei: 11.2.0 -> 11.2.1
2020-06-09 20:46:52 -07:00
Jan Tojnar acb53e0698
Merge branch 'staging-next' into staging 2020-06-10 04:10:57 +02:00
Jan Tojnar c637cbe992
Merge branch 'master' into staging-next 2020-06-10 04:10:34 +02:00
Domen Kožar d020ee07cd
patchelf: 0.9 -> 0.11 2020-06-09 17:36:57 +02:00
Eelco Dolstra 51e8a82f1e
Merge pull request #89297 from Ma27/bump-hydra
hydra-unstable: 2020-04-16 -> 2020-06-01
2020-06-09 11:19:47 +02:00
R. RyanTM 58b060591d tokei: 11.2.0 -> 11.2.1 2020-06-09 03:34:19 +00:00
Frederik Rietdijk 8576d24b2a Merge staging-next into staging 2020-06-08 12:08:51 +02:00
Frederik Rietdijk dc33419285 Merge master into staging-next 2020-06-08 12:06:12 +02:00
John Ericson 87e86b4574 autoen: Fix cross build
See comments for details. Patch can be removed whend version is bumped.
2020-06-07 16:04:42 +00:00
John Ericson b78c6d47ee autogen: More normal formatting 2020-06-07 16:04:42 +00:00
zowoq 5d77078b46 editorconfig-checker: add maintainer 2020-06-07 23:25:38 +10:00
zowoq aacbfe0805 editorconfig-checker: 2.0.4 -> 2.1.0
https://github.com/editorconfig-checker/editorconfig-checker/releases/tag/2.1.0
2020-06-07 23:24:11 +10:00
Lancelot SIX 3d2010311f gdb: 9.1 -> 9.2
See https://lists.gnu.org/archive/html/info-gnu/2020-05/msg00008.html
for release information
2020-06-04 18:19:40 +02:00
Frederik Rietdijk b76c308ecd Merge staging-next into staging 2020-06-04 15:28:16 +02:00
Frederik Rietdijk 08900c0554 Merge master into staging-next 2020-06-04 15:25:54 +02:00
Domen Kožar e2b0fd0b1d
patchelfUnstable: bump 2020-06-03 16:06:52 +02:00
Maximilian Bosch a33bf86b74
strace: 5.6 -> 5.7
https://github.com/strace/strace/releases/tag/v5.7
2020-06-02 15:58:39 +02:00
Maximilian Bosch c18016cfbf
hydra-unstable: 2020-04-16 -> 2020-06-01 2020-06-02 15:39:42 +02:00
Mario Rodas f943f002c7
act: 0.2.8 -> 0.2.9 2020-05-30 04:20:00 -05:00
Matthew Bauer 01377fc6ef
Merge pull request #87435 from matthewbauer/strip-more-in-cross
treewide: strip more things in cross
2020-05-29 22:28:04 -05:00
Frederik Rietdijk 03de4c02fb Merge staging-next into staging 2020-05-28 22:05:36 +02:00
Mario Rodas 57800e9b00
texlab: install manpage 2020-05-27 18:18:18 -05:00
MetaDark 2bbf9980f7 texlab: 2.1.0 -> 2.2.0 2020-05-27 18:11:02 -04:00
Ryan Mulligan ec5a2bf1b5
Merge pull request #88945 from r-ryantm/auto-update/pkgconf
pkgconf: 1.6.3 -> 1.7.0
2020-05-27 07:37:21 -07:00
Frederik Rietdijk 362d88c2b1 Merge staging-next into staging 2020-05-27 15:27:28 +02:00
R. RyanTM 31e94f56ba pkgconf: 1.6.3 -> 1.7.0 2020-05-26 15:11:22 +00:00
rnhmjoj aee614c996
treewide: replace bazaar with breezy 2020-05-25 09:22:54 +02:00
Mario Rodas 56e28bf695
Merge pull request #88797 from r-ryantm/auto-update/circleci-cli
circleci-cli: 0.1.7523 -> 0.1.7868
2020-05-24 14:08:56 -05:00
R. RyanTM d1aa28084a circleci-cli: 0.1.7523 -> 0.1.7868 2020-05-24 18:15:42 +00:00
R. RyanTM 854142134d uncrustify: 0.70.1 -> 0.71.0 2020-05-24 16:29:19 +02:00
Frederik Rietdijk 8a77c900dd Merge staging-next into staging 2020-05-23 10:25:19 +02:00
Lassulus fb13a1fc8d
Merge pull request #80829 from mweinelt/pr/tockloader
tockloader: init at v1.4.0
2020-05-22 18:31:02 +02:00
Orivej Desh 16d7f7edae Merge branch 'master' into staging 2020-05-22 09:13:23 +00:00
Dmitry Kalinkin 288cc42dfc
Merge pull request #86523 from veprbl/pr/intltools_patch_fix
intltool: add a backup url for a patch
2020-05-21 22:01:01 -04:00
John Ericson eae4f22176
Merge pull request #88518 from Ericson2314/fix-pkg-config
pkg-config, pkgconf: Misc fixes
2020-05-21 16:05:42 -04:00
John Ericson 23490e3f50 pkgconf: Multiple outputs 2020-05-21 11:35:45 -04:00
John Ericson f29919da61 pkg-config: Multiple outputs
This is good practice, and will help with tests. Wrapper adjust to match
bintools-wrapper re these new outputs.
2020-05-21 08:58:34 -04:00
John Ericson 42b2035730 pkg-config: If building vanilla version, can run original tests 2020-05-21 08:52:20 -04:00
John Ericson 26f635d39a pkg-config: Document new location of bug 2020-05-21 08:49:21 -04:00
Mario Rodas f79cef896a
Merge pull request #88471 from r-ryantm/auto-update/tokei
tokei: 11.1.1 -> 11.2.0
2020-05-21 00:33:49 -05:00
R. RyanTM 127617bd38 tokei: 11.1.1 -> 11.2.0 2020-05-21 00:03:57 +00:00
Mario Rodas de40e1e4d2
Merge pull request #88055 from zowoq/editorconfig-checker
editorconfig-checker: 2.0.3 -> 2.0.4
2020-05-19 08:56:54 -05:00
Mario Rodas d7f71a3975
Merge pull request #88115 from r-ryantm/auto-update/circleci-cli
circleci-cli: 0.1.7179 -> 0.1.7523
2020-05-18 22:55:22 -05:00
R. RyanTM 715c01dd6c clojure-lsp: 20200413T141742 -> 20200514T134144 2020-05-19 03:15:29 +00:00
R. RyanTM a6230bc3f7 circleci-cli: 0.1.7179 -> 0.1.7523 2020-05-19 02:49:43 +00:00
Jan Tojnar f8a9c6efac
Merge branch 'staging-next' into staging 2020-05-18 21:09:48 +02:00
Jan Tojnar 7f40cfd97b
Merge branch 'master' into staging-next 2020-05-18 21:09:27 +02:00
zowoq e3f7c3e806 editorconfig-checker: 2.0.3 -> 2.0.4
https://github.com/editorconfig-checker/editorconfig-checker/releases/tag/2.0.4
2020-05-18 19:27:28 +10:00
Cole Mickens 021662cf13
nix-build-uncached: init at 0.1.1 2020-05-16 14:13:34 -07:00
John Ericson c71ab32a67 pkg-config-wrapper: Init
This fixes longstanding build issues
2020-05-16 00:21:21 +00:00
Kim Lindberger 11399d1e76
Merge pull request #87406 from talyz/master
arcanist: Fix on darwin
2020-05-14 21:15:31 +02:00
John Ericson ade7faea72 Revert "Revert "libbfd: fix build""
This reverts commit 237ef3095c.

Looks like we're trying to bump binutils again?
2020-05-14 09:38:14 +02:00
Colin L Rice d6162dab50
go-modules: Update files to use vendorSha256 2020-05-14 07:22:21 +01:00
John Ericson c10f0a32d2 Revert "Revert "libbfd: fix build""
This reverts commit 237ef3095c.

Looks like we're trying to bump binutils again?
2020-05-13 04:39:18 +00:00
Matthew Bauer 34aff7f697 treewide: strip more things in cross
Stripping reduces closure sizes.
2020-05-12 14:31:03 -05:00
John Ericson 1ac5398589 *-wrapper; Switch from `infixSalt` to `suffixSalt`
I hate the thing too even though I made it, and rather just get rid of
it. But we can't do that yet. In the meantime, this brings us more
inline with autoconf and will make it slightly easier for me to write a
pkg-config wrapper, which we need.
2020-05-12 00:44:44 -04:00
Frederik Rietdijk a0b4e664c0 Merge staging-next into staging 2020-05-11 22:09:27 +02:00
Florian Klink 629fa8a2d4
Merge pull request #86954 from lovesegfault/binutils-2.34
binutils: 2.31.1 -> 2.34
2020-05-11 22:08:50 +02:00
Frederik Rietdijk 82ca249c92
Merge pull request #87235 from NixOS/staging-next
Staging next
2020-05-11 22:07:40 +02:00
Kira Bruneau 4d66a37dd5
texlab: 2.0.0 -> 2.1.0 (#87565) 2020-05-11 13:58:52 -04:00
Alexey Shmalko 7a411e7ad6
Merge pull request #85958 from ryneeverett/ycmd-typescript
ycmd: typescript completion support
2020-05-11 15:58:45 +03:00
Frederik Rietdijk 303adc7697 Merge master into staging-next 2020-05-10 09:43:48 +02:00
Bernardo Meurer e1f4e0f03f binutils: 2.33.1 -> 2.34 2020-05-09 13:56:00 -07:00
Guillaume Bouchard f1bada765e 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-05-09 13:56:00 -07:00
talyz 2f612756f0
arcanist: Fix on darwin
With recent work done on the PHP packaging, the PHP executable is by
default a wrapper script. Darwin doesn't like scripts in the shebang
of another script, so we have to wrap arcanist, feeding the script as
an argument to PHP instead. See #86881 and #23018.
2020-05-09 18:54:40 +02:00
Jörg Thalheim 887295fd2d
treewide: remove the-kenny from maintainers
@the-kenny did a good job in the past and is set as maintainer in many package,
however since 2017-2018 he stopped contributing. To create less confusion
in pull requests when people try to request his feedback, I removed him as
maintainer from all packages.
2020-05-09 10:28:57 +01:00
Frederik Rietdijk d7cca0f356 Merge master into staging-next 2020-05-09 11:12:29 +02:00
Martin Weinelt 70b9b715c5
tockloader: init at v1.4.0 2020-05-09 03:42:50 +02:00
Pamplemousse bf7332d0f3 ptags: init at 0.3.2 2020-05-08 09:35:53 -07:00
R. RyanTM bb86ccfd67 help2man: 1.47.13 -> 1.47.15 2020-05-08 07:04:01 +02:00
Mario Rodas e5424c294d
reviewdog: 0.9.17 -> 0.10.0 2020-05-08 00:00:00 -05:00
Oleksii Filonenko 22c5473ff0 tokei: 11.1.0 -> 11.1.1 2020-05-06 13:52:10 +00:00
Frederik Rietdijk 9875bbae75 Merge master into staging-next 2020-05-05 19:51:09 +02:00
Florian Klink 2d5deeae72
Merge pull request #84133 from hlolli/fix/strace-graph-shebang
strace: fix strace-graph shebang which points to perl
2020-05-04 15:01:39 +02:00
Mario Rodas 94abef4942
Merge pull request #86746 from r-ryantm/auto-update/sysbench
sysbench: 1.0.19 -> 1.0.20
2020-05-04 05:57:33 -05:00
R. RyanTM 8e598425f6 sysbench: 1.0.19 -> 1.0.20 2020-05-04 09:17:21 +00:00
Mario Rodas 34cc6678d3
Merge pull request #86536 from r-ryantm/auto-update/circleci-cli
circleci-cli: 0.1.6949 -> 0.1.7179
2020-05-02 09:04:50 -05:00
Mario Rodas 3a13939765
Merge pull request #86539 from r-ryantm/auto-update/clojure-lsp
clojure-lsp: 20200412T033138 -> 20200413T141742
2020-05-02 08:58:38 -05:00
R. RyanTM 9e94dd69d9 clojure-lsp: 20200412T033138 -> 20200413T141742 2020-05-02 05:40:44 +00:00
R. RyanTM 516d984343 circleci-cli: 0.1.6949 -> 0.1.7179 2020-05-02 05:03:06 +00:00
R. RyanTM 0a07e153a0 ccls: 0.20190823.5 -> 0.20190823.6 2020-05-02 04:35:55 +00:00
Dmitry Kalinkin df4c3b06f4
intltool: add a backup url for a patch
Fixes:

  Failed to connect to sources.debian.org port 443: Connection timed out
2020-05-01 23:49:00 -04:00
Frederik Rietdijk 484ee79050 Merge staging-next into staging 2020-05-01 08:57:10 +02:00
Oleksii Filonenko 852ae7ef2e scc: 2.11.0 -> 2.12.0 2020-04-30 12:40:41 +03:00
Florian Klink 237ef3095c Revert "libbfd: fix build"
This reverts commit 7550ab98b0.
2020-04-29 16:48:50 +02:00
Florian Klink 607c4d8bb8 Revert "binutils: 2.31.1 -> 2.33.1"
This reverts commit efdb29597a.
2020-04-29 15:48:26 +02:00
Florian Klink ff76d777fb Revert "binutils: 2.33.1 -> 2.34"
This reverts commit c5f602f5b7.
2020-04-29 15:48:24 +02:00
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
Robin Gloster 006242fd5a
treewide: fix types for mkDerivation params 2019-12-31 01:23:19 +01:00
Robin Gloster 755db0b689
treewide: installTargets is a list 2019-12-31 00:25:26 +01:00
Robin Gloster ba0a3edf7f
stdenv: installTargets is a list 2019-12-31 00:24:02 +01:00
Robin Gloster 313da176d3
treewide: NIX_*_FLAGS -> string 2019-12-31 00:16:46 +01:00
Robin Gloster f9f46dc327
treewide: NIX_*_FLAGS -> string 2019-12-31 00:15:46 +01:00
Jonathan Ringer 446fec8c2d
Merge branch 'master' of github.com:NixOS/nixpkgs into staging-next 2019-12-30 10:14:18 -08:00
Andrew Childs 2b3975d5d2 openocd: Fix FTDI channel configuration for SheevaPlug 2019-12-30 17:21:39 +01:00
Andrew Childs 6dd60c6cac texinfoInteractive: fix cross build 2019-12-30 17:21:39 +01:00
Frederik Rietdijk 6d059becd3 Merge gcc-9 into staging (#68029) 2019-12-30 16:38:38 +01:00
Robin Gloster 2157dcd141
treewide: installFlags is a list 2019-12-30 13:22:43 +01:00
Merijn Broeren 133103d709
treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
Robin Gloster ac8eaa8507
treewide: fix *Flags 2019-12-30 04:50:37 +01:00