Commit graph

374158 commits

Author SHA1 Message Date
Rick van Schijndel 005438b129
Merge pull request #170979 from squalus/proj
proj: support cross compile
2022-05-01 22:36:47 +02:00
Artturi a5357d06e4
Merge pull request #167947 from MatthewCroughan/mc/callLocklessFlake
lib: add callLocklessFlake
2022-05-01 23:06:17 +03:00
Fabian Affolter 917617801d
Merge pull request #171104 from fabaff/bump-checkov
checkov: 2.0.1098 -> 2.0.1102
2022-05-01 21:55:57 +02:00
Fabian Affolter 5ba0755a63
Merge pull request #171109 from fabaff/bump-xknx
python310Packages.xknx: 0.21.0 -> 0.21.1
2022-05-01 21:55:46 +02:00
Fabian Affolter 9fe85546b9
Merge pull request #171112 from fabaff/elkm1-lib-bump
python310Packages.elkm1-lib: 1.3.5 -> 1.3.6
2022-05-01 21:55:26 +02:00
Fabian Affolter 1fc9d3b16d
Merge pull request #171128 from fabaff/fastjsonschema-bump
python310Packages.fastjsonschema: 2.15.2 -> 2.15.3
2022-05-01 21:55:13 +02:00
Matthieu Coudron 1b8e123255 vim/update.py: fix handling of redirects 2022-05-01 21:54:55 +02:00
Fabian Affolter 6fa768884c
Merge pull request #171110 from fabaff/pysensibo-bump
python310Packages.pysensibo: 1.0.12 -> 1.0.13
2022-05-01 21:51:39 +02:00
Matthieu Coudron 67f45a4362 luaPackages.luaexpat: 1.3.0-1 -> 1.4.1-1 2022-05-01 21:45:54 +02:00
Artturi 5b7eede1e7
Merge pull request #168750 from r-ryantm/auto-update/python3.10-tern 2022-05-01 22:17:34 +03:00
Artturi d408811242
Merge pull request #167282 from r-ryantm/auto-update/moonlight-qt
moonlight-qt: 3.2.0 -> 4.0.0
2022-05-01 22:07:53 +03:00
Pavol Rusnak adfcb57e27
Merge pull request #171119 from rnhmjoj/pr-monero 2022-05-01 19:43:49 +02:00
7c6f434c b1160a176b
Merge pull request #170945 from Uthar/abcl-jss
abcl: fix `(require :jss)` in ABCL with Java 17
2022-05-01 17:42:31 +00:00
Ryan Burns 90ff5b954f
Merge pull request #171151 from mklca/libxcrypt-werror-fix
libxcrypt: prevent build failure on warnings
2022-05-01 10:20:17 -07:00
Pavol Rusnak a65645535f
Merge pull request #171145 from erikarvstedt/electrs-0.9.7 2022-05-01 19:11:36 +02:00
R. Ryantm 3c97a65aa8 dictdDBs.wiktionary: 20220301 -> 20220420 2022-05-01 16:58:49 +00:00
f0x52 f36eb34b67
fortune: remove offensive quotes from build (#171153)
This builds the package with -DNO_OFFENSIVE=true, keeping out the
off (offensive) directory from the resulting fortune files. It
also removes the men-women quotes from the resulting db.

Where various default fortune files include some questionable
quotes, this removes the ones even the upstream finds offensive,
and the men-women category. This is also in line with what Fedora
does:
https://src.fedoraproject.org/rpms/fortune-mod/blob/main/f/fortune-mod.spec#_64-74,
and has done in some capacity for years.
2022-05-01 16:58:25 +00:00
Guillaume Girol 0e6265e8f2
Merge pull request #170142 from symphorien/ocaml-lsp-update-2
ocaml-lsp update
2022-05-01 16:54:33 +00:00
José Romildo Malaquias 04073e06ee
Merge pull request #168637 from romildo/upd.lxqt-team
lxqt: add maintainers team
2022-05-01 13:51:43 -03:00
Fabian Affolter f4d55de921 python310Packages.pysensibo: 1.0.13 -> 1.0.14 2022-05-01 18:22:33 +02:00
Robert Schütz 6d21b873f3
Merge pull request #171117 from erictapen/imagemagick
imagemagick: 7.1.0-31 -> 7.1.0-32
2022-05-01 16:19:33 +00:00
José Romildo 417b1c12b2 lxqt: add maintainers team 2022-05-01 13:03:21 -03:00
José Romildo 2addb8a587 maintainers: add lxqt team 2022-05-01 13:03:15 -03:00
davidak cd3a3510dc
Merge pull request #171082 from bobby285271/pantheon
pantheon.granite7: init at 7.0.0
2022-05-01 17:56:42 +02:00
Robert Schütz f4df2160c9 libdeltachat: 1.77.0 -> 1.78.0
https://github.com/deltachat/deltachat-core-rust/blob/1.78.0/CHANGELOG.md
2022-05-01 11:50:57 -04:00
David Scherer 13a9006ec3 Fix determinism by defaulting codegenUnits to 1, not NIX_BUILD_CORES 2022-05-01 11:48:32 -04:00
Mateusz Kowalczyk f6897d23f4 buildRustCrate: make codegen-units configurable
This parameter is being set to `$NIX_BUILD_CORES` by default. This is a
standard practice but there's a suspicion that this can produce broken
builds. For some details see
https://github.com/cargo2nix/cargo2nix/issues/184 . As a
work-around/test, it'd be good if codegen-units can be set to something
constant, such as `1`. This PR allows it.

Note that the default of `$NIX_BUILD_CORES` is preserved so this MR
causes no change in default behaviour and no rebuilds.
2022-05-01 11:48:32 -04:00
Mikaela Allan 50aea6ef03 libxcrypt: prevent build failure on warnings
The upstream autoconf build system has a default setting that treats
compiler warnings as errors. While this can be useful for development
and maintenance it's not ideal for packaging and distribution: newer
versions of compilers may detect warnings that previous versions of the
compilers failed to detect and cause this package to fail to build.
2022-05-01 15:32:16 +00:00
Robert Scott b455605c2d
Merge pull request #170756 from cpcloud/bump-ibis-framework
python3Packages.ibis-framework: 2.1.1 -> 3.0.2
2022-05-01 16:19:54 +01:00
Robert Scott a4d29fe2ad
Merge pull request #171004 from pborzenkov/calibre-web-0.6.18
calibre-web: 0.6.17 -> 0.6.18
2022-05-01 16:19:18 +01:00
Mario Rodas 915c233daf
Merge pull request #170958 from SuperSandro2000/platformsh
platformsh: fix version parsing with nix-env
2022-05-01 10:12:27 -05:00
davidak c60375c5db
Merge pull request #168640 from romildo/upd.enlightenment-team
enlightenment: add maintainers team
2022-05-01 16:32:36 +02:00
José Romildo Malaquias 60a652400b
Merge pull request #170508 from romildo/fix.lxqt
nixos/lxqt: enable libinput
2022-05-01 11:31:51 -03:00
Erik Arvstedt 3edb9cd916
electrs: 0.9.6 -> 0.9.7 2022-05-01 16:29:45 +02:00
davidak 84bf8a57c1
Merge pull request #168633 from romildo/upd.lumina-team
lumina: add maintainers team
2022-05-01 16:27:40 +02:00
Phillip Cloud 95092c3994
python3Packages.ibis-framework: 2.1.1 -> 3.0.2 2022-05-01 10:25:28 -04:00
Phillip Cloud 4c139b0198
python3Packages.duckdb-engine: init at 0.1.8 2022-05-01 10:25:27 -04:00
Phillip Cloud 7b4363195b
python3Packages.ipython-sql: init at 0.4.0 2022-05-01 10:25:26 -04:00
Phillip Cloud d7248afb11
python3Packages.poetry-dynamic-versioning: init at 0.14.1 2022-05-01 10:25:25 -04:00
Devan Carpenter 84e8005e4d gnunet: 0.16.0 -> 0.16.3 2022-05-01 08:46:42 -05:00
Robert Scott 0409a05409
Merge pull request #171025 from cpcloud/bump-duckdb
duckdb: 0.3.3 -> 0.3.4
2022-05-01 14:25:49 +01:00
Fabian Affolter 06c3f8192c
Merge pull request #171131 from r-ryantm/auto-update/python3.10-gehomesdk
python310Packages.gehomesdk: 0.4.24 -> 0.4.25
2022-05-01 15:19:42 +02:00
R. Ryantm ef544798f3 python310Packages.gehomesdk: 0.4.24 -> 0.4.25 2022-05-01 12:45:10 +00:00
Phillip Cloud 2797380318
duckdb: 0.3.3 -> 0.3.4 2022-05-01 08:36:49 -04:00
Fabian Affolter 17cf602ea4 python310Packages.typical: update check part 2022-05-01 14:34:10 +02:00
Fabian Affolter df738d5143
Merge pull request #171017 from fabaff/jsonrpc-async-bump
python310Packages.jsonrpc-async: 2.0.0 -> 2.1.0
2022-05-01 14:12:26 +02:00
Fabian Affolter 41ea86069c
Merge pull request #171020 from r-ryantm/auto-update/python310Packages.apispec
python310Packages.apispec: 5.1.1 -> 5.2.0
2022-05-01 14:12:10 +02:00
Alyssa Ross bdb22bce90 pkgsStatic.slang: fix build 2022-05-01 12:09:34 +00:00
José Romildo 0885172cec nixos/lxqt: enable libinput 2022-05-01 08:55:38 -03:00
Fabian Affolter 7c43c4cc0a
Merge pull request #171114 from r-ryantm/auto-update/python3.10-types-paramiko
python310Packages.types-paramiko: 2.8.20 -> 2.8.21
2022-05-01 13:46:46 +02:00