Commit graph

259674 commits

Author SHA1 Message Date
Florian Klink 3c8981ee8b buildGoModule: fix cross-compilation with CGO_ENABLED=1
When building a go binary that's linking against some .so/.a, while
cross-compiling, we need to pass the correct compiler, otherwise
`go build` will fail with the not-so helpful error message:

```
gcc_arm64.S: Assembler messages:
gcc_arm64.S:28: Error: no such instruction: `stp x29,x30,[sp,'
gcc_arm64.S:32: Error: too many memory references for `mov'
gcc_arm64.S:34: Error: no such instruction: `stp x19,x20,[sp,'
gcc_arm64.S:37: Error: no such instruction: `stp x21,x22,[sp,'
gcc_arm64.S:40: Error: no such instruction: `stp x23,x24,[sp,'
gcc_arm64.S:43: Error: no such instruction: `stp x25,x26,[sp,'
gcc_arm64.S:46: Error: no such instruction: `stp x27,x28,[sp,'
gcc_arm64.S:50: Error: too many memory references for `mov'
gcc_arm64.S:51: Error: too many memory references for `mov'
gcc_arm64.S:52: Error: too many memory references for `mov'
gcc_arm64.S:54: Error: no such instruction: `blr x20'
gcc_arm64.S:55: Error: no such instruction: `blr x19'
gcc_arm64.S:57: Error: no such instruction: `ldp x27,x28,[sp,'
gcc_arm64.S:60: Error: no such instruction: `ldp x25,x26,[sp,'
gcc_arm64.S:63: Error: no such instruction: `ldp x23,x24,[sp,'
gcc_arm64.S:66: Error: no such instruction: `ldp x21,x22,[sp,'
gcc_arm64.S:69: Error: no such instruction: `ldp x19,x20,[sp,'
gcc_arm64.S:72: Error: no such instruction: `ldp x29,x30,[sp],'
```
2020-12-26 23:40:05 +01:00
Sandro 064cf56d02
Merge pull request #107510 from svrana/tilt-update
tilt: 0.17.13 -> 0.18.1
2020-12-25 01:03:14 +01:00
Sandro a69415ef86
Merge pull request #107492 from SuperSandro2000/pythonPackages-disable-tests 2020-12-25 00:55:40 +01:00
Dmitry Kalinkin 96186b217c
Merge pull request #107204 from veprbl/pr/texlive_substitute_from_hydra
texlive.combine: set allowSubstitutes = true
2020-12-24 18:32:46 -05:00
Florian Klink ae46445e62
Merge pull request #107540 from flokli/websocketpp-fix-cross
websocketpp: fix cross
2020-12-24 23:29:41 +01:00
Sandro 35296b1e11
Merge pull request #105193 from SuperSandro2000/volctl-0.8.0
volctl: 0.6.3 -> 0.8.0
2020-12-24 21:30:53 +01:00
Robbert Gurdeep Singh caa725a6fd nixos/nextcloud: fix missing quotes arround $* in occ wrapper and replace with $@
This will allow this to work:
    nextcloud-occ config:app:set theming slogan --value="A place for testing"
2020-12-24 21:02:05 +01:00
Lassulus 16b80104bf
Merge pull request #107383 from cole-h/kakoune
kakoune: fix installCheck
2020-12-24 20:07:09 +01:00
Sandro 46ceea4666
Merge pull request #107471 from siraben/craftos-init
craftos-pc: init at 2.4.5
2020-12-24 19:12:26 +01:00
Pascal Bach 0b50507102
libctemplate: 2.3 -> 2.4 (#107423)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2020-12-24 19:11:22 +01:00
Kevin Cox c1f95fedb5
Merge pull request #106975 from tfmoraes/vtk_qt515
vtk: qt514 -> qt515
2020-12-24 12:48:00 -05:00
Pavol Rusnak 71a4dfb919
Merge pull request #107523 from buckley310/brave
brave: 1.18.70 -> 1.18.75
2020-12-24 17:45:56 +01:00
R. RyanTM f63d83696a picard: 2.5.4 -> 2.5.5 2020-12-24 08:37:50 -08:00
R. RyanTM 618923292b python37Packages.auth0-python: 3.13.0 -> 3.14.0 2020-12-24 08:37:20 -08:00
R. RyanTM 2c3ca45515 mavproxy: 1.8.29 -> 1.8.30 2020-12-24 08:35:40 -08:00
Florian Klink a285c3e9af Revert "alsa-firmware: 1.2.1 -> 1.2.4"
This was pushed to master without a PR and broke cross compilation of a
small cross-NixOS:

```
configure: error: in `/build/alsa-firmware-1.2.4':
configure: error: C compiler cannot create executables
See `config.log' for more details
```

Let's re-roll this in a PR.

This reverts commit 72f71e9071.
2020-12-24 17:17:57 +01:00
Profpatsch c505e57173 tree-sitter: patch out web-ui by default, to drop emscripten
The tree-sitter build closure is pretty lean by default, but the
optional web-ui requires emscripten to compile the web interface
javascript/wasm code.

This is clearly not worth the increase in build closure size, and
since emscripten is broken more often than not, let’s patch it out by
default. If somebody /really/ needs the web-ui, there is a
`webUISupport` flag.
2020-12-24 17:11:04 +01:00
Florian Klink 3daa255777 websocketpp: fix cross
Apparently, that's all needed to get websocketpp to cross-compile.
2020-12-24 16:56:50 +01:00
John Ericson fb875dcf6f
Merge pull request #107507 from LibreCybernetics/add-zen-info
lib.systems: update processor architecture info
2020-12-24 10:23:10 -05:00
lsix a24ea365e7
Merge pull request #107391 from sikmir/qgis
qgis: 3.10.11 → 3.10.13, mark unbroken
2020-12-24 15:04:27 +00:00
Gabriel Ebner 0be042b676
Merge pull request #107528 from gebner/qjackctl090
qjackctl: 0.6.3 -> 0.9.0
2020-12-24 15:14:40 +01:00
Pavol Rusnak 539410defe
Merge pull request #107188 from expipiplus1/joe-dxc-darwin
Add Darwin support for directx-shader-compiler
2020-12-24 14:38:13 +01:00
Gabriel Ebner 5ea858139a qjackctl: 0.6.3 -> 0.9.0 2020-12-24 12:43:00 +01:00
Gabriel Ebner e3b15e2be2
Merge pull request #105382 from suhr/qjackctl-session
qjackctl: add `jackSession` option
2020-12-24 12:35:16 +01:00
Timo Kaufmann 1b750c41fc
Merge pull request #107499 from r-ryantm/auto-update/python3.7-pybullet
python37Packages.pybullet: 3.0.7 -> 3.0.8
2020-12-24 11:09:54 +01:00
Ben Siraphob cb1e980a72 craftos-pc: init at 2.4.5 2020-12-24 16:40:01 +07:00
lsix 156b9cc570
Merge pull request #107482 from lsix/gama-2.12
gama: 2.09 -> 2.12
2020-12-24 08:22:07 +00:00
Sean Buckley 156ce8d398 brave: 1.18.70 -> 1.18.75 2020-12-24 01:54:36 -05:00
Jonathan Ringer 9721604610 steamPackages.steam: add udev rules 2020-12-23 22:46:56 -08:00
upkeep-bot e24bf9062b vscode: 1.51.1 -> 1.52.1 2020-12-23 18:16:05 -08:00
Florian Klink 8f5c939147
Merge pull request #107435 from flokli/gnats-cc-wrapper-format-unsupported
gnats: format hardened flag isn't supported
2020-12-24 02:25:27 +01:00
Shaw Vrana 1734a9a578 tilt: 0.17.13 -> 0.18.1 2020-12-23 17:21:52 -08:00
Sandro 88e20e3877
Merge pull request #107475 from doronbehar/pkg/imapfilter
imapfilter: 2.6.16 -> 2.7.5
2020-12-24 02:20:53 +01:00
Tim Steinbach 72f71e9071
alsa-firmware: 1.2.1 -> 1.2.4 2020-12-23 20:18:28 -05:00
Tim Steinbach fe23bdaecb
alsaLib: 1.2.3 -> 1.2.4 2020-12-23 20:18:24 -05:00
Mario Rodas 466759ff27 libnice: 0.1.16 -> 0.1.18 2020-12-23 17:08:20 -08:00
Ryan Mulligan 37b9ca1698
Merge pull request #107494 from r-ryantm/auto-update/python3.7-zstd
python37Packages.zstd: 1.4.5.1 -> 1.4.8.1
2020-12-23 17:05:59 -08:00
Fabián Heredia Montiel 2a9ac172c1 lib.systems: update processor architecture info 2020-12-23 18:57:59 -06:00
R. RyanTM f971e07543 python37Packages.casbin: 0.13.0 -> 0.14.0 2020-12-23 16:38:47 -08:00
Peter Hoeg cb66517866
picocom: 3.1 -> 3.2a (#107379)
* picocom: 3.1 -> 3.2a

Also:
- drop wrapper and patch in location of binaries
- add bash completion support
- start using shell helpers instead of manually copying in man page

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2020-12-24 07:22:20 +08:00
Tim Steinbach 1d364e5138
tests/shadow: Improve
On slow hardware, the test was flaky.
This improves it.
2020-12-23 17:48:12 -05:00
Tim Steinbach 9f371adb3d
awscli: 1.18.202 -> 1.18.203 2020-12-23 17:11:23 -05:00
Tim Steinbach be349362ee
python3Packages.boto3: 1.16.42 -> 1.16.43 2020-12-23 17:08:31 -05:00
Tim Steinbach 421b7874ca
python3Packages.botocore: 1.19.42 -> 1.19.43 2020-12-23 17:07:25 -05:00
Tim Steinbach f061d6ff26
coursier: 2.0.7 -> 2.0.8 2020-12-23 17:05:51 -05:00
R. RyanTM 3c2bacaa8a python37Packages.pybullet: 3.0.7 -> 3.0.8 2020-12-23 22:02:18 +00:00
R. RyanTM ed0c68df46 python37Packages.zstd: 1.4.5.1 -> 1.4.8.1 2020-12-23 21:22:53 +00:00
Niklas Hambüchen db9a28338f
Merge pull request #107122 from nh2/thunderbird-gpgme
thunderbird: Add gpg/gpgme dependencies to fix smartcard usage
2020-12-23 22:14:24 +01:00
WilliButz f1584ed282
Merge pull request #107469 from Ma27/bump-prometheus
prometheus: 2.22.2 -> 2.23.0
2020-12-23 21:49:08 +01:00
Sandro Jäckel 77d9213735
pythonPackages.setuptools-scm-git-archive: Disable tests 2020-12-23 21:30:43 +01:00