3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

3011 commits

Author SHA1 Message Date
Franz Pletz 7b42597a59
ddd: fix build with gcc9 2019-11-04 22:47:18 +01:00
Franz Pletz 9398fbe97b
openocd: fix build with gcc9 2019-11-03 14:43:37 +01:00
Franz Pletz 90452593fb
intel-gpu-tools: fix build with gcc9 2019-11-03 14:43:34 +01:00
David Terry cd87f1ba23 automake-1.15: deterministic documentation generation
automake 1.15 uses a bundled version of help2man from 2012 that
does not support the SOURCE_DATE_EPOCH environment variable.

This means that the build date is included in the generated
documentation, breaking reproducibility.

This changes adds the SOURCE_DATE_EPOCH support from the current
help2man to the version bundled in automake 1.15.
2019-11-03 10:55:45 +01:00
Frederik Rietdijk 76b16d05e6 Merge staging-next into staging 2019-11-03 10:24:24 +01:00
John Ericson b7f4bda282 treewide: *Phase(s)? variables are optional
If these aren't defined, the stdenv defaults are used in the `*Phase`
case, or no extra phases are done, in the `*Phases` case.
2019-11-01 14:44:44 -04:00
John Ericson 3835442cf0 patchelf: dontPatchELF in setup hook is allowed to be undefined 2019-11-01 14:44:44 -04:00
R. RyanTM 22103e4f39 ccls: 0.20190823.3 -> 0.20190823.4 2019-11-01 11:12:48 -07:00
Jan Tojnar 70c0c48970
Merge branch 'staging-next' into staging 2019-11-01 02:58:40 +01:00
Mario Rodas e888c423ad terracognita: 0.1.6 -> 0.2.0
Changelog: https://github.com/cycloidio/terracognita/releases/tag/v0.2.0
2019-10-30 21:13:19 -07:00
Chuck 0c999c7521 itstool: 2.0.2 -> 2.0.6
To get python3 support.   flipped itstool to python3, but itstool
doesn't support python3 until 2.0.3 (and perhaps does not support it
well until 2.0.5).

Pressing forward instead of rolling back at worldofpeace's suggestion,
who mentions that other distros seem to be able to ship recent versions
of itstool.

Tensions in this space seem two-fold.  One set centers around libxml2
being a low-level C library with sharp edges, manual memory management,
and performance concerns; the python libxml2 wrapper being quite thin
(the most dubious character in this drama); and python's sentiment that
it ought to be quite hard to crash the interpreter casually.  This comes
to a head in https://gitlab.gnome.org/GNOME/libxml2/issues/12 , where a
use-after-free problem in idiomatic-looking python code is declared
working-as-designed.

The other set is around python3 being more UTF-8-aware than libxml2's
python wrapper, such as https://bugzilla.gnome.org/show_bug.cgi?id=789714
and https://src.fedoraproject.org/rpms/libxml2/blob/master/f/libxml2-2.9.8-python3-unicode-errors.patch

itstool is caught in this crossfire merely for being a widely-used
python program that uses XML.
2019-10-30 17:32:15 -07:00
Frederik Rietdijk 8d926467be itstool: don't use libxml2Python 2019-10-29 13:47:03 +01:00
R. RyanTM 4adf207fae sccache: 0.2.11 -> 0.2.12
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/sccache/versions
2019-10-24 07:11:18 -07:00
R. RyanTM 97e4b65014 lttng-tools: 2.10.7 -> 2.10.8
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/lttng-tools/versions
2019-10-22 16:43:39 +02:00
Frederik Rietdijk ad8bd84fc9 Merge master into staging-next 2019-10-20 16:22:45 +02:00
Yann Hodique 1f02f7cf60 scc: init at 2.8.0 2019-10-20 00:55:10 -07:00
Frederik Rietdijk c51c2f79b2 Merge master into staging-next 2019-10-18 12:26:11 +02:00
Frederik Rietdijk 12441bdf9f Merge staging-next into staging 2019-10-16 11:17:12 +02:00
Frederik Rietdijk 27a9800e85 pwndbg: fix runtime python deps, fixes
pwndbg is a Python module for gdb. The built-in interpreter is used and
pwndbg offers additional routines. Packaging this is tricky because that
interpreter needs to be used. Using `python3.withPackages` won't work.
By setting `NIX_PYTHONPATH`, the interpreter should pick up pwndbg and
its dependencies.

If `NIX_PYTHONPATH` does not function we can fall back to `PYTHONPATH`.
An example of when that won't work is if pwndbg runs a script of itself
in a subshell. `NIX_PYTHONPATH` would be  unset, but `PYTHONPATH` not.
2019-10-16 10:01:44 +02:00
Robin Gloster 7b6b3e5066
Merge pull request from aanderse/arcanist/update
arcanist: 20180916 -> 20190905
2019-10-15 23:09:26 +02:00
Aaron Andersen 955c16a881 arcanist: 20180916 -> 20190905 2019-10-13 07:14:38 -04:00
Jan Tojnar e2e3861d6b
Merge branch 'staging-next' into staging 2019-10-12 00:51:55 +02:00
Jan Tojnar 6c8aed6391
Merge branch 'master' into staging-next 2019-10-12 00:50:21 +02:00
R. RyanTM 8b426722c0 swig4: 4.0.0 -> 4.0.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/swig/versions
2019-10-11 12:05:58 +02:00
lewo 191f28a0b7
Merge pull request from nlewo/hydra-cli-fix
hydra-cli: fix the cargoSha256 hash
2019-10-09 22:30:04 +02:00
Antoine Eiche 0a7c50e0e0 hydra-cli: update the cargoSha256 hash
This might be related to the way cargo fetches sources since the old
hash still works on the original PR (before being rebased onto master by
the merge action).
See
- https://github.com/NixOS/nixpkgs/pull/67680
- https://hydra.nixos.org/build/102205464/nixlog/2
2019-10-09 18:29:18 +02:00
Robin Gloster 356464388f
Merge pull request from chkno/no-extra-flags
makeWrapper: Remove unused extraFlagsArray feature
2019-10-09 01:32:28 +02:00
Frederik Rietdijk a0c34f54cc Merge master into staging-next 2019-10-08 11:56:52 +02:00
wucke13 f37c03470d stm32cubemx: init at 5.3.0 2019-10-04 18:12:38 +02:00
Robin Gloster ffb7d6a7ea
strace: 5.2 -> 5.3 2019-10-03 21:16:09 +02:00
Jan Tojnar b3fcd9375d
Merge branch 'master' into staging-next 2019-10-03 01:47:08 +02:00
Trevor Thompson f2eabd49fc universal-ctags: Add jansson dependency
Add jansson dependency to enable JSON support
2019-10-01 11:27:59 -05:00
Frederik Rietdijk 503081fa5b Merge staging into staging-next 2019-09-29 11:05:22 +02:00
Mario Rodas 956546e20b
lsof: fix man page 2019-09-28 19:19:19 -05:00
Vladimír Čunát fda4a08d4a
Merge branch 'staging-next'
There are several security fixes - again, as it consists mainly of the
previously reverted staging-next merge.
2019-09-28 07:43:04 +02:00
R. RyanTM ef3f4af0f1 lttng-ust: 2.10.4 -> 2.10.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/lttng-ust/versions
2019-09-28 00:19:50 +02:00
Vladimír Čunát 217cf982c7
Merge branch 'master' into staging-next 2019-09-27 22:13:02 +02:00
Jörg Thalheim 287dbd1562
Merge pull request from tobim/pkgs/ccls
ccls: 0.20190823 -> 0.20190823.3
2019-09-26 12:52:40 +01:00
Tobias Mayer 2963c8811e ccls: 0.20190823 -> 0.20190823.3 2019-09-26 13:16:41 +02:00
Chuck a45b3ad89f
makeWrapper: Remove unused extraFlagsArray feature
There is a bug in this feature: It allows extra arguments to leak in
from the environment. For example:

  $ export extraFlagsArray=date
  $ man ls

Note that you get the man page for date rather than for ls. This happens
because 'man' happens to use a wrapper (to add groff to its PATH).

An attempt to fix this was made in 5ae18574fc in PR  for
issue , but 1. That change didn't actually fix the problem because
it addressed makeWrapper's environment during the build process, not the
constructed wrapper script's environment after installation, and 2. That
change was apparently accidentally lost when merged with 7ff6eec5fd.

Rather than trying to fix the bug again, we remove the extraFlagsArray
feature, since it has never been used in the public repo in the ten
years it has been available.

wrapAclocal continues to use its own, separate flavor of extraFlagsArray
in a more limited context. The analogous bug there was fixed in
4d7d10da6b in 2011.
2019-09-25 09:23:09 -07:00
Vladimír Čunát 192fb9d11b
Merge branch 'staging-next' into staging 2019-09-24 08:15:01 +02:00
Vladimír Čunát eab41878ac
Merge branch 'master' into staging-next 2019-09-24 08:14:34 +02:00
Jörg Thalheim bfed455de3
Merge pull request from volth/escape
treewide: fix string escapes
2019-09-24 04:19:12 +01:00
Orivej Desh e675e2763e gdb: build with libipt
This adds support for "record btrace pt" command.
2019-09-22 21:34:32 +00:00
Orivej Desh dc4224bc54 Merge branch 'master' into staging
* master: (36 commits)
  libipt: set platforms to unix
  licenses: refer to curl using spdx
  qhull: specify spdx license
  ocamlPackages.spacetime_lib: 0.1.0 -> 0.3.0
  ocamlPackages.owee: 0.2 -> 0.3
  nixFlakes: 2.4pre20190913_a25c022 -> 2.4pre20190922_382aa05
  daemon: init at 0.6.4
  k9s: 0.7.13 -> 0.8.4
  cask: Use generated src/version from Melpa
  python.pkgs.flask_oauthlib: remove
  radeon-profile: 20170714 -> 20190903
  radeon-profile: use Qt mkDerivation
  afew: propagate setuptools
  pythonPackages.flask-jwt-extended: 3.17.0 -> 3.23.0
  mutt: 1.12.1 -> 1.12.2
  unit: 1.10.0 -> 1.11.0
  emacsPackages: Update elpa
  emacsPackages: Update melpa
  cask: Fix cask usage
  git-lfs: use buildGoPackage
  ...
2019-09-22 21:33:00 +00:00
adisbladis 17bf171b13
Merge pull request from marsam/use-buildGoPackage
treewide: use buildGoPackage in packages which vendor dependencies
2019-09-22 16:36:54 +01:00
Robin Gloster e8efeaac4f
Merge pull request from dtzWill/update/gdb-8.3.1
gdb: 8.3 -> 8.3.1
2019-09-22 16:58:00 +02:00
Jan Tojnar f80e55fc2e
gtk3.setupHook: clear icon-theme.cache in preFixup ()
gtk3.setupHook: clear icon-theme.cache in preFixup
2019-09-22 16:30:42 +02:00
Vladimír Čunát 4e5b465052
patchelf: 0.10 -> 0.9 (downgrade!)
This is a partial revert of .  Bumping the default caused problems
described in .  I tested that the vscode corruption happened even
with the 0.10 pre-release, so I'm keeping patchelfUnstable on 0.10
(patchelfUnstable shouldn't cause a large rebuild anyway)
2019-09-22 09:47:36 +02:00
Vladimír Čunát 22a216849b
Re-Revert "Merge branch 'staging-next'"
This reverts commit f8a8fc6c7c.
2019-09-22 09:38:09 +02:00
Mario Rodas 1e117cf7b1
Merge pull request from marsam/update-terraform-lsp
terraform-lsp: 0.0.6 -> 0.0.9
2019-09-21 17:43:42 -05:00
Vladimír Čunát f8a8fc6c7c
Revert "Merge branch 'staging-next'"
This reverts commit 41af38f372, reversing
changes made to f0fec244ca.

Let's delay this.  We have some serious regressions.
2019-09-21 20:05:09 +02:00
Maximilian Bosch a141d29fef
Merge pull request from gilligan/add-hydra-cli
hydra-cli: init at 0.2.0
2019-09-21 15:46:51 +02:00
Vladimír Čunát 41af38f372
Merge branch 'staging-next' 2019-09-21 13:14:09 +02:00
Mario Rodas d02d88feba elfinfo: use buildGoPackage 2019-09-21 04:33:00 -05:00
Mario Rodas 04aee5f070 mkcert: use buildGoPackage 2019-09-21 04:25:00 -05:00
Will Dietz d1f7bb2ad9
gdb: 8.3 -> 8.3.1
https://lists.gnu.org/archive/html/info-gnu/2019-09/msg00006.html
2019-09-21 02:51:02 -05:00
Mario Rodas 354b2ee016
terraform-lsp: 0.0.6 -> 0.0.9 2019-09-21 00:00:00 -05:00
Sirio Balmelli dee0cb7be5
ycmd: add gopls completer
ycmd gives 'no completer support' because of missing 'gopls'.
Add this as a conditional dependency.

Refactor the 'mkdir -p' step to be conditional per-dependency,
and placed just before the link step.
This is mostly for legibility but also pedantic correctness:
do not create a directory unless it will be used.

Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2019-09-20 21:33:40 +02:00
Sirio Balmelli 7d21d6a680
ycmd: update build to 2019-09-19
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2019-09-20 21:33:40 +02:00
Sirio Balmelli dfc7bdb1a3
ycmd: install phase copies all dirs below 'third_party'
Copy _all_ of 'third_party'.
Cherry-picking the contents of this dir is a fragile approach as
they change in later commits (breaking this build).

This approach continues to work on the current build,
and will not break with later versions of the project.

Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2019-09-20 21:33:37 +02:00
Frederik Rietdijk 0b12d44c06 Merge master into staging-next 2019-09-19 16:59:42 +02:00
Mario Rodas bc172c8780
circleci-cli: 0.1.2569 -> 0.1.5879 2019-09-18 18:00:00 -05:00
worldofpeace b0c2aea20b
treewide: drop adding hicolor-icon-theme where possible
This was either for the setup-hook to remove caches or added
even though the respective icon theme propagated it.
2019-09-18 22:47:26 +02:00
Jan Tojnar 62791c3743
Merge branch 'master' into staging-next 2019-09-18 21:15:35 +02:00
Mario Rodas 24d976e39f
terraform-lsp: 0.0.5 -> 0.0.6
Changelog: https://github.com/juliosueiras/terraform-lsp/releases/tag/v0.0.6
2019-09-17 23:48:00 -05:00
volth 8276314608 treewide: fix string escapes 2019-09-16 22:15:38 +00:00
Will Dietz 7f9a120147
elfinfo: 0.7.5 -> 0.7.6 2019-09-16 09:36:54 -05:00
Vladimír Čunát b6c6e1f9e8
Merge branch 'master' into staging-next 2019-09-15 13:18:54 +02:00
Franz Pletz 789760aa10
Merge pull request from mimame/update/maintainer
maintainer: mimadrid: update github username and personal data
2019-09-14 14:08:35 +00:00
Doron Behar 4a99b423fe sccache: 0.2.10 -> 0.2.11 2019-09-14 15:18:12 +03:00
WilliButz cbb6293dce
Merge pull request from Ma27/bump-hydra
hydra: 2019-05-06 -> 2019-08-30
2019-09-14 13:16:07 +02:00
Miguel Madrid Mencía 148c82e07e
maintainer: mimadrid: update github username and personal data 2019-09-14 12:15:46 +02:00
Jörg Thalheim 2e0c19121a
Merge branch 'master' into ccls 2019-09-13 16:26:21 +01:00
Jan Tojnar a441eaa7b1
Merge branch 'staging-next' into staging 2019-09-12 22:49:43 +02:00
Lily Ballard 0f34860540 tokei: 9.1.1 -> 10.0.1
Enable all crate features, which gets us alternative output formats.

Update description and add long description to match what's in the
GitHub repo.

Add myself as a maintainer.
2019-09-10 13:21:37 -07:00
Jan Tojnar 1716d62f63
Merge branch 'staging-next' into staging 2019-09-10 07:06:45 +02:00
Domen Kožar 41ad32febe
Merge pull request from booxter/patchelf-version-bump
Bump patchelf and patchelfUnstable to 0.10
2019-09-09 16:51:51 +02:00
Izorkin 329a88efa7 treewide: replace mysql.connector-c to libmysqlclient 2019-09-09 15:55:34 +03:00
Frederik Rietdijk 0107ee8c32
Merge pull request from NixOS/staging-next
Staging next with systemd 243
2019-09-09 10:02:20 +02:00
Peter Hoeg 65fb1a053f
Merge pull request from peterhoeg/f/xxdiff
xxdiff: drop the old qt4 version in favour of qt5
2019-09-09 14:44:19 +08:00
Frederik Rietdijk e3f25191c4 Merge staging-next into staging 2019-09-09 08:11:34 +02:00
Frederik Rietdijk 731c82a447
Merge pull request from NixOS/staging-next
Staging next that includes gcc8
2019-09-09 08:09:36 +02:00
Peter Hoeg c78216067b xxdiff: drop the old qt4 version in favour of qt5 2019-09-09 13:13:54 +08:00
Matthieu Coudron 59d65e23e1
Merge pull request from teto/luarocks-nix_bump
Moved luarocks-nix to community and leverage luarocks mirrors when possible.
2019-09-09 12:41:54 +09:00
volth 7b8fb5c06c treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
Frederik Rietdijk 5f4734b1dd Merge remote-tracking branch 'upstream/gcc-8' into staging-next
Earlier the gcc8 branch was merged instead of the gcc-8 branch (note the dash)...
2019-09-08 20:44:26 +02:00
Frederik Rietdijk e73f871285 Merge master into staging-next 2019-09-08 14:49:25 +02:00
Maximilian Bosch b898c262c1
hydra: 2019-05-06 -> 2019-08-30 2019-09-08 01:25:25 +02:00
Matthieu Coudron 4a3189085a luarocks-nix: bump to 2019-09-07
added version and transferred the repostiory to nix-community.
With this bump, luarocks-nix generates mirro://luarocks urls.
2019-09-08 01:14:16 +09:00
Doron Behar 18b783b9bd luarocks: 3.1.3 -> 3.2.1 2019-09-07 23:53:48 +09:00
adisbladis 723148f92e
elastic7: 7.0.1 -> 7.3.1 2019-09-07 12:48:42 +01:00
adisbladis 3ab433df34
elastic6: 6.7.2 -> 6.8.3 2019-09-07 12:43:40 +01:00
Linus Heckemann bcac886971 Revert "elfutils: add patch that fixes compilation under gcc8 ()"
This reverts commit b12448c001.
2019-09-07 07:20:19 +00:00
Frederik Rietdijk e68505e735 Merge remote-tracking branch 'upstream/gcc8' into staging-next 2019-09-06 23:25:18 +02:00
Jan Tojnar f9237f3152
Merge branch 'master' into staging-next 2019-09-06 16:55:11 +02:00
adisbladis a3032415f7
kibana5: Remove EOL package 2019-09-06 14:30:49 +01:00
Jan Tojnar cdf426488b
Merge branch 'master' into staging-next
Fixed trivial conflicts caused by removing rec.
2019-09-06 03:20:09 +02:00
Jan Tojnar 72e7d569a7
tree-wide: s/GTK+/GTK/g
GTK was renamed.
2019-09-06 02:54:53 +02:00
Franz Pletz de85797565
Merge remote-tracking branch 'origin/master' into gcc-8 2019-09-03 22:15:07 +02:00
MetaDark 5c22c8ba94 ccls: 0.20190314.1 -> 0.20190823 2019-08-31 10:03:32 -04:00
volth 7bb6b373ab treewide: name -> pname () 2019-08-31 07:41:22 -04:00
Frederik Rietdijk ad1d58c622 Merge staging-next into staging 2019-08-31 10:04:20 +02:00
Frederik Rietdijk fc74ba8291 Merge master into staging-next 2019-08-31 09:50:38 +02:00
Ihar Hrachyshka 59bed0a7b3 Adjust patchelfUnstable to patchelf derivation layout 2019-08-30 13:18:10 -07:00
Ihar Hrachyshka 0611b32e92 patchelf: fixed tests for musl
The recipe is copied from patchelfUnstable.
2019-08-30 13:18:06 -07:00
Ihar Hrachyshka f345dc1dad Bump patchelfUnstable to 0.10
This is to reflect the bump for regular version. We are leaving
patchelfUnstable b/c in the future we may need it to get the very latest
patches to patchelf again.
2019-08-30 13:17:58 -07:00
Ihar Hrachyshka d7fb15024f Bump patchelf to 0.10
This release contains three years of bug fixes and improvements.
2019-08-30 13:17:01 -07:00
tobias pflug 11ec70c0ff hydra-cli: init at 0.2.0 2019-08-30 11:33:21 +02:00
Marek Mahut 2bcc36ee3d
Merge pull request from artemist/one_gadget
one_gadget: 1.6.2 → 1.7.2
2019-08-30 10:25:27 +02:00
Marek Mahut d9e7601926
Merge pull request from averelld/lsof-update
lsof: 4.91 -> 4.93.2
2019-08-30 10:17:48 +02:00
Averell Dalton a7a6528c61 lsof: 4.91 -> 4.93.2 2019-08-30 06:51:12 +02:00
Artemis Tosini a4ca80771e
one_gadget: 1.6.2 → 1.7.2 2019-08-28 19:29:17 +00:00
volth 08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
Frederik Rietdijk 5061fe0c2c Merge staging-next into staging 2019-08-28 08:26:42 +02:00
Frederik Rietdijk 98640fd482 Merge master into staging-next 2019-08-27 16:36:47 +02:00
volth 35d68ef143 treewide: remove redundant quotes 2019-08-26 21:40:19 +00:00
Jonathan Ringer 38f810ea33 texi2html: 1.82 -> 5.0 2019-08-26 13:16:43 -07:00
Peter Hoeg 076f9d88dd astyle: use cmake to avoid having to manually fix up LDFLAGS 2019-08-26 16:40:04 +08:00
Robin Gloster 616b8343c4
Merge remote-tracking branch 'upstream/master' into gcc-8 2019-08-25 18:55:46 +02:00
Vladimír Čunát 985d1ac425
Merge branch 'master' into staging-next
There were several more conflicts from name -> pname+version;
all auto-solved by kdiff3, hopefully OK.

Hydra nixpkgs: ?compare=1538611
2019-08-25 14:57:11 +02:00
worldofpeace 0e1992e17b dfeet: 0.3.14 -> 0.3.15
Port to meson.

https://gitlab.gnome.org/GNOME/d-feet/blob/0.3.15/NEWS
2019-08-24 16:15:23 -04:00
Vladimír Čunát 2e6bf42a22
Merge branch 'master' into staging-next
There ver very many conflicts, basically all due to
name -> pname+version.  Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job.  There might be some fallback to these
conflicts, but I believe it should be minimal.

Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
markuskowa 8120fb6ec4
Merge pull request from dtzWill/gengetopt-2.23
gengetopt: 2.22.6 -> 2.23
2019-08-23 12:43:43 +02:00
Mario Rodas eb02fa5d43 mkcert: 1.3.0 -> 1.4.0 ()
Changelog: https://github.com/FiloSottile/mkcert/releases/tag/v1.4.0
2019-08-22 20:44:13 -06:00
Will Dietz a3baa41e0b
gengetopt: 2.22.6 -> 2.23
https://www.gnu.org/software/gengetopt/NEWS

* deps, parallel build
2019-08-22 14:12:23 -05:00
edef e9ccd6fa3d wishbone-tool: init at 0.2.8 2019-08-22 11:09:45 +00:00
Robin Gloster 4e60b0efae
treewide: update globin's maintained drvs 2019-08-20 19:36:05 +02:00
Rickard Nilsson 225e412edb Remove myself as maintainer of some packages. 2019-08-20 15:24:01 +02:00
Lancelot SIX f743aa1932
Merge pull request from r-ryantm/auto-update/help2man
help2man: 1.47.10 -> 1.47.11
2019-08-19 21:58:14 +02:00
R. RyanTM bee67d463f help2man: 1.47.10 -> 1.47.11
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/help2man/versions
2019-08-19 05:30:57 -07:00
Frederik Rietdijk f65aa21bb2 Merge master into staging-next 2019-08-18 12:53:44 +02:00
Frederik Rietdijk 295888c622
Merge pull request from NixOS/staging-next
Staging next
2019-08-18 08:54:45 +02:00
R. RyanTM 706f27880a cgdb: 0.7.0 -> 0.7.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cgdb/versions
2019-08-17 16:10:40 -07:00
volth c814d72b51 treewide: name -> pname 2019-08-17 10:54:38 +00:00
Frederik Rietdijk fe9a3e3e63 Merge staging-next into staging 2019-08-17 09:39:23 +02:00
Frederik Rietdijk c68f58d95c Merge master into staging-next 2019-08-17 09:30:16 +02:00
Lily Ballard 45e6253678 luarocks: Update detected platform version
Now that our MACOSX_DEPLOYMENT_TARGET is set to 10.12, we shouldn't be
hardcoding the platform at build time as 10.10. This change makes it
inherit the MACOSX_DEPLOYMENT_TARGET value.
2019-08-15 23:10:10 +09:00
volth 46420bbaa3 treewide: name -> pname (easy cases) ()
treewide replacement of

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

to pname
2019-08-15 13:41:18 +01:00
Emily 6aa1b0acaf tinyprog: init at 1.0.24.dev99+ga77f828 2019-08-14 21:10:05 -05:00
Frederik Rietdijk 8d56f2472e Merge master into staging-next 2019-08-14 13:45:54 +02:00
worldofpeace 24870b40d6
Merge pull request from emilazy/update-blackmagic
blackmagic: 1.6.1 -> unstable-2019-08-13
2019-08-13 20:17:36 -04:00
Emily d792c84f35 blackmagic: 1.6.1 -> unstable-2019-08-13 2019-08-13 17:10:02 -07:00
Marek Mahut 87e13bb9e0
Merge pull request from doronbehar/update-sccache
sccache: 0.2.9 -> 0.2.10
2019-08-12 13:34:34 +02:00
Doron Behar 0bd4aa02d1 sccache: 0.2.9 -> 0.2.10 2019-08-12 11:56:22 +03:00
Marek Mahut 236caec56d
Merge pull request from r-ryantm/auto-update/cli11
cli11: 1.7.1 -> 1.8.0
2019-08-10 15:54:58 +02:00
Frederik Rietdijk 9bd78cb048 Merge master into staging-next 2019-08-09 14:00:27 +02:00
Mario Rodas 4e6253392c terracognita: init at 0.1.6 () 2019-08-06 10:48:57 -07:00
Valentin Shirokov 00bb62d4ab stlink: 1.3.0 -> 1.5.1
Version bump
No other changes
2019-08-06 15:43:44 +09:00
Orivej Desh f8d83938a7 swig4: init at 4.0.0
SWIG 4 is not a complete replacement for SWIG 3 because it has removed support
for CFFI, Allegrocl, Chicken, CLISP, S-EXP, UFFI, Pike, Modula3.
2019-08-05 21:42:07 +00:00
adisbladis 0e97967187
hound: Wrap git & mercurial binaries 2019-08-01 21:29:01 +01:00
Frederik Rietdijk 4ca8e53e1d Merge staging-next into staging 2019-08-01 09:44:06 +02:00
Samuel Leathers 5d41f1a676
Merge pull request from bhipple/fix/libtool
libtool2: enable parallel builds
2019-07-31 13:03:29 -04:00
Mario Rodas 137ce9ec09
universal-ctags: 2018-07-23 -> 2019-07-30 2019-07-29 23:52:39 -05:00
Jörg Thalheim d07fb6be03
linuxkit: 2017-07-08 -> 0.7 ()
linuxkit: 2017-07-08 -> 0.7
2019-07-26 07:45:35 +01:00
Nick Novitski e65244ee56 linuxkit: 2017-07-08 -> 0.7 2019-07-25 21:32:20 -07:00
Nick Novitski 7136e0d0a6 bundlerUpdateScript: init and use () 2019-07-22 12:02:47 +00:00
Mario Rodas dd6eea86f8
terraform-lsp: init at 0.0.5 2019-07-22 04:20:00 -05:00
Frederik Rietdijk 594ca3f1cf ccache.links: make it a function of unwrappedCC
That way we can use a ccacheStdenv with e.g. a different CC:

stdenv = overrideCC gcc8Stdenv (ccacheWrapper.override { unwrappedCC
= gcc8Stdenv.cc.cc; });
2019-07-19 11:27:56 +02:00
Ryan Mulligan 773f5ed058
Merge pull request from r-ryantm/auto-update/strace
strace: 5.1 -> 5.2
2019-07-16 21:40:06 -07:00
Ryan Mulligan 96d8683f22
Merge pull request from r-ryantm/auto-update/pkgconf
pkgconf: 1.6.1 -> 1.6.3
2019-07-16 20:15:26 -07:00
R. RyanTM e871d5466a strace: 5.1 -> 5.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/strace/versions
2019-07-16 17:55:50 -07:00
R. RyanTM be23a4397a pkgconf: 1.6.1 -> 1.6.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pkgconf/versions
2019-07-15 22:03:27 -07:00
R. RyanTM 2c045c8f6d babeltrace: 1.5.6 -> 1.5.7
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/babeltrace/versions
2019-07-14 23:15:31 -07:00
Frederik Rietdijk fb6260fcf7
Merge pull request from NixOS/staging-next
Staging next
2019-07-10 08:52:04 +02:00
Will Dietz a52e70e10e pahole: 1.12 -> 1.15 2019-07-09 20:15:19 +02:00
Frederik Rietdijk 74c24385cb Merge master into staging-next 2019-07-09 15:46:00 +02:00
Vladimír Čunát 0746c4dbb4
Merge branch 'master' into staging-next
There are several thousand rebuilds from master already.
Hydra nixpkgs: ?compare=1528940
2019-07-06 13:44:40 +02:00
André-Patrick Bubel 4f8dacfcdf
travis: 1.8.9 -> 1.8.10 2019-07-06 13:43:09 +02:00
Doron Behar 03481d23a5 sccache: 0.2.8 -> 0.2.9 2019-07-01 19:21:43 +03:00
worldofpeace 3f4a353737 treewide: use dontUnpack 2019-07-01 04:23:51 -04:00
worldofpeace cab7c6cbd9 treewide: use dontConfigure 2019-07-01 04:23:51 -04:00
Graham Christensen 0daecd2d7a
Merge pull request from volth/cpan2nix-2019-06-20
buildPerlPackage: name -> (pname, version)
2019-06-28 17:54:30 -04:00
Doron Behar 50602eb299 Add darwin specific dependencies 2019-06-23 09:34:53 +03:00
Doron Behar e1ab8ae4a9 sccache: init at 0.2.8 2019-06-22 14:38:00 +03:00
volth b3cc65f8b9 buildPerlPackage: name -> (pname, version) 2019-06-20 15:56:50 +00:00
Matthieu Coudron c33153bf13
Merge pull request from Shados/lua-packaging-improvements-pr
Lua/luarocks packaging improvements
2019-06-19 14:23:31 +02:00
Bas van Dijk ad96121365
Merge pull request from knl/enable-fsevents-api-for-fswatch
fswatch: Enable FSEvents API on Darwin
2019-06-18 09:26:20 +02:00
R. RyanTM f4b609bf54 lttng-tools: 2.10.6 -> 2.10.7
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/lttng-tools/versions
2019-06-17 21:40:39 +02:00
Bjørn Forsman 4cb1d299dd
Merge pull request from r-ryantm/auto-update/lttng-ust
lttng-ust: 2.10.3 -> 2.10.4
2019-06-17 21:40:04 +02:00
Nikola Knezevic a0bbe1aa27 fswatch: Enable FSEvents API on Darwin
On Darwin we can benefit from FSEvents API (that fswatch supports) in order to
have better monitoring of file system changes.
2019-06-17 15:06:04 +02:00
R. RyanTM e8d79a52a9 lttng-ust: 2.10.3 -> 2.10.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/lttng-ust/versions
2019-06-17 00:24:21 -07:00
Franz Pletz 0751c5519e
openocd: fix build with gcc8 2019-06-17 07:06:00 +02:00
volth f3282c8d1e treewide: remove unused variables ()
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Mario Rodas 2c042a3c2e
reviewdog: init at 0.9.12 2019-06-15 02:00:00 -05:00
Alexei Robyn f8efece8e7 luarocks: 3.0.4 -> 3.1.3
The newer version silences some superfluous warnings we were previously
getting in Nix builds using luarocks.
2019-06-13 20:52:34 +10:00
Alexei Robyn 00622f144e luarocks-nix: Bump to version that supports --maintainers argument 2019-06-13 20:03:25 +10:00
Will Dietz 62a4423809
Merge pull request from dtzWill/update/libwhich-1.1.0
libwhich: 2019-03-20 -> 1.1.0
2019-06-11 23:41:22 -05:00
Matthew Bauer 80b51d983a gdb: patch to use mach-o.h instead of bfd/mach-o.h
For unclear reasons, this doesn’t seem to work anymore. bfd/mach-o.h
is not accessible but mach-o.h is.

https://hydra.nixos.org/build/94542582
2019-06-09 23:56:08 -04:00
Will Dietz e198573407
libwhich: 2019-03-20 -> 1.1.0
musl, openbsd support
2019-06-09 22:18:06 -05:00
Matthew Bauer cb385daf95 gdb: remove applied patch for darwin
This patch is no longer needed. The commit was included in this
release.

https://hydra.nixos.org/build/94447561
2019-06-07 15:52:14 -04:00
Vladimír Čunát 8f5edef47e
Merge branch 'staging-next' (PR ) 2019-06-07 08:07:10 +02:00
Matthew Bauer d598eca41e
Merge pull request from matthewbauer/darwin-fixes100
Fixes for x86_64-darwin failures on Hydra
2019-06-06 09:46:41 -04:00
Matthew Bauer 8633a12224 kconfig-frontends: don’t error on security warning
needed for clang 7
2019-06-05 22:52:58 -04:00
Vladimír Čunát 576af17187
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1523575
2019-06-05 11:06:44 +02:00
Matthieu Coudron 441ef28ac5 luarocks-nix: update that fixes indentation
Finally fixes indentation.
- removed buildType as it was not used
- doesn't crash on missing description anymore
2019-06-04 18:57:36 +09:00
Ryan Mulligan 1c090da0f1
Merge pull request from r-ryantm/auto-update/gede
gede: 2.13.1 -> 2.14.1
2019-06-03 05:46:17 -07:00
Vladimír Čunát c4724fb7bc
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1523028
2019-06-03 10:01:25 +02:00
Giulio Eulisse d5e89b50b2
igprof: init at v5.9.16 2019-06-02 11:23:11 +02:00
Matthew Bauer 07fdacf9f9
Merge pull request from Ma27/bump-hydra
hydra: 2019-03-18 -> 2019-05-06
2019-06-01 19:04:38 -04:00
R. RyanTM 08fd23cceb gede: 2.13.1 -> 2.14.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gede/versions
2019-06-01 11:15:20 -07:00
Alyssa Ross 062210bdff treewide: update cargoSha256 hashes for cargo-vendor upgrade
A recent upgrade of cargo-vendor changed its output slightly, which
broke all cargoSha256 hashes in nixpkgs.
See https://github.com/NixOS/nixpkgs/issues/60668 for more information.

Since then, a few hashes have been fixed in master by hand, but there
were a lot still to do, so I did all of the ones left over with some
scripts I wrote.

The one hash I wasn’t able to update was habitat's, because it’s
currently broken and the build doesn’t get far enough to produce a
hash anyway.
2019-06-01 15:17:52 +00:00
R. RyanTM 31df5678ef cli11: 1.7.1 -> 1.8.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cli11/versions
2019-06-01 03:29:13 -07:00
Jörg Thalheim 144a031805
ccls: 0.20190301 -> 0.20190314.1 2019-05-30 11:42:39 +01:00
Ben Hipple 072f4d61c0 swig: use pname and standardize meta
- pname makes it easier to override the version in an overlay and looks generally cleaner
- Updated the meta sections to match between the various versions

No real functional change, just cleanup.
2019-05-28 14:24:42 +00:00
Vladimír Čunát b4ae841b23
Merge branch 'staging-next' into staging 2019-05-26 09:48:55 +02:00
Frederik Rietdijk b2ab860db3 Merge master into staging-next 2019-05-25 12:38:00 +02:00
Benjamin Hipple 62a8927217 libtool2: enable parallel builds 2019-05-24 17:29:23 -04:00
Frederik Rietdijk 6e4e7c5dc6 Merge master into staging-next 2019-05-24 12:39:37 +02:00
Will Dietz 6287f99a22
strace: 5.0 -> 5.1 2019-05-22 20:41:19 -05:00
Matthew Bauer 6bba2572c3
Merge pull request from mmahut/indent
indent: 2.2.10 -> 2.2.12
2019-05-21 18:13:19 -05:00
Daiderd Jordan 77908680f2
indent: fix darwin build 2019-05-21 23:27:10 +02:00
Marek Mahut 5c7ce21c5a indent: 2.2.10 -> 2.2.12 2019-05-21 16:10:07 +00:00
Gabriel Ebner 131d9e53a2 nrfutil: init at 5.2.0 2019-05-19 12:12:32 +02:00
Renaud 8aef83d21d
Merge pull request from bobvanderlinden/patchelf-20190328
patchelfUnstable: 0.10-pre-20180509 -> 0.10-pre-20190328
2019-05-18 16:56:20 +02:00
Will Dietz a867260222 whatstyle: init at 0.1.7 2019-05-18 23:40:39 +09:00
Gabriel Ebner c22f09e70b
Merge pull request from sondr3/tokei-mac-fix
tokei: fix missing Security framework on macOS
2019-05-18 10:52:05 +02:00
Robin Gloster e7103e63e2
Merge pull request from xbreak/sloccount-wrap
sloccount: Wrap shell scripts
2019-05-18 08:28:49 +00:00
Frederik Rietdijk 840e530934 Merge staging into staging-next 2019-05-18 08:17:48 +02:00
Sondre Nilsen bbba525226
tokei: fix missing Security framework on macOS 2019-05-18 03:46:52 +02:00
Bjørn Forsman 03398be1b9 saleae-logic: 1.2.28 -> 1.2.18
Yes, this is a downgrade. The .28 version is beta software, whereas .18
is the latest stable version.
2019-05-17 15:21:20 +02:00
xbreak d54ea3e42b sloccount: Wrap shell scripts
This fixes the issue that when `sloccount` is invoked it would fail
due to missing PATH to companion scripts.
2019-05-17 06:00:03 +00:00
Frederik Rietdijk d4464ff8fe Merge master into staging-next 2019-05-16 08:17:55 +02:00
Rostyslav Kurylo 91872f537c saleae-logic: 1.2.10 -> 1.2.28
The older 1.2.10 version does not support new Saleae devices well.

i686 platform was removed because Saleae stopped providing 32-bit
builds since 1.2.11.
2019-05-15 20:24:22 +02:00
jhaasdijk 78bd2e82cc gdb: 8.2.1 -> 8.3 2019-05-15 17:46:14 +02:00
Benjamin Hipple 6d8b114efa pkg-config: enable check
The pkg-config test suite does pass, except for 3 tests related to functionality
we've modified regarding Requires.private and --static.
2019-05-15 02:13:13 +09:00
Frederik Rietdijk f0a4305e0a Merge staging-next into staging 2019-05-14 10:24:46 +02:00
Daniel Schaefer 06fad89bd6 treewide: Update meta of packages hosted on gnome
- Update homepage URLs
- Add missing meta entries
2019-05-13 03:01:25 -04:00
Daniel Schaefer b85ccbac54 treewide: Add passthru.updateScript to gnome pkgs
`updateScript` lets us update packages automatically.
For packages that are hosted on the gnome mirror it's very easy to add
that. Inspired by https://github.com/NixOS/nixpkgs/issues/36150
2019-05-12 22:23:48 +02:00
Frederik Rietdijk ef0dbef7f1 Merge master into staging-next 2019-05-12 19:59:09 +02:00
Matthew Bauer 8318ded593
Merge pull request from matthewbauer/darwin-nogold
binutils: disable gold when building on darwin
2019-05-11 13:39:38 -04:00
Maximilian Bosch 703a211f05
hydra: 2019-03-18 -> 2019-05-06
As Hydra doesn't have a release model, we have to pin git revs for our
package. The current state provides some new fixes and features like a status
plugin for GitLab.

As Nix 2.0 isn't bundled in `master` and `release-19.03` and we don't
support Nix 1.11 for Hydra, I figured that the Nix version checks could
be dropped and boost can always be used as build input.
2019-05-11 18:56:02 +02:00
Matthew Bauer 3c5188ccb6 binutils: disable gold when building on darwin
Needed to build anything, otherwise get this error:

https://hydra.nixos.org/build/93192355/
2019-05-11 11:24:35 -04:00
Vladimír Čunát e8f4ad0169
Merge branch 'master' into staging-next
~5k rebuilds per platform.
Hydra nixpkgs: ?compare=1518759
2019-05-11 09:41:36 +02:00
Will Dietz d7ff576529
Merge pull request from dtzWill/fix/luarocks-nix-formatting-and-awesome-doc-goodness
luarocks-nix,luaPackages: formatting and additions; awesome: docs!
2019-05-10 16:56:58 -05:00
Bas van Dijk 1a0818e941 elk6: 6.7.1 -> 6.7.2 2019-05-10 23:32:44 +02:00
Bas van Dijk 8673d82bc1 elk5: 5.6.9 -> 5.6.16 2019-05-10 22:46:12 +02:00
Bas van Dijk 46a869b286
Merge pull request from basvandijk/elk-7.0.1
elk: 7.0.0 -> 7.0.1
2019-05-09 15:50:03 +02:00
Bas van Dijk 78cb9b7898 elk: 7.0.0 -> 7.0.1 2019-05-09 11:37:48 +02:00
Renaud 98ec10ecbd
Merge pull request from manveru/mdl-update
mdl: use bundlerApp
2019-05-08 00:09:18 +02:00
Frederik Rietdijk 87a5d8fede Merge staging-next into staging 2019-05-07 19:30:14 +02:00
Frederik Rietdijk a80982b4c9
Merge staging-next into master 2019-05-07 19:29:06 +02:00
Frederik Rietdijk 0196d8f11c Merge master into staging-next 2019-05-07 09:00:06 +02:00
Will Dietz 5fe0547457 creduce: 2.8.0 -> 2.9.0, llvm7 2019-05-06 23:39:56 -05:00
Matthew Bauer e487f93c70
Merge pull request from matthewbauer/binutils-fix-darwin-build
binutils: apply patch when cross compiling from darwin
2019-05-06 15:53:58 -04:00
Andrew Childs ce5a090075 stlink: fix Darwin build
Upstream supports various Unixes, so optimistically set platforms to
`unix` even though we're only going to build it on Linux and Darwin.
2019-05-06 17:06:28 +02:00
Michael Fellinger 1edc21fa52 mdl: use bundlerApp 2019-05-05 15:38:10 +02:00
Andrew Childs 178f455494 [WIP] usb_modeswitch 2019-05-05 19:39:50 +09:00
Bob van der Linden e0a2bc49fd
patchelfUnstable: 0.10-pre-20180509 -> 0.10-pre-20190328 2019-05-04 23:43:33 +02:00
Robert Schütz 56b560942c Merge branch 'master' into staging 2019-05-03 16:01:49 +02:00