Commit graph

3493 commits

Author SHA1 Message Date
Mario Rodas c2dd712927 circleci-cli: update ldflags 2020-08-15 04:20:00 -05:00
R. RyanTM c06eab791f
circleci-cli: 0.1.8599 -> 0.1.8945 2020-07-31 22:30:00 +00:00
zowoq 473536e3b5 buildRustPackage: remove platform.all from packages 2020-08-16 12:48:18 +10:00
Ryan Mulligan 0f8add73c8
Merge pull request #95024 from r-ryantm/auto-update/asls
asls: 0.4.0 -> 0.4.2
2020-08-13 06:28:52 -07:00
Mario Rodas 94ca781dba
Merge pull request #95283 from r-ryantm/auto-update/terraform-ls
terraform-ls: 0.5.4 -> 0.6.0
2020-08-12 18:34:09 -05:00
R. RyanTM 044b15424c terraform-ls: 0.5.4 -> 0.6.0 2020-08-12 21:26:22 +00:00
Timothy Stott ba7c0893d4
treewide: remove obsolete attribute goPackagePath in buildGoModule derivations (#95092)
The buildGoModule infrastructure does not make use of goPackagePath it is a residue from buildGoPackage.
2020-08-11 21:04:55 +00:00
Mario Rodas 0dc87c6e54
Merge pull request #95035 from r-ryantm/auto-update/clojure-lsp
clojure-lsp: 20200706T152722 -> 20200806T150857
2020-08-10 07:19:55 -05:00
zowoq cea7cd902e buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
R. RyanTM 36ef614fae clojure-lsp: 20200706T152722 -> 20200806T150857 2020-08-10 04:39:35 +00:00
R. RyanTM 447c94f40c asls: 0.4.0 -> 0.4.2 2020-08-10 01:20:31 +00:00
Daniël de Kok c8b3a0a9bd blackmagic: unstable-2020-02-20 -> unstable-2020-08-05
- Fixes build.
- `libftdi`, `pc-hosted`, and `pc-stlinkv2` platforms are replaced by
  `hosted`.
2020-08-09 10:46:01 +02:00
zowoq 32e87e8b02 cproto: use patch file extension 2020-08-07 13:43:35 +10:00
Maximilian Bosch a4e77ce9cf
strace: 5.7 -> 5.8
https://github.com/strace/strace/releases/tag/v5.8
2020-08-06 20:10:26 +02:00
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