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
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
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