Commit Graph

2535 Commits

Author SHA1 Message Date
github-actions[bot]
872d17dee8
Merge master into staging-next 2023-01-30 18:01:30 +00:00
Christian Bourjau
ee303854a0 micromamba: 1.0.0 -> 1.2.0
Update micromamba from 1.0.0 to 1.2.0. Spdlog is used as a header-only
library with its own vendored version of fmt_8 while micromamba depends
explicitly on fmt_9. Suggestions are welcome on how to best express
this for nixpkgs!
2023-01-30 10:16:11 +01:00
github-actions[bot]
04f965695c
Merge master into staging-next 2023-01-29 06:01:23 +00:00
figsoda
2be40c5713 nix-update: 0.14.0 -> 0.15.0
Diff: https://github.com/Mic92/nix-update/compare/0.14.0...0.15.0

Changelog: https://github.com/Mic92/nix-update/releases/tag/0.15.0
2023-01-28 13:51:56 -05:00
github-actions[bot]
b460ba1998
Merge master into staging-next 2023-01-28 12:01:10 +00:00
Artturi
d6d1b8bfa0
Merge pull request #212304 from amjoseph-nixpkgs/pr/nix/enable-embedded-sandbox-shell 2023-01-28 11:42:12 +02:00
github-actions[bot]
951b517e4c
Merge master into staging-next 2023-01-28 06:01:19 +00:00
R. Ryantm
3a4ffe1ee8 apk-tools: 2.12.10 -> 2.12.11 2023-01-28 03:24:05 +00:00
Martin Weinelt
52029b8e00 Merge remote-tracking branch 'origin/master' into staging-next 2023-01-27 23:50:36 +01:00
Martin Weinelt
79dcb73558
Merge pull request #212867 from r-ryantm/auto-update/apt
apt: 2.5.4 -> 2.5.5
2023-01-27 19:35:38 +00:00
Vladimír Čunát
8a77ed60ac
Merge branch 'master' into staging-next 2023-01-27 09:36:55 +01:00
Weijia Wang
0009d66e21
Merge pull request #212852 from r-ryantm/auto-update/nfpm
nfpm: 2.23.0 -> 2.24.0
2023-01-27 03:54:22 +01:00
R. Ryantm
cf6992b7fa apt: 2.5.4 -> 2.5.5 2023-01-27 00:32:39 +00:00
github-actions[bot]
2a8fae3ee5
Merge master into staging-next 2023-01-27 00:02:25 +00:00
R. Ryantm
6fc8e33389 nfpm: 2.23.0 -> 2.24.0 2023-01-26 22:42:45 +00:00
Bernardo Meurer
88878eab12
Merge pull request #211157 from qowoz/nix-monitorfdup 2023-01-26 16:53:30 -05:00
github-actions[bot]
578f1ba854
Merge master into staging-next 2023-01-26 18:01:29 +00:00
zowoq
2d39d4475f Revert "nixUnstable: bump to latest nix version"
This reverts commit 523e62005a.
2023-01-26 22:22:58 +10:00
zowoq
c71e0d662d Revert "Revert "nixVersions.stable: 2.12 -> 2.13""
This reverts commit 89181b4e09.
2023-01-26 22:22:48 +10:00
zowoq
c0cf231b22 nixVersions.nix_2_13: 2.13.1 -> 2.13.2
https://github.com/NixOS/nix/releases/tag/2.13.2
2023-01-26 22:21:48 +10:00
github-actions[bot]
20df8d00cc
Merge master into staging-next 2023-01-25 12:01:34 +00:00
Jonas Heinrich
ad46be4397
Merge pull request #212142 from dit7ya/apx
apx: init at 1.4.2
2023-01-25 11:37:32 +01:00
github-actions[bot]
c47e4b69a3
Merge master into staging-next 2023-01-25 00:02:20 +00:00
figsoda
745456072a nix-update: 0.13.0 -> 0.14.0
Diff: https://github.com/Mic92/nix-update/compare/0.13.0...0.14.0

Changelog: https://github.com/Mic92/nix-update/releases/tag/0.14.0
2023-01-25 08:05:29 +10:00
github-actions[bot]
7a89380b7e
Merge master into staging-next 2023-01-24 18:01:00 +00:00
Shawn8901
133fa5f867 treewide: remove global with lib; in pkgs/tools 2023-01-24 17:41:44 +01:00
Adam Joseph
a0d2937643 nix: if isStatic && atLeast210 then --enable-embedded-sandbox-shell
This commit enables the embedded sandbox shell for static builds of nix>=2.10.
2023-01-23 12:16:58 -08:00
Robert Schütz
69199cd5bd poetry: pin dulwich at 0.20.50 2023-01-23 11:59:16 -08:00
github-actions[bot]
44319c878e
Merge master into staging-next 2023-01-23 00:02:15 +00:00
Jörg Thalheim
523e62005a nixUnstable: bump to latest nix version 2023-01-23 07:14:27 +10:00
github-actions[bot]
feb2240b37
Merge master into staging-next 2023-01-22 18:01:03 +00:00
Mostly Void
fbb694c1b5
apx: init at 1.4.2 2023-01-22 23:04:06 +05:30
Adam Joseph
42815b4a0c treewide: systemdSupport: use lib.meta.availableOn
Many packages have some kind of flag indicating whether or not to build with
systemd support.  Most of these default to `stdenv.isLinux`, but systemd does
not build on (and is marked `broken` for) `isStatic`.  Only a few packages have
the needed `&& !isStatic` in the default value for their parameter.

This commit moves the logic for the default value of these flags into
`systemd.meta.{platforms,badPlatforms}` and evaluates those conditions using
`lib.meta.availableOn`.

This provides three benefits:

1. The default values are set correctly (i.e. including `&& isStatic`)

2. The default values are set consistently

3. The way is paved for any future non-Linux systemd platforms (FreeBSD is
   reported to have experimental systemd support)
2023-01-22 00:27:19 -08:00
Jonas Heinrich
ed7fdf7c8a
Merge pull request #211940 from r-ryantm/auto-update/clib
clib: 2.8.2 -> 2.8.3
2023-01-22 07:20:09 +01:00
Kira Bruneau
bafbd14ce9
Merge pull request #211976 from Misterio77/protontricks-1-10-1
protontricks: 1.7.0 -> 1.10.1
2023-01-21 20:57:38 -05:00
zowoq
89181b4e09 Revert "nixVersions.stable: 2.12 -> 2.13"
This reverts commit 956bc25a80.

broke the tarball job
2023-01-22 09:48:21 +10:00
Gabriel Fontes
d95c81cc61
protontricks: 1.7.0 -> 1.10.1 2023-01-21 16:15:32 -03:00
R. Ryantm
0fca396a58 clib: 2.8.2 -> 2.8.3 2023-01-21 14:30:30 +00:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Guillaume Girol
90c78aee6c Merge branch 'nativeCheckInputs' into staging-nativeCheckInputs 2023-01-21 12:00:00 +00:00
zowoq
956bc25a80 nixVersions.stable: 2.12 -> 2.13 2023-01-21 06:44:18 +10:00
zowoq
3cec8c7fd5 nixVersions.nix_2_13: init at 2.13.1
https://github.com/NixOS/nix/releases/tag/2.13.0
https://github.com/NixOS/nix/releases/tag/2.13.1
2023-01-21 06:44:18 +10:00
Jade Lovelace
676c80dcc2 nix-doc: 0.5.6 -> 0.5.7 2023-01-19 12:56:35 +10:00
John Ericson
39f60a4e54
Merge pull request #210764 from alyssais/mtdev-freebsd
mtdev: add FreeBSD support
2023-01-18 20:23:44 -05:00
Jade Lovelace
c7e7050dad nix-doc: 0.5.5 -> 0.5.6 2023-01-18 13:27:26 +10:00
ajs124
c8b20e1c41 apk-tools: don't pin to openssl_1_1 2023-01-18 01:15:08 +00:00
Robert Schütz
2e1c2b9d88
Merge pull request #209534 from dotlambda/poetry-no-poetry2nix
poetry: don't use poetry2nix
2023-01-16 23:26:19 -08:00
zowoq
c035bfc528 nixVersions.nix_{2_3,2_10,2_11,2_12}: add monitorfdhup patch 2023-01-17 08:50:31 +10:00
Artturin
856f3a46b2 stdenv: drop remove unnecessary env var
and the associated obsolete functions

support for log nesting was removed in 2017 6669a3b477
2023-01-15 23:56:23 +02:00
Alyssa Ross
e32aef5aca
pkg: init at 1.19.0 2023-01-14 19:33:38 +00:00