Commit Graph

2499 Commits

Author SHA1 Message Date
Jörg Thalheim
523e62005a nixUnstable: bump to latest nix version 2023-01-23 07:14:27 +10:00
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
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
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
Martin Weinelt
b974cf6522
Merge pull request #209180 from NixOS/staging-next 2023-01-14 16:26:39 +00:00
R. Ryantm
3ac07c1208 nfpm: 2.22.2 -> 2.23.0 2023-01-14 15:33:31 +00:00
github-actions[bot]
f656c3e849
Merge master into staging-next 2023-01-14 06:01:02 +00:00
Jörg Thalheim
fee38f5ad5 nix-index: 0.1.3 -> 0.1.4
Diff: https://github.com/bennofs/nix-index/compare/v0.1.3...v0.1.4
2023-01-14 01:07:36 +01:00
Martin Weinelt
5342b695b1 Merge remote-tracking branch 'origin/master' into staging-next 2023-01-12 23:07:01 +01:00
Robert Schütz
af0675c578 poetry: 1.3.1 -> 1.3.2
https://github.com/python-poetry/poetry/releases/tag/1.3.2
2023-01-11 19:54:45 -08:00
Robert Schütz
7020893918 poetry: don't propagate dependencies
This was also done for poetry as packaged using poetry2nix.
2023-01-11 19:20:46 -08:00
R. Ryantm
2528c49319 nix-eval-jobs: 2.11.0 -> 2.12.0 2023-01-11 08:38:00 +00:00
Martin Weinelt
c1e6c6af69 Merge remote-tracking branch 'origin/master' into staging-next 2023-01-11 03:51:33 +01:00
Jörg Thalheim
428bf8fa44 nix-index-unwrapped: unstable-2023-01-03 -> 0.1.3
Diff: cc44626075...v0.1.3
2023-01-10 18:31:35 +01:00
Robert Schütz
8fcba0f722 poetry: remove from pythonPackages
It is a CLI tool for Python packaging. Python modules should use
poetry-core as a build-time dependency instead.
2023-01-09 05:46:27 -08:00
Jörg Thalheim
9e9a824a70 nix-index: unstable-2022-03-07 -> unstable-2023-01-03
Diff: f09548f667...36ff1aac46
2023-01-09 14:35:59 +01:00
github-actions[bot]
fce67420c4
Merge master into staging-next 2023-01-09 00:02:14 +00:00
figsoda
b97a37fe7e nix-update: 0.12.0 -> 0.13.0
Diff: https://github.com/Mic92/nix-update/compare/0.12.0...0.13.0

Changelog: https://github.com/Mic92/nix-update/releases/tag/0.13.0
2023-01-09 07:27:37 +10:00
github-actions[bot]
0789ea69b1
Merge master into staging-next 2023-01-07 00:02:25 +00:00
Domen Kožar
9ff4f40cb2
Merge pull request #204481 from Artturin/removenixvers1
nixVersion.nix_{2_6,2_7,2_8,2_9}: remove
2023-01-06 18:51:52 +00:00
Martin Weinelt
0ad81bc718 pdm: 2.1.5 -> 2.3.4
https://github.com/pdm-project/pdm/releases/tag/2.2.0
https://github.com/pdm-project/pdm/releases/tag/2.2.1
https://github.com/pdm-project/pdm/releases/tag/2.3.0
https://github.com/pdm-project/pdm/releases/tag/2.3.1
https://github.com/pdm-project/pdm/releases/tag/2.3.2
https://github.com/pdm-project/pdm/releases/tag/2.3.3
https://github.com/pdm-project/pdm/releases/tag/2.3.4
2023-01-05 13:20:52 +01:00
sternenseemann
83e22ed4a8 licensee: 9.15.3 -> 9.16.0
https://github.com/licensee/licensee/releases/tag/v9.16.0
2023-01-04 17:41:43 +01:00
Artturin
a519bddf0d packagekit: disable nix backend 2022-12-28 16:26:36 +02:00
Artturin
172347745f nixVersion.nix_{2_6,2_7,2_8,2_9}: remove
the comment from 2_6 does not apply anymore because the fix has been
merged nix#7283
and the fix has been applied to 2_9+
2022-12-28 16:24:54 +02:00
figsoda
a211d94291 treewide: remove attrPath from nix-update-script calls
after https://github.com/Mic92/nix-update/pull/120 and https://github.com/NixOS/nixpkgs/pull/207703, `attrPath` can now be omitted when using `nix-update-script`
2022-12-26 12:39:21 -05:00
figsoda
001389279c nix-update: 0.11.0 -> 0.12.0
Diff: https://github.com/Mic92/nix-update/compare/0.11.0...0.12.0

Changelog: https://github.com/Mic92/nix-update/releases/tag/0.12.0
2022-12-25 11:31:00 -05:00
figsoda
3f6aafd102 nixpkgs-review: 2.7.0 -> 2.8.0, add figsoda as a maintainer
Diff: https://github.com/Mic92/nixpkgs-review/compare/2.7.0...2.8.0

Changelog: https://github.com/Mic92/nixpkgs-review/releases/tag/2.8.0
2022-12-23 10:54:51 -05:00
Jonathan Ringer
19ac081439
nix-template: 0.4.0 -> 0.4.1 2022-12-17 10:09:00 -08:00
Robert Hensing
fee02fd5c2
Merge pull request #206545 from hercules-ci/nix-7473
nix: Cherry-pick nix#7473 for sqlite detailed message
2022-12-17 17:05:15 +01:00
Robert Hensing
eec92af049 nix: Cherry-pick #7473 for sqlite detailed message 2022-12-17 15:22:09 +01:00
Naïm Favier
f573655698
packagekit: update homepage 2022-12-17 14:40:17 +01:00
figsoda
086a3b6c27 nix-update: 0.10.0 -> 0.11.0, add figsoda as a maintainer
Diff: https://github.com/Mic92/nix-update/compare/0.10.0...0.11.0

Changelog: https://github.com/Mic92/nix-update/releases/tag/0.11.0
2022-12-15 17:26:00 -05:00
Sandro
cb40c4fcd5
Merge pull request #203948 from Luflosi/update/reuse 2022-12-13 17:18:21 +01:00
Robert Schütz
823d4b7e8c
Merge pull request #205342 from dotlambda/nixops-insecure
nixops: mark certifi insecure
2022-12-11 13:08:08 -08:00
Robert Schütz
7825e0f1ef nixops: mark certifi insecure 2022-12-09 10:01:53 -08:00
zowoq
f24c75171e nixVersions.stable: 2.11 -> 2.12 2022-12-07 04:42:28 +10:00
zowoq
343503b44c nixVersions.nix_2_12: init at 2.12.0
https://github.com/NixOS/nix/releases/tag/2.12.0
2022-12-07 04:42:27 +10:00
Felix Bühler
445d20672c
Merge pull request #204498 from Stunkymonkey/deploy-rs-2022-11-18
deploy-rs: 2022-08-15 -> 2022-11-18
2022-12-05 18:20:59 +01:00
Fabian Affolter
37d44151f3
deploy-rs: adjust description 2022-12-04 22:46:56 +01:00
Felix Buehler
563fad90a5 deploy-rs: 2022-08-15 -> 2022-11-18 2022-12-04 17:01:34 +01:00