Commit Graph

4504 Commits

Author SHA1 Message Date
Jonathan Ringer
5263fb820e
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/development/python-modules/django-rq/default.nix
	pkgs/top-level/all-packages.nix
2021-12-05 22:02:00 -08:00
Thiago Kenji Okada
13f4e1b959
Merge pull request #148743 from r-ryantm/auto-update/act
act: 0.2.24 -> 0.2.25
2021-12-05 17:05:06 -03:00
Jörg Thalheim
423aff986c Merge remote-tracking branch 'upstream/master' into HEAD 2021-12-05 19:41:20 +01:00
R. Ryantm
8a88b0c288 act: 0.2.24 -> 0.2.25 2021-12-05 17:38:30 +00:00
Sergei Trofimovich
4f1f0e5451 tcptrack: fix build on ncurses-6.3
Without the change the build fails on ncurses-6.3 as:

    TextUI.cc: In member function 'void TextUI::drawui()':
    TextUI.cc:312:34: error: format '%d' expects argument of type 'int',
     but argument 2 has type 'time_t' {aka 'long int'} [-Werror=format]
      312 |                         printw("%ds",ic->getIdleSeconds());
          |                                 ~^   ~~~~~~~~~~~~~~~~~~~~
          |                                  int                   time_t {aka long int}
          |                                 %ld
2021-12-05 15:58:17 +00:00
Felix Buehler
8d0267dc8f treewide: use pname&version instead of name 2021-12-05 15:38:17 +01:00
Pavol Rusnak
c549f68b7d
libtree: init at 2.0.0 2021-12-05 13:40:00 +01:00
Dominique Martinet
0ae1623ea3 pahole: remove submodule
1.22 merged the EMBEDDED_LIBBPF patch back
2021-12-04 21:12:07 +09:00
Dominique Martinet
bc58795244 pahole: 1.20 -> 1.22 2021-12-04 21:12:07 +09:00
github-actions[bot]
904ed45698
Merge master into staging-next 2021-12-03 18:01:12 +00:00
Bruce Collie
ea42e8e07e Bump LLVM lit to 13.0.0 2021-12-03 15:39:23 +00:00
github-actions[bot]
61ce96a63a
Merge staging-next into staging 2021-12-02 18:01:48 +00:00
github-actions[bot]
bcc4d12e17
Merge master into staging-next 2021-12-02 18:01:11 +00:00
Maximilian Bosch
d0cb903609 strace: 5.14 -> 5.15
ChangeLog: https://github.com/strace/strace/releases/tag/v5.15
2021-12-02 14:29:31 +00:00
github-actions[bot]
b58b9075cd
Merge staging-next into staging 2021-12-01 00:02:28 +00:00
github-actions[bot]
80fce0f4a7
Merge master into staging-next 2021-12-01 00:01:49 +00:00
lsix
d34d2eafc0
Merge pull request #147470 from trofi/fix-gdb-for-gcc-12
gdb: pull upstream fix for gcc-12
2021-11-30 23:26:11 +00:00
Sandro
5b42db3598
Merge pull request #144084 from trofi/update-cvise 2021-11-30 20:03:20 +01:00
Jonathan Ringer
3bbe9a9459
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
	pkgs/top-level/all-packages.nix
2021-11-29 10:15:20 -08:00
github-actions[bot]
096c9145eb
Merge master into staging-next 2021-11-29 12:01:28 +00:00
Fabian Affolter
d32d3dd8ea
Merge pull request #129411 from fabaff/bump-ropgadget
python3Packages.ropgadget: 6.5 -> 6.6
2021-11-29 08:54:00 +01:00
github-actions[bot]
a0e9d6e2c6
Merge master into staging-next 2021-11-29 00:01:22 +00:00
Thiago Kenji Okada
97724e99d8
Merge pull request #147597 from ericdallo/bump-polylith
polylith: 0.2.12-alpha -> 0.2.13-alpha
2021-11-28 15:36:54 -03:00
github-actions[bot]
cfa04cbd2d
Merge staging-next into staging 2021-11-28 06:01:44 +00:00
github-actions[bot]
2534e1384b
Merge master into staging-next 2021-11-28 06:01:05 +00:00
Eric Dallo
33c8bc7186
polylith: 0.2.12-alpha -> 0.2.13-alpha 2021-11-27 11:02:44 -03:00
Sandro
cb292462cf
Merge pull request #139808 from trofi/update-automake 2021-11-26 22:56:44 +01:00
Sergei Trofimovich
53e928ed5f gdb: pull upstream fix for gcc-12
Without the change the build fails as:

    sim/cr16/interp.c: In function 'lookup_hash':
    sim/cr16/interp.c:89:25: error:
      the comparison will always evaluate as 'true'
      for the address of 'mnimonic' will never be NULL [-Werror=address]
       89 |   if ((h->ops->mnimonic != NULL) &&
          |                         ^~
2021-11-26 17:57:18 +00:00
Thomas Watson
449c0a1d22 patchelfUnstable: 2020-07-11 -> 2021-11-16 2021-11-26 16:26:50 +00:00
github-actions[bot]
c0838c1e7a
Merge master into staging-next 2021-11-25 18:01:08 +00:00
Thiago Kenji Okada
f1c16183c8 buildGraalvmNativeImage: fix meta, add --verbose flag 2021-11-24 10:37:33 -03:00
Thiago Kenji Okada
d352856ea2 buildGraalvmNativeImage: default executable to pname 2021-11-24 10:37:32 -03:00
Thiago Kenji Okada
7c632551c1 clojure-lsp: use buildGraalvmNativeImage 2021-11-24 10:37:32 -03:00
Thiago Kenji Okada
1415e30830 buildGraalvmNativeImage: init
For now it only takes care of the single Jar <-> single Executable case.
This will take care of the majority (all?) use cases we have in nixpkgs
currently.
2021-11-24 10:37:32 -03:00
github-actions[bot]
a6c34d347f
Merge master into staging-next 2021-11-24 00:01:39 +00:00
Andreas Rammhold
806b8b46db
Merge pull request #147125 from felixsinger/pkgs/coreboot-toolchain/fix-building
coreboot-toolchain: Fix building
2021-11-24 00:47:13 +01:00
Thiago Kenji Okada
c412b131ec
Merge pull request #147147 from r-ryantm/auto-update/blackfire
blackfire: 2.5.1 -> 2.5.2
2021-11-23 20:29:57 -03:00
Andreas Rammhold
3cd5413447
coreboot-toolchain: refactor the package set structure
Previously we were unable to override individual attributes within the
coreboot-toolchain packageset. By using callPackage on each of the
attributes individually we retain the ability to call the override
function to inject custom dependencies into the build.
2021-11-24 00:25:56 +01:00
github-actions[bot]
a1d98b162f
Merge master into staging-next 2021-11-23 18:01:10 +00:00
R. Ryantm
1aa21798e8 blackfire: 2.5.1 -> 2.5.2 2021-11-23 16:34:29 +00:00
Jan Tojnar
0db8b38bd4
Merge pull request #143672 from r-ryantm/auto-update/flatpak-builder
flatpak-builder: 1.0.14 -> 1.2.0
2021-11-23 16:21:46 +01:00
Jan Tojnar
0bbd6b822e debugedit: unstable-2021-07-05 → 5.0
https://sourceware.org/git/?p=debugedit.git;a=shortlog;h=refs/tags/debugedit-5.0
2021-11-22 16:30:44 +01:00
github-actions[bot]
197135904f
Merge staging-next into staging 2021-11-21 00:02:25 +00:00
github-actions[bot]
43d088886e
Merge master into staging-next 2021-11-21 00:01:46 +00:00
Thiago Kenji Okada
5dc63731fb
Merge pull request #146723 from dtzWill/update/creduce-2.10.0
creduce: 2.9.0 -> 2.10.0
2021-11-20 18:51:46 -03:00
Sandro
cfac57e2ed
Merge pull request #146596 from jonringer/gengetopt-test-suite 2021-11-20 19:14:56 +01:00
Kira Bruneau
62b541455d ccache: 4.5 → 4.5.1 2021-11-20 08:48:49 -05:00
github-actions[bot]
0373476c4a
Merge master into staging-next 2021-11-20 06:01:21 +00:00
Will Dietz
5e253e043d creduce: 2.9.0 -> 2.10.0
Bump required LLVM from 7 to 8.
2021-11-19 20:17:28 -06:00
Felix Singer
bcbc7c0f21 coreboot-toolchain: Add other target architectures
Add the following target architectures:
  * x86_64
  * arm
  * aarch64
  * riscv
  * ppc64
  * nds32le

Signed-off-by: Felix Singer <felixsinger@posteo.net>
2021-11-20 02:18:10 +01:00
Felix Singer
8002a4a133 coreboot-toolchain: Allow adding new architectures
Rework package so that new target architectures can be added and reuse
common configurations.

Signed-off-by: Felix Singer <felixsinger@posteo.net>
2021-11-20 02:18:05 +01:00
Jonathan Ringer
fadaef5aed
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/applications/networking/browsers/chromium/common.nix
2021-11-19 14:31:57 -08:00
Yurii Matsiuk
3962f85607
drush: fix build 2021-11-19 19:29:03 +01:00
Jonathan Ringer
49a2392306
gengetopt: disable parallelism
Test suite is not thread safe.
2021-11-19 01:03:49 -08:00
Fabian Affolter
ddcf2bb8c1 pwndbg: update ropgadget 2021-11-19 00:13:01 +01:00
Sergei Trofimovich
4072681207 automake: 1.16.3 -> 1.16.5 2021-11-17 14:12:34 +00:00
github-actions[bot]
f8cf67790e
Merge master into staging-next 2021-11-17 06:01:28 +00:00
figsoda
6ad04bcb7d
Merge pull request #146243 from figsoda/treewide-rust-feature
treewide: use buildFeatures and checkFeatures for rust packages
2021-11-16 21:00:48 -05:00
Jonathan Ringer
a2e621d20d
Merge remote-tracking branch 'origin/master' into staging-next 2021-11-16 07:50:20 -08:00
figsoda
b73c22c537 tokei: use buildFeatures 2021-11-16 08:11:53 -05:00
figsoda
5a1b5f86d5 sccache: use buildFeatures 2021-11-16 08:11:52 -05:00
endorama
916b25435f docopts: 0.6.3 -> 0.6.4
Version 0.6.3 was affected by a bug (https://github.com/docopt/docopts/issues/47) that has been resolved in 0.6.4.

Signed-off-by: Edoardo Tenani <edoardo.tenani@pm.me>
2021-11-16 12:42:27 +01:00
Sergei Trofimovich
c7f31cfa6a cvise: 2.3.0 -> 2.4.0
Add new python3Packages.chardet dependency and switch to latest llvm.
cvise does a good job supporting llvm version range.
2021-11-15 22:28:54 +00:00
Vladimír Čunát
add40e9d32
Merge #144998: autoconf: pull upstream fix (into staging) 2021-11-15 20:33:13 +01:00
github-actions[bot]
faf5da6aed
Merge staging-next into staging 2021-11-15 12:01:44 +00:00
Vladimír Čunát
64065d76f4
Merge #144730: branch 'staging-next' 2021-11-15 11:52:15 +01:00
Doron Behar
c294b8de0f
Merge pull request #146005 from kira-bruneau/texlab 2021-11-15 10:54:50 +02:00
Ryan Burns
9ef49d13de
Merge pull request #146007 from kira-bruneau/ccache
ccache: 4.4.2 → 4.5
2021-11-14 12:06:25 -08:00
Kira Bruneau
f82b8909cb texlab: 3.3.0 → 3.3.1 2021-11-14 14:18:14 -05:00
Kira Bruneau
5e7e5e5d41 ccache: 4.4.2 → 4.5 2021-11-14 14:17:02 -05:00
Jörg Thalheim
6dba3177c5
Merge pull request #145782 from trofi/update-elfutils
elfutils: 0.185 -> 0.186
2021-11-14 11:35:28 +00:00
Sergei Trofimovich
fd17139b80 elfutils: 0.185 -> 0.186
Dropped one upstreamed patch.
2021-11-14 00:08:48 +00:00
Sandro
22a4fcfd4e
Merge pull request #145239 from Stunkymonkey/development-pname-version-1 2021-11-13 23:59:13 +01:00
github-actions[bot]
65356b24bf
Merge staging-next into staging 2021-11-12 18:01:48 +00:00
github-actions[bot]
699560194d
Merge master into staging-next 2021-11-12 18:01:08 +00:00
Sandro
f12351d5c5
Merge pull request #135931 from joachimschmidt557/intel-gpu-tools-1.26 2021-11-12 17:57:02 +01:00
github-actions[bot]
62b9b0d9e8
Merge staging-next into staging 2021-11-11 00:02:20 +00:00
github-actions[bot]
b199af176d
Merge master into staging-next 2021-11-11 00:01:45 +00:00
Felix Singer
0faf3230fb coreboot-toolchain: Improve reproducibility
For reproducibility, the toolchain build system appends a specific
version string to the usual version string of the tools. Before 4.15,
the build system used git for that at runtime and since the .git
directory is removed by the NixOS build system, the version string was
empty and resulted in `v_`.

Now, the toolchain build system prefers using the environment variable
`CROSSGCC_VERSION` if set. Thus, extract the version string in the
postFetch phase and set `CROSSGCC_VERSION` in the build phase.

Signed-off-by: Felix Singer <felixsinger@posteo.net>
2021-11-10 20:15:05 +01:00
Felix Singer
ee2417a226 coreboot-toolchain: 4.14 -> 4.15
Update to latest release.

Signed-off-by: Felix Singer <felixsinger@posteo.net>
2021-11-10 19:39:12 +01:00
Felix Singer
60d1033025 coreboot-toolchain: Rework update script
Rework update script so that it needs to be run from the root directory
of nixpkgs and get rid of relative paths. Also, move the resulting file
`sources.nix` into the package directory.

Signed-off-by: Felix Singer <felixsinger@posteo.net>
2021-11-10 19:38:31 +01:00
Felix Singer
4e75ca5bae coreboot-toolchain: Disable fetching of submodules
Submodules are not needed. Thus, disable fetching of the submodules.

Signed-off-by: Felix Singer <felixsinger@posteo.net>
2021-11-10 19:05:19 +01:00
Felix Buehler
388a3a14d8 autoconf: rename name to pname&version 2021-11-10 14:05:09 +01:00
Felix Buehler
66e4f4b3ee pkgs/development: followup fmt 2021-11-10 14:03:48 +01:00
Felix Buehler
345d71ffd0 pkgs/development: rename name to pname&version 2021-11-10 14:03:21 +01:00
Sergei Trofimovich
70f8d78dcc autoconf: pull upstream fix for autoreconf race
Before this change `xfce.garcon` did not always compile successfully:

    $ c=1; while nix build --rebuild -f. xfce.garcon --cores 1; do (( c+=1 )); echo again with $c; done
    ...
    again with 4
    garcon-gtk/Makefile.am: installing './depcomp'
    .../am/depend2.am: error: am__fastdepCC does not appear in AM_CONDITIONAL
    .../am/depend2.am:   The usual way to define 'am__fastdepCC' is to add 'AC_PROG_CC'

This happens due to an autoconf bug when m4 is called within 1 second:
    Upstream report and fix: https://savannah.gnu.org/support/index.php?110521

The change allows `xfce.garcon` to rebuild 60 times in a row without failures.
2021-11-09 18:02:06 +00:00
github-actions[bot]
9ecd6bf4df
Merge staging-next into staging 2021-11-08 18:02:05 +00:00
github-actions[bot]
f14d7cb2f6
Merge master into staging-next 2021-11-08 18:01:24 +00:00
Thiago Kenji Okada
4ef967af20 clojure-lsp: mark it as broken on non-x86_64 platforms
It depends on datalevin, a SVM dependency that nowadays explicitly
supports x86_64 only.

However, it may support aarch64 in the future, so mark it as broken.
2021-11-08 12:48:01 -03:00
Ryan Burns
aa1277c258
Merge pull request #144957 from KAction/static/indent
indent: fix static build
2021-11-07 12:08:14 -08:00
Dmitry Bogatov
4802e8085d
Update pkgs/development/tools/misc/indent/default.nix
Co-authored-by: Ryan Burns <52847440+r-burns@users.noreply.github.com>
2021-11-07 14:39:56 -05:00
Dmitry Bogatov
20121dc08d
Update pkgs/development/tools/misc/indent/default.nix
Co-authored-by: Ryan Burns <52847440+r-burns@users.noreply.github.com>
2021-11-07 14:38:22 -05:00
github-actions[bot]
8130cf6764
Merge staging-next into staging 2021-11-07 06:01:36 +00:00
github-actions[bot]
1093ddf273
Merge master into staging-next 2021-11-07 06:01:02 +00:00
Thiago Kenji Okada
424d276cb7
Merge pull request #144481 from ericdallo/bump-clojure-lsp
clojure-lsp: 2021.09.30-15.28.01 -> 2021.11.02-15.24.47
2021-11-07 02:04:24 -03:00
Dmitry Bogatov
e762e6ab9e indent: fix static build 2021-11-07 00:46:24 -04:00
Sandro Jäckel
5cd64d018d
autogen: format 2021-11-05 21:07:40 +01:00
Sandro
c8769cc03c
Merge pull request #142602 from Artturin/strictdepsfixes 2021-11-05 19:33:27 +01:00
github-actions[bot]
933da575d4
Merge master into staging-next 2021-11-05 18:01:07 +00:00
Artturin
66ee13595f autogen: fix build with strictDeps 2021-11-05 19:57:04 +02:00