Commit graph

94890 commits

Author SHA1 Message Date
John Ericson 8e48232180 gcc: Always pass --enable-shared by default
I am actually a bit skeptical about this, but @matthewbauer makes the
case for this in
https://github.com/NixOS/nixpkgs/pull/107238#discussion_r546454453 and
I'm happy to go with it not being as in the loop on static linking stuff
as he is.
2021-01-03 19:19:09 +00:00
John Ericson f52263ced0 treewide: Start to break up static overlay
We can use use `stdenv.hostPlatform.isStatic` instead, and move the
logic per package. The least opionated benefit of this is that it makes
it much easier to replace packages with modified ones, as there is no
longer any issue of overlay order.

CC @FRidh @matthewbauer
2021-01-03 19:18:16 +00:00
John Ericson 0df75bc04e gcc 8, 10: tabs -> spaces 2021-01-03 19:14:56 +00:00
Pavol Rusnak 030dc67834
Merge pull request #108335 from fabaff/bump-sqlmap
python3Packages.sqlmap: 1.4.11 -> 1.4.12
2021-01-03 18:50:02 +01:00
Maximilian Bosch 026fbcaa21
Merge pull request #108327 from 06kellyjac/tokei
tokei: 12.0.4 -> 12.1.1
2021-01-03 18:30:36 +01:00
Guillaume Girol 7d92b68ba8
Merge pull request #101991 from siraben/z88dk-update
z88dk: 2020-01-27 -> 2.0
2021-01-03 17:15:55 +00:00
Ben Siraphob ebced7f8c1 z88dk: 2020-01-27 -> 2.0 2021-01-03 23:38:10 +07:00
06kellyjac 418f4e11d6 tokei: 12.0.4 -> 12.1.1 2021-01-03 15:26:03 +00:00
Guillaume Girol e95ef6a681
Merge pull request #108123 from urbas/py-air-control-passthru-tests
python3Packages.py-air-control-exporter: add passthru.tests
2021-01-03 15:15:01 +00:00
Matthieu Coudron 499792889d
Merge pull request #108198 from lblasc/luajit-2020-12-29
luajit_2_0: 2.0.5-2020-09-27 -> 2.0.5-2020-12-28, luajit_2_1: 2.1.0-2020-09-30 -> 2.1.0-2020-12-28
2021-01-03 15:39:11 +01:00
Fabian Affolter 97e080a689 python3Packages.sqlmap: 1.4.11 -> 1.4.12 2021-01-03 15:13:05 +01:00
Maximilian Bosch 2e811acdce
Merge pull request #108279 from otavio/new-pkgs/cargo-wipe
cargo-wipe: init at 0.3.0
2021-01-03 14:56:12 +01:00
Luka Blašković beef4b95a9
buildLuaPackage: pass propagatedBuildInputs to final derivation (#108311)
propagatedBuildInputs was completely overridden in the process
2021-01-03 14:03:30 +01:00
Pavol Rusnak 3998ca7a80
Merge pull request #108312 from Emantor/bump/xmodem
python3Packages.xmodem: 0.4.5 -> 0.4.6
2021-01-03 13:48:09 +01:00
Rouven Czerwinski 7a4aa780ca python3Packages.xmodem: 0.4.5 -> 0.4.6
Version bump.
2021-01-03 13:28:34 +01:00
Pavol Rusnak 4d0e996b71
Merge pull request #108303 from siraben/codec2-darwin
codec2: enable build on unix
2021-01-03 13:24:52 +01:00
Pavol Rusnak 23c6c4ce3c
Merge pull request #108291 from fabaff/bump-tld
python3Packages.tld: 0.12.3 -> 0.12.4
2021-01-03 13:12:52 +01:00
Austin Seipp 3dbe656a25
nextpnr: 2020.12.01 -> 2021.01.02, bugfixes, no GUI by default
Upstream NextPNR has moved to disable the GUI by default; it tends to
cause the most complications/bug reports and has various complexities
and failure modes (e.g. I've still had problems getting it working
efficiently on my Ice Lake laptop.)

Instead, disable GUI support by default, and add a new `nextpnrWithGui`
derivation that enables it. This cuts the closure size down by 40ish
percent (~800MB -> ~500MB) and makes it a neglibile amount faster.

It also fixes two bugs:

  1) We were using the old `ICEBOX_ROOT` parameter for ice40 support,
     now known as `ICESTORM_ICE40_PREFIX`, and

  2) the CMake option `SERIALIZE_CHIPDB` was renamed to `..._CHIPDBS`
     (with an 'S' suffix) which should speed up the build at the cost
     of RAM usage

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2021-01-03 06:06:33 -06:00
Austin Seipp b7c5fe8741
trellis: 2020.11.25 -> 2021.01.02
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2021-01-03 06:06:33 -06:00
Austin Seipp 9a3b4e19bb
icestorm: 2020.08.19 -> 2020.12.04
Adds I2C/SPI support for iCE40 u4k devices (iCE5LP4K?)

PyPy3 is apparently broken for now in the wake of the gcc/glibc upgrade,
so just skip it for now.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2021-01-03 06:06:33 -06:00
Austin Seipp 57f664002b
yosys: 0.9+3715 -> 0.9+3803
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2021-01-03 06:06:29 -06:00
Léo Gaspard 2847e38623
Merge pull request #104674 from 06kellyjac/deno
deno: 1.5.3 -> 1.5.4 -> 1.6.0 -> 1.6.1 -> 1.6.2 -> 1.6.3
2021-01-03 12:21:38 +01:00
Joe Hermaszewski cbc4bd9971 vulkan: 1.2.141 -> 1.2.162
Also improve metadata for vulkan-validation-layers
2021-01-03 11:03:42 +00:00
Pavol Rusnak 918031c587
Merge pull request #108292 from rnhmjoj/libusb1
pythonPackages.libusb1: 1.9 -> 1.9.1
2021-01-03 11:51:56 +01:00
sternenseemann fc20aedc9e
ocamlPackages.ocaml-monadic: use dune 2 2021-01-03 11:35:18 +01:00
Robert T. McGibbon 5c5d3d6fee python3Packages.dask: unbreak by removing flaky test 2021-01-03 11:23:11 +01:00
Ben Siraphob c8f70e0e97 codec2: enable build on unix 2021-01-03 17:15:53 +07:00
Sandro 590feeecfb
Merge pull request #107872 from r-k-b/fix-xdot-numpy-and-gtk-test-dependencies
xdot: fix tests
2021-01-03 10:08:40 +01:00
Sandro b33eada960
Merge pull request #108257 from Atemu/update/jc
jc: 1.13.4 -> 1.14.0
2021-01-03 10:03:03 +01:00
Thomas Tuegel 9c04596480 qtlocation: backport upstream patch for recent GCC 2021-01-03 10:00:18 +01:00
Frederik Rietdijk f7267e9797
Merge pull request #107783 from NixOS/staging-next
Staging next (with gcc 10, binutils 2.34 and autoconf 2.70)
2021-01-03 09:59:31 +01:00
rnhmjoj b0587cfbd1
pythonPackages.libusb1: 1.9 -> 1.9.1 2021-01-03 09:54:02 +01:00
Sandro 2f5037444e
Merge pull request #105198 from SuperSandro2000/fix-web-py 2021-01-03 09:26:27 +01:00
Sandro Jäckel 15ec468e9e
pythonPackages.WSME: Disable on python 3.9 2021-01-03 09:20:04 +01:00
Sandro ada3931e6d
Merge pull request #108235 from SuperSandro2000/mass-node-packages 2021-01-03 09:15:38 +01:00
Fabian Affolter 724c01b797 python3Packages.tld: 0.12.3 -> 0.12.4 2021-01-03 09:04:45 +01:00
github-actions[bot] 279110cd86
Merge master into staging-next 2021-01-03 06:23:19 +00:00
Sandro ed6af9373b
Merge pull request #108269 from SuperSandro2000/pyro3-darwin
pythonPackages.Pyro4: Fix hanging tests on darwin
2021-01-03 06:39:41 +01:00
Otavio Salvador 95d7fc7530 cargo-wipe: init at 0.3.0
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2021-01-02 22:26:17 -03:00
github-actions[bot] bc30d1eb34
Merge master into staging-next 2021-01-03 00:56:46 +00:00
Florian Klink 4edcaabafc
Merge pull request #108203 from lovesegfault/pythonPackages.reflink
pythonPackages.reflink: init at 0.2.1
2021-01-03 00:32:16 +01:00
Sandro Jäckel b17fca4a0f
pythonPackages.Pyro4: Fix hanging tests on darwin 2021-01-03 00:16:11 +01:00
Pavol Rusnak f224edb877
Merge pull request #108258 from arcz/liquidctl
liquidctl: init at 1.4.2
2021-01-03 00:09:11 +01:00
Benjamin Hipple 92a391c20b
Merge pull request #108253 from SuperSandro2000/pyro3-darwin
python3Packages.Pyro4: Fix tests on darwin
2021-01-02 18:02:27 -05:00
Lassulus a460b167f4
Merge pull request #107058 from ShamrockLee/pslib
pslib: Init at 0.4.6
2021-01-02 21:17:17 +01:00
Sandro Jäckel 724abf2a02
python3Packages.pyro4: Fix tests on darwin 2021-01-02 21:15:07 +01:00
Artur Cygan c5e35cc8cf liquidctl: init at 1.4.2 2021-01-02 21:01:34 +01:00
Atemu 6559f9654f jc: 1.13.4 -> 1.14.0 2021-01-02 20:59:43 +01:00
Sandro Jäckel 0071332940
nodePackages: update 2021-01-02 20:15:40 +01:00
Peter Simons c9e5a3fa06 vector-th-unbox needs a jailbreak for building with ghc.9.0.x. 2021-01-02 19:58:20 +01:00