Commit Graph
444513 Commits
Author SHA1 Message Date
Alyssa Ross a1dc7fcf17 pkg-config: depend on libiconv unconditionally
libiconv is already defined per-platform.  The actual libiconv library
won't be built on platforms like Linux where it doesn't need to be, so
there's no need to maintain a separate platform list here.

Fixes pkgsCross.x86_64-freebsd.pkg-config.
2023-01-18 18:51:41 +00:00
SandroandGitHub f2a48e1402 Merge pull request #211281 from LibreCybernetics/update-git 2023-01-18 16:07:05 +01:00
ArtturiandGitHub 5421135fb3 Merge pull request #211323 from thefloweringash/stdenv-local
stdenv: don't clobber useArray and type in {prepend,append}ToVar
2023-01-18 15:14:26 +02:00
Nick CaoandGitHub f04182510f Merge pull request #210896 from NickCao/systemd-tpm2
systemd: fix tpm2 driver init
2023-01-18 13:41:00 +08:00
Andrew Childs 68f1182b65 stdenv: don't clobber useArray and type in {prepend,append}ToVar
Some other packages, for example ruby gems via buildRubyGem, use a
variable called "type" internally, which is overwritten here and
causes failures like:

    failure: $gempkg path unspecified

Fix for changes in 11c3127e38.
2023-01-18 11:59:47 +09:00
Fabián Heredia Montiel f50df0ed93 git: 2.39.0 → 2.39.1
Advisories:

- https://github.blog/2023-01-17-git-security-vulnerabilities-announced-2/

CVEs:

- CVE-2022-23521
- CVE-2022-41903
- CVE-2022-41953
2023-01-17 15:28:05 -06:00
John EricsonandGitHub 2c48770293 Merge pull request #210816 from obsidiansystems/gcc-fix-bug-80431
gcc: Backport fix of GCC Issue 80431 from version 12
2023-01-17 11:45:29 -05:00
ArtturiandGitHub 37c965dc7b Merge pull request #211163 from Artturin/cleanupstdenvsetup2 2023-01-17 18:21:41 +02:00
toonnandGitHub b7590f3429 Merge pull request #189977 from stephank/feat/swift-darwin
swift: split build & Darwin support.
2023-01-17 14:51:00 +01:00
Artturin e525ae1e1e stdenv: disable shellcheck rule SC2068 & SC1091
this is intentional to support both structuredAttrs and non

In pkgs/stdenv/generic/setup.sh line 614:
for pkg in ${depsBuildBuild[@]} ${depsBuildBuildPropagated[@]}; do
           ^------------------^ SC2068 (error): Double quote array expansions to avoid re-splitting elements.

In pkgs/stdenv/generic/setup.sh line 521:
    local varRef="$varVar[$((targetOffset - hostOffset))]"
                  ^-- SC1087 (error): Use braces when expanding arrays, e.g. ${array[idx]} (or ${var}[.. to quiet).
2023-01-16 23:54:14 +02:00
Artturin f2c27018f0 stdenv: fix SC2242
exit -1 == exit 255 but we don't have a reason to use 255

In pkgs/stdenv/generic/setup.sh line 518:
    (( hostOffset <= targetOffset )) || exit -1
                                             ^-- SC2242 (error): Can only exit with status 0-255. Other data should be wri
tten to stdout/stderr.
2023-01-16 23:03:21 +02:00
ArtturiandGitHub e09153da00 Merge pull request #210993 from Artturin/cleanupstdenvsetup1 2023-01-16 22:12:11 +02:00
github-actions[bot]andGitHub 5a50475572 Merge staging-next into staging 2023-01-16 18:01:50 +00:00
github-actions[bot]andGitHub fe2b59d5ec Merge master into staging-next 2023-01-16 18:01:17 +00:00
Sergei TrofimovichandGitHub 532346c853 Merge pull request #211111 from trofi/lzip-no-op-cleanup
lzip: drop no-op nativeBuildInputs = [ ]; assignment
2023-01-16 17:04:01 +00:00
Lily FosterandEmery Hemingway f46ee73ba6 dracut: init at 059 2023-01-16 10:53:16 -06:00
Fabian MöllerandEmery Hemingway 7c1096ab99 rsync: fix build with musl
The rsync build tries to use IFUNC for SIMD optimizations on x86_64,
which has to be disabled for musl.
2023-01-16 10:51:05 -06:00
ajs124andEmery Hemingway 2de90e2e84 umurmur: fix build with openssl_3 2023-01-16 10:48:36 -06:00
Sergei Trofimovich ea1a841e6f lzip: drop no-op nativeBuildInputs = [ ]; assignment
`nixpkgs` usually omits the assignment for most empty variables.
2023-01-16 16:44:13 +00:00
Thomas GerbetandGitHub b77bbeca8b Merge pull request #210742 from risicle/ris-wireshark-4.0.2
wireshark: 4.0.1 -> 4.0.2
2023-01-16 17:35:57 +01:00
LassulusandGitHub 14c48f9864 Merge pull request #211098 from Mic92/lxc-container
nixos/lxc-container: fix compatibility with systemd-nspawn
2023-01-16 17:31:25 +01:00
Michael Alan Dormanandpennae 2bb560b367 gmrender-resurrect: Add gmediarender service
This creates a systemd unit that will start and supervise the
gmediarender daemon.
2023-01-16 17:28:56 +01:00
SandroandGitHub aa01a3b1df Merge pull request #210952 from r-ryantm/auto-update/python310Packages.google-cloud-securitycenter 2023-01-16 17:18:48 +01:00
SandroandGitHub 3b0ea1e099 Merge pull request #209332 from Luflosi/update/nextpnr 2023-01-16 16:46:49 +01:00
7c6f434candGitHub f55df0d09e Merge pull request #210513 from actionshrimp/tcpflow-platforms
tcpflow: broaden platforms
2023-01-16 15:22:52 +00:00
Jörg Thalheim 22a8cf0c28 nixos/lxc-container: fix compatibility with systemd-nspawn 2023-01-16 15:50:37 +01:00
Thiago Kenji OkadaandGitHub 63435ecbd9 Merge pull request #205360 from r-ryantm/auto-update/clojure-lsp
clojure-lsp: 2022.11.03-00.14.57 -> 2022.12.09-15.51.10
2023-01-16 14:27:33 +00:00
Kou Yong KangandGitHub 1a44669ef4 zotero: 6.0.18 -> 6.0.20 (#210142) 2023-01-16 15:20:37 +01:00
SandroandGitHub b62fe5095d Merge pull request #210765 from lourkeur/chia-dev-tools 2023-01-16 15:19:00 +01:00
markuskowaandGitHub e04f1c4e0c Merge pull request #210756 from r-ryantm/auto-update/cp2k
cp2k: 2022.2 -> 2023.1
2023-01-16 14:41:03 +01:00
Jörg ThalheimandGitHub f1b0fbcaa3 Merge pull request #211074 from Atemu/toybox-darwin-unbreak
toybox: fix Libsystem inconsistency properly
2023-01-16 14:35:34 +01:00
Fabian AffolterandGitHub 94897428db Merge pull request #210845 from r-ryantm/auto-update/linux-router-without-wifi
linux-router-without-wifi: 0.6.6 -> 0.6.7
2023-01-16 13:27:06 +01:00
4dbc2fe873 nixos/syncthing: point out pitfalls with extraOptions (#210208)
Co-authored-by: digital <git-voopaipa@dinid.net>
2023-01-16 13:12:12 +01:00
github-actions[bot]andGitHub 55b5b71fba Merge staging-next into staging 2023-01-16 12:02:01 +00:00
github-actions[bot]andGitHub 3f95e66c1d Merge master into staging-next 2023-01-16 12:01:28 +00:00
R. RyantmandBobby Rong 2cae716942 monetdb: 11.45.7 -> 11.45.11 2023-01-16 19:37:01 +08:00
Bobby RongandGitHub 02ff815e23 Merge pull request #210420 from eliandoran/dev/trilium_update
trilium-{desktop,server}: 0.57.5  -> 0.58.5
2023-01-16 19:30:59 +08:00
R. RyantmandBobby Rong ba00b146c1 pocketbase: 0.11.0 -> 0.11.2 2023-01-16 19:28:57 +08:00
R. RyantmandBobby Rong a5571181be komga: 0.157.5 -> 0.158.0 2023-01-16 19:28:01 +08:00
R. RyantmandBobby Rong 27e1c72be0 mark: 8.4 -> 8.6 2023-01-16 19:23:46 +08:00
Atemu e583172fcb toybox: small refactor 2023-01-16 12:17:04 +01:00
Azat BahawiandGitHub a7bcc949ad Merge pull request #211025 from wozeparrot/seaweedfs
seaweedfs: 3.39 -> 3.40
2023-01-16 14:10:49 +03:00
Azat BahawiandGitHub 8943821992 Merge pull request #186911 from r-ryantm/auto-update/xnotify
xnotify: unstable-2022-02-18 -> 0.9.3
2023-01-16 14:08:34 +03:00
YayaandGitHub 51215b4c37 gitlab: 15.7.2 -> 15.7.3 (#210289)
https://about.gitlab.com/releases/2023/01/11/gitlab-15-7-3-released/
2023-01-16 12:02:23 +01:00
Michele Guerini RoccoandGitHub 93676fa40a Merge pull request #211068 from rnhmjoj/pr-nheko
nheko: 0.11.0 -> 0.11.1
2023-01-16 11:50:56 +01:00
Nick CaoandGitHub 25d107eb8e Merge pull request #210866 from suominen/colorless
colorless: init at 109
2023-01-16 18:38:48 +08:00
Nick CaoandGitHub 7ace936995 Merge pull request #211003 from lilyinstarlight/fix/qt6-plugin-path
nixos/qt: set QT_PLUGIN_PATH and QML2_IMPORT_PATH when enabled
2023-01-16 18:34:23 +08:00
Nick CaoandGitHub bd9a31a3c3 Merge pull request #211056 from fabaff/tlsx-bump
tlsx: 1.0.3 -> 1.0.4
2023-01-16 18:31:13 +08:00
Kimmo Suominen c98d09461e colorless: init at 109 2023-01-16 12:29:51 +02:00
Kimmo Suominen dc047d18bb maintainers: add suominen 2023-01-16 12:29:51 +02:00