Jörg Thalheim
fcd0ecfa5d
nix-eval-jobs: 2.19.3 -> 2.19.4
...
Diff: https://github.com/nix-community/nix-eval-jobs/compare/v2.19.3...v2.19.4
2023-12-18 09:50:31 +01:00
github-actions[bot]
71c41d360a
Merge staging-next into staging
2023-12-17 18:01:38 +00:00
Nick Cao
132329e90c
Merge pull request #274802 from chewblacka/update-apx
...
apx: 2.0.0 -> 2.1.0
2023-12-17 09:38:00 -05:00
github-actions[bot]
7ca491d676
Merge staging-next into staging
2023-12-17 12:01:44 +00:00
Jörg Thalheim
998b97dcce
nix-eval-jobs: 2.19.2 -> 2.19.3
...
Diff: https://github.com/nix-community/nix-eval-jobs/compare/v2.19.2...v2.19.3
2023-12-17 12:30:51 +01:00
R. Ryantm
1490314869
nix-eval-jobs: 2.19.0 -> 2.19.2
2023-12-17 06:26:16 +00:00
John Garcia
edaf52061c
apx: 2.0.0 -> 2.1.0
2023-12-16 19:24:53 +00:00
github-actions[bot]
f97ebb8477
Merge staging-next into staging
2023-12-15 00:02:53 +00:00
John Ericson
ab8cf01579
rapidcheck: Use stock installation, multiple outputs
...
We had neglected to nice `RC_INSTALL_ALL_EXTRAS`, which will take care
of installing the "extras" for us.
Now that they are in a standard directory, we don't need to smuggle in
the extra `-I` for Nix's tests either.
2023-12-14 16:55:02 -05:00
Florian Klink
96c1f0e798
python3.pkgs.reuse: make a python library
...
reuse actually can also be used as a python library:
https://github.com/fsfe/reuse-tool/blob/main/src/reuse/__init__.py#L11-L12
This change allows composing a python with `reuse` in `PYTHONPATH`:
```
$(nix-build -E "with import ./. {}; (python3.withPackages (ps: [ps.reuse]))")/bin/python
Python 3.11.5 (main, Aug 24 2023, 12:23:19) [GCC 12.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import reuse
>>> reuse.__doc__
'reuse is a tool for compliance with the REUSE recommendations.\n\nAlthough the API is documented, it is **NOT** guaranteed stable between minor or\neven patch releases. The semantic versioning of this program pertains\nexclusively to the reuse CLI command. If you want to use reuse as a Python\nlibrary, you should pin reuse to an exact version.\n\nHaving given the above disclaimer, the API has been relatively stable\nnevertheless, and we (the maintainers) do make some efforts to not needlessly\nchange the public API.\n'
```
vs before:
```
❯ $(nix-build -E "with import ./. {}; (python3.withPackages (_: [ reuse]))")/bin/python
Python 3.11.5 (main, Aug 24 2023, 12:23:19) [GCC 12.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import reuse
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'reuse'
```
2023-12-14 23:04:43 +02:00
Charles Duffy
85f625165c
poetry: compose packageOverrides if already defined for python interpreter
...
The poetry package sets `packageOverrides` to force the poetry-core and poetry versions into alignment.
Unfortunately, in doing so, it replaces any _other_ overrides that may have been put in place on the interpreter at hand.
For Python 3.12, for example, the package `babel` needs to be updated to 2.13.1. Someone can reasonably use an overlay that sets `packageOverrides` for `python312` to update `babel`, and this works in almost all circumstances; however, it does _not_ work for purposes of building `poetry`, which discards any prior overrides.
This PR uses `composeManyExtensions` to combine the new `packageOverrides` needed for poetry with any prior value that may exist.
2023-12-10 20:30:17 -06:00
github-actions[bot]
6b2241ffde
Merge staging-next into staging
2023-12-11 00:02:59 +00:00
Pierre Bourdon
04c5ceb3f5
Merge pull request #272926 from katexochen/dnf5/5-1-9
...
dnf5: 5.1.8 -> 5.1.9
2023-12-10 22:16:31 +01:00
github-actions[bot]
051d0ec1db
Merge staging-next into staging
2023-12-10 12:01:43 +00:00
Jörg Thalheim
1f8d62a699
nix-eval-jobs: 2.18.0 -> 2.19.0
...
Diff: https://github.com/nix-community/nix-eval-jobs/compare/v2.18.0...v2.19.0
2023-12-10 12:04:27 +01:00
Dmitry Kalinkin
025a278148
Merge remote-tracking branch 'origin/master' into staging
...
Conflicts:
pkgs/tools/networking/ofono/default.nix
2023-12-08 12:27:28 -05:00
Paul Meyer
c4090e6d19
dnf5: 5.1.8 -> 5.1.9
2023-12-08 15:39:54 +01:00
Adam Joseph
cc938b3306
nix_2_3: pin-to-gcc12-if-gcc13
2023-12-07 09:11:37 +00:00
klchen0112
bbcc95ec1c
micromamba: 1.5.3 -> 1.5.4
2023-12-06 20:57:03 +08:00
github-actions[bot]
66e212555d
Merge staging-next into staging
2023-12-05 18:01:32 +00:00
Peder Bergebakken Sundt
7cb7b7f98d
Merge pull request #266635 from katexochen/dnf4-init
...
dnf4: init at 4.18.1
2023-12-05 17:55:57 +01:00
github-actions[bot]
7386ca48e3
Merge staging-next into staging
2023-12-05 12:01:50 +00:00
Paul Meyer
1d845b40d4
libcomps: init at 0.1.20
2023-12-05 11:31:07 +01:00
Paul Meyer
4119ae605a
libdnf: add katexochen as maintainer
2023-12-05 11:31:06 +01:00
Paul Meyer
77cdfc9f62
libdnf: enable python bindings
2023-12-05 11:31:06 +01:00
K900
fd4f3f753f
Merge pull request #271054 from lf-/jade/update-nix-doc
...
nix-doc: 0.6.2 -> 0.6.4
2023-12-05 10:50:27 +03:00
Jade Lovelace
8397b95db8
nix-doc: 0.6.2 -> 0.6.4
...
This fixes #270484 , which is an issue caused by the tags file not being
sorted by all the fields, creating a race condition where sometimes the
test suite could spuriously fail due to differently ordered output.
Also fixes mystery build failures on darwin.
See also: https://github.com/lf-/nix-doc/issues/24
2023-12-03 15:39:16 -08:00
K900
194dd38532
packagekit-qt: add Qt6 support
2023-12-03 14:48:56 +03:00
Sandro Jäckel
ca9b6bc0a7
nixVersions.nix_2_19: 2.19.1 -> 2.19.2
2023-12-01 13:10:32 +00:00
Sandro Jäckel
709a9f6f06
nixVersions.unstable: 2.18 -> 2.19
2023-12-01 13:10:32 +00:00
Sandro Jäckel
3773ebf41a
nixVersions.nix_2_19: init at 2.19.1
2023-12-01 13:10:32 +00:00
Robert Schütz
5e93ac2367
auditwheel: move to python3Packages
...
Otherwise python310.pkgs.playwright fails to build because it uses
auditwheel for Python 3.11.
2023-11-30 08:34:55 -08:00
Robert Schütz
fe672501a6
Merge pull request #269799 from dotlambda/poetry-1.7.1
...
poetry: 1.7.0 -> 1.7.1
2023-11-28 22:48:31 -08:00
Emily Trau
50dce93562
Merge pull request #269642 from chewblacka/update-remnote
...
remnote: 1.12.64 -> 1.13.0
2023-11-29 16:45:39 +11:00
Paul Meyer
f9abf15185
dnf5: tag was moved, fix hash
2023-11-28 16:23:03 +01:00
John Garcia
d91e9ecd5b
maintainers: rename jgarcia to chewblacka
2023-11-27 17:38:13 +00:00
Silvan Mosberger
d4010ce990
Merge pull request #270377 from trofi/nixVersions.unstable-fix-patch-name
...
nixVersions.unstable: fix patch name related to rapidcheck shared lib…
2023-11-27 15:57:41 +01:00
Nick Cao
e88b17c895
Merge pull request #270288 from r-ryantm/auto-update/pdm
...
pdm: 2.10.3 -> 2.10.4
2023-11-27 09:43:42 -05:00
Sergei Trofimovich
79d09979cf
nixVersions.unstable: fix patch name related to rapidcheck shared library
2023-11-27 08:42:34 +00:00
h7x4
41974d5ed9
treewide: add mainProgram
2023-11-27 02:17:53 +01:00
R. Ryantm
abf1e2710d
pdm: 2.10.3 -> 2.10.4
2023-11-26 22:32:27 +00:00
Pierre Bourdon
bcbf8ac86a
Merge pull request #269512 from katexochen/dnf5/5-1-8
...
dnf5: 5.1.7 -> 5.1.8, re-enable tests, add man pages
2023-11-26 15:07:03 +01:00
Silvan Mosberger
6909e461de
Merge pull request #269328 from anthonyroussel/bugfix/disnix-web-service
...
DisnixWebService: fix build for Axis2 1.8.1
2023-11-25 13:38:53 +01:00
Robert Schütz
5427e0b5b3
poetryPlugins.poetry-plugin-up: 0.7.0 -> 0.7.1
...
Diff: https://github.com/MousaZeidBaker/poetry-plugin-up/compare/refs/tags/0.7.0...0.7.1
Changelog: https://github.com/MousaZeidBaker/poetry-plugin-up/releases/tag/0.7.1
2023-11-24 22:12:00 -08:00
Robert Schütz
334cf93916
poetry: 1.7.0 -> 1.7.1
...
Diff: https://github.com/python-poetry/poetry/compare/refs/tags/1.7.0...1.7.1
Changelog: https://github.com/python-poetry/poetry/blob/refs/tags/1.7.1/CHANGELOG.md
2023-11-24 22:11:50 -08:00
Artturi
8f45e496da
Merge pull request #268572 from katexochen/rpm/broken-darwin-dependants
2023-11-24 22:30:36 +02:00
Paul Meyer
7e2206c297
rpm: declare darwin as badPlatform
2023-11-24 13:34:39 +01:00
Paul Meyer
6dc8cbd7a3
dnf5: add version test
2023-11-24 08:00:39 +01:00
Paul Meyer
8c803cf496
dnf5: add man pages
2023-11-23 23:30:02 +01:00
Paul Meyer
990e21fdaf
dnf5: re-enable tests
2023-11-23 23:29:58 +01:00
Paul Meyer
0890159e5c
dnf5: 5.1.7 -> 5.1.8
...
Adding `libyaml`, as the following output was observed:
dnf5> -- Checking for module 'modulemd-2.0>=2.11.2'
dnf5> -- Found modulemd-2.0, version 2.15.0
dnf5> Package yaml-0.1 was not found in the pkg-config search path.
dnf5> Perhaps you should add the directory containing `yaml-0.1.pc'
dnf5> to the PKG_CONFIG_PATH environment variable
dnf5> Package 'yaml-0.1', required by 'modulemd-2.0', not found
2023-11-23 20:12:05 +01:00
Anthony Roussel
77586e5cf6
DisnixWebService: add meta.{changelog,homepage}
2023-11-23 00:14:16 +01:00
Anthony Roussel
05d8b88821
DisnixWebService: fix build for Axis2 1.8.1
...
See upstream fix: https://github.com/svanderburg/DisnixWebService/pull/2
2023-11-23 00:13:26 +01:00
Anderson Torres
18c71e751b
apt: adopt and refactor
...
- finalAttrs design pattern
- split outputs
- remove nested with
2023-11-22 16:09:50 -03:00
John Ericson
d30dd73a59
Merge pull request #269064 from obsidiansystems/rapidcheck-shared
...
rapidcheck: Build shared/static following defaults
2023-11-22 09:52:03 -05:00
Emily Trau
67ac683847
Merge pull request #268928 from klchen0112/micromamba
...
micromamba: 1.4.4 -> 1.5.3
2023-11-23 01:10:13 +11:00
klchen0112
838a97dab2
micromamba: 1.4.4 -> 1.5.3
2023-11-22 15:28:21 +08:00
John Ericson
98bdc2b3bb
nix: Fix build now that rapidcheck is a shared library
...
Backporting https://github.com/NixOS/nix/pull/9431
2023-11-21 23:35:38 -05:00
OTABI Tomoya
a45b7ea9dc
Merge pull request #268694 from natsukium/pdm/update
...
pdm: 2.10.1 -> 2.10.3
2023-11-22 01:12:07 +09:00
Ryan Lahfa
e5d7fa1eae
Merge pull request #265924 from RaitoBezarius/nix_23
2023-11-21 16:41:49 +01:00
Robert Schütz
573729627d
Merge pull request #265544 from dotlambda/poetry-1.7.0
...
poetry: 1.6.1 -> 1.7.0
2023-11-20 16:00:34 -08:00
natsukium
88a737ad9c
pdm: 2.10.1 -> 2.10.3
...
Changelog: https://github.com/pdm-project/pdm/releases/tag/2.10.3
2023-11-20 20:20:29 +09:00
Florian Klink
94a5cfaae6
nix_2_3: configure different maintainers
2023-11-20 01:16:08 +02:00
Raito Bezarius
37e563cbc7
nixVersions.2_3: 2.3.16 -> 2.3.17
...
2.3.17 became a bit more like 2.4, so a lot of the conditionals can
be dropped.
The documentation for 2.3.17 needs libxslt/libxml2 as well as the
docbook stack to render docs.
Co-Authored-By: Florian Klink <flokli@flokli.de>
2023-11-20 01:16:07 +02:00
Nicolas Benes
b2d0641e34
nix: rebase boehmgc-coroutine-sp-fallback.patch
2023-11-19 12:28:05 +01:00
Artturi
48a057860a
Merge pull request #265168 from r-ryantm/auto-update/dpkg
2023-11-18 20:39:56 +02:00
Peder Bergebakken Sundt
08be2ef0bf
Merge pull request #267383 from a-n-n-a-l-e-e/xbps_fix
...
xbps: 0.59.1 -> 0.59.2; fix build
2023-11-17 16:38:16 +01:00
Artturi
839563108f
Merge pull request #267957 from pbsds/nix-update-main-program
2023-11-17 00:36:48 +02:00
Anna Lee
8da26616fd
xbps: 0.59.1 -> 0.59.2; fix build
...
treat all warnings as warnings to prevent compile failure due to openssl
depereciated api
changelog: https://github.com/void-linux/xbps/releases/tag/0.59.2
2023-11-16 21:37:24 +00:00
Peder Bergebakken Sundt
dc2ce0af94
nix-update: set meta.mainProgram
2023-11-16 21:42:13 +01:00
Martin Weinelt
3c336a1647
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/development/libraries/gdcm/default.nix
2023-11-14 13:16:34 +01:00
Jörg Thalheim
2699f5c424
harmonia: 0.7.2 -> 0.7.3
2023-11-14 10:37:39 +01:00
Fabián Heredia Montiel
884449105e
Merge remote-tracking branch 'origin/master' into staging-next
2023-11-13 14:31:51 -06:00
Robert Hensing
93cb2c2a92
Merge pull request #266347 from hercules-ci/nix-check-fallback-paths
...
`nix`: check fallback paths
2023-11-13 10:47:23 +01:00
Jörg Thalheim
acbe538e5b
nix-eval-jobs: 2.17.1 -> 2.18.0
2023-11-12 14:53:32 +01:00
github-actions[bot]
912311b7fd
Merge master into staging-next
2023-11-11 00:02:21 +00:00
Nick Cao
0881862216
Merge pull request #266262 from chewblacka/update-apx
...
apx: 1.8.2 -> 2.0.0
2023-11-10 18:31:40 -05:00
Robert Hensing
4105d387f4
nix.tests: Remove dead code
...
Co-authored-by: Artturi <Artturin@artturin.com>
2023-11-10 20:13:42 +01:00
Robert Hensing
c8b8ab8155
nix: Add fallback paths check to tests
2023-11-10 18:17:35 +01:00
John Garcia
f30fdf2d90
apx: 1.8.2 -> 2.0.0
2023-11-10 16:55:42 +00:00
Paul Meyer
a222ff94ba
libdnf: add cppunit, reenable tests
2023-11-10 11:31:28 +01:00
github-actions[bot]
b55905ceb6
Merge master into staging-next
2023-11-10 06:01:22 +00:00
Weijia Wang
3f86dcbec7
Merge pull request #266506 from katexochen/dnf5/5-1-7
...
dnf5: 5.1.6 -> 5.1.7
2023-11-10 04:09:25 +01:00
github-actions[bot]
e112f9b8bb
Merge master into staging-next
2023-11-09 18:00:56 +00:00
Paul Meyer
e60844a813
dnf5: add katexochen as maintainer
2023-11-09 18:36:17 +01:00
Paul Meyer
795db47a18
dnf5: 5.1.6 -> 5.1.7
2023-11-09 18:33:52 +01:00
Nick Cao
8220e7584e
Merge pull request #266400 from r-ryantm/auto-update/clib
...
clib: 2.8.3 -> 2.8.5
2023-11-09 11:52:08 -05:00
Bernardo Meurer
22e859ae44
Merge pull request #266264 from hercules-ci/nix-stable-2.18
...
nix: 2.17.1 -> 2.18.1
2023-11-09 12:39:44 -03:00
R. Ryantm
e19fd31362
clib: 2.8.3 -> 2.8.5
2023-11-09 06:38:11 +00:00
github-actions[bot]
4aad65bfdb
Merge master into staging-next
2023-11-09 06:01:11 +00:00
Robert Hensing
6381cc0525
nix: 2.17.1 -> 2.18.1
2023-11-08 23:19:33 +01:00
natsukium
5b6fd0247a
pdm: 2.10.0 -> 2.10.1
...
Changelog: https://github.com/pdm-project/pdm/releases/tag/2.10.1
2023-11-09 01:03:39 +09:00
natsukium
4f5d927e6d
pdm: fix runtime error with "pdm init" #265883
2023-11-09 01:03:38 +09:00
Robert Schütz
655678ed0a
poetryPlugins.poetry-plugin-export: 1.5.0 -> 1.6.0
...
Diff: https://github.com/python-poetry/poetry-plugin-export/compare/refs/tags/1.5.0...1.6.0
Changelog: https://github.com/python-poetry/poetry-plugin-export/blob/refs/tags/1.6.0/CHANGELOG.md
2023-11-04 17:23:50 -07:00
Robert Schütz
cf5f42066f
poetry: 1.6.1 -> 1.7.0
...
Diff: https://github.com/python-poetry/poetry/compare/refs/tags/1.6.1...1.7.0
Changelog: https://github.com/python-poetry/poetry/blob/refs/tags/1.7.0/CHANGELOG.md
2023-11-04 17:22:51 -07:00
Weijia Wang
44f16f33cc
Merge branch 'master' into staging-next
2023-11-04 01:43:45 +01:00
Weijia Wang
aaa27adfaf
Merge pull request #264105 from r-ryantm/auto-update/libdnf
...
libdnf: 0.71.0 -> 0.72.0
2023-11-04 01:25:36 +01:00
Weijia Wang
7035517f1b
Merge pull request #263366 from r-ryantm/auto-update/opkg
...
opkg: 0.6.1 -> 0.6.2
2023-11-04 01:03:58 +01:00
R. Ryantm
b57bab9604
dpkg: 1.22.0 -> 1.22.1
2023-11-03 07:28:15 +00:00
github-actions[bot]
2fd5f8dd7a
Merge master into staging-next
2023-10-31 12:01:11 +00:00
K900
1c43eb8585
Merge pull request #262308 from mirkolenz/poetry-plugin-up
...
poetryPlugins.poetry-plugin-up: 0.4.0 -> 0.7.0
2023-10-31 14:13:55 +03:00
natsukium
1689fed51f
pdm: 2.9.3 -> 2.10.0
...
Changelog: https://github.com/pdm-project/pdm/releases/tag/2.10.0
2023-10-30 17:06:11 +09:00
github-actions[bot]
64070c2fda
Merge master into staging-next
2023-10-29 18:01:23 +00:00
R. Ryantm
3f70a50cc5
nfpm: 2.33.1 -> 2.34.0
2023-10-29 10:52:41 +00:00
R. Ryantm
10c309cb82
libdnf: 0.71.0 -> 0.72.0
2023-10-29 05:56:27 +00:00
github-actions[bot]
52b6b90243
Merge master into staging-next
2023-10-28 18:00:57 +00:00
Felix Bühler
33aeaa4c20
Merge pull request #263542 from tu-maurice/upstream-fix/opkg
...
opkg: Fix localstatedir and sysconfdir
2023-10-28 17:22:24 +02:00
github-actions[bot]
519b7ea0c3
Merge master into staging-next
2023-10-28 12:01:19 +00:00
K900
3406dd96b3
Merge pull request #263308 from K900/rip-poetry2nix
...
treewide: drop poetry2nix
2023-10-28 11:40:04 +03:00
github-actions[bot]
4c838ddf14
Merge master into staging-next
2023-10-27 18:01:08 +00:00
Paul Meyer
5054ee1c4b
dnf5: 5.1.5 -> 5.1.6
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2023-10-27 15:44:01 +02:00
Paul Meyer
8f2bc7e1af
dnf5: 5.1.4 -> 5.1.5
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2023-10-27 15:35:33 +02:00
Paul Meyer
ac4d3c4f58
dnf5: add changelog and mainProgram
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2023-10-27 14:50:06 +02:00
K900
b3a60e3705
nixops-dns: relocate to pkgs/by-name
...
Since the nixops directory is going away.
2023-10-26 19:05:15 +03:00
K900
553774a7ab
nixops (stable): drop
...
It's dead, Jim.
2023-10-26 19:01:46 +03:00
MadMaurice
81d3b089dd
opkg: Fix localstatedir and sysconfdir
2023-10-26 11:05:44 +02:00
Vladimír Čunát
d811555465
Merge branch 'staging' into staging-next
2023-10-26 10:36:50 +02:00
R. Ryantm
e32757ad3a
opkg: 0.6.1 -> 0.6.2
2023-10-25 16:06:19 +00:00
K900
881e946d8b
poetry: restore poetry-core override
2023-10-24 21:18:39 +03:00
K900
ed11e1b4c4
poetry: remove unnecessary overrides, backport upstream patch for build 1.0 compatibility
2023-10-24 16:16:49 +03:00
Emily
858c6b9329
Merge pull request #263011 from symphorien/nix-du-1.1.1
...
nix-du: 1.1.0 -> 1.1.1
2023-10-24 13:33:22 +02:00
Guillaume Girol
f3adde931b
nix-du: 1.1.0 -> 1.1.1
...
Diff: https://github.com/symphorien/nix-du/compare/v1.1.0...v1.1.1
2023-10-23 20:22:16 +02:00
Felix Buehler
c530484520
nixpkgs-review: 2.10.2 -> 2.10.3
2023-10-22 15:49:52 +02:00
github-actions[bot]
682b6995b4
Merge staging-next into staging
2023-10-21 12:01:45 +00:00
Mikael Fangel
543ba76c68
zkg: drop
2023-10-20 23:12:13 +02:00
Mirko Lenz
e4e2245d35
poetryPlugins.poetry-plugin-up: 0.4.0 -> 0.7.0
...
Diff: https://github.com/MousaZeidBaker/poetry-plugin-up/compare/refs/tags/0.4.0...0.7.0
Changelog: https://github.com/MousaZeidBaker/poetry-plugin-up/releases/tag/0.7.0
2023-10-20 16:15:21 +02:00
github-actions[bot]
b0ec8bbe1d
Merge staging-next into staging
2023-10-20 12:01:55 +00:00
Eelco Dolstra
f22fdce31b
Merge pull request #262236 from DeterminateSystems/colemickens/nix_2_16
...
nixVersions.nix_2_16: 2.16.1 -> 2.16.2
2023-10-20 12:23:09 +02:00
Cole Mickens
f423b624bd
nixVersions.nix_2_16: 2.16.1 -> 2.16.2
2023-10-20 10:27:44 +02:00
Cole Mickens
5001944ed7
nixVersions.nix_2_15: 2.15.2 -> 2.15.3
2023-10-20 10:27:15 +02:00
github-actions[bot]
024144542b
Merge staging-next into staging
2023-10-19 18:01:22 +00:00
Cole Mickens
a55511468d
nix: drop unused patch-fix-aarch64-darwin-static patch
2023-10-19 15:37:28 +02:00
Cole Mickens
195a2e5be0
nixVersions.nix_2_13: 2.13.5 -> 2.13.6
2023-10-19 15:28:38 +02:00
Eelco Dolstra
2f8f328b17
Merge pull request #261627 from DeterminateSystems/nix_2_18_1
...
nixVersions.unstable: 2.17 -> 2.18.1
2023-10-19 15:17:30 +02:00
Alyssa Ross
3c99915d06
Merge remote-tracking branch 'origin/staging-next' into staging
...
Conflicts:
pkgs/top-level/all-packages.nix
2023-10-19 08:27:36 +00:00
Fabián Heredia Montiel
09ebb974c2
Merge pull request #261898 from symphorien/nix-du-1.1
...
nix-du: 1.0.0 -> 1.1.0
2023-10-18 19:38:28 -06:00
Artturi
5a1cc0e11d
Merge pull request #258431 from pbsds/stabilize-patches
2023-10-19 03:02:46 +03:00
Cole Mickens
b4612f975b
nixVersions.nix_2_17: 2.17 -> 2.17.1
2023-10-18 08:35:01 -07:00
Guillaume Girol
d69e1743ef
nix-du: 1.0.0 -> 1.1.0
2023-10-18 12:00:00 +00:00
adisbladis
6f18106ea5
Merge pull request #261651 from r-ryantm/auto-update/nix-eval-jobs
...
nix-eval-jobs: 2.17.0 -> 2.17.1
2023-10-18 16:00:16 +13:00
Weijia Wang
4b08f687a1
Merge pull request #259986 from r-ryantm/auto-update/apt
...
apt: 2.7.3 -> 2.7.6
2023-10-17 23:38:17 +02:00
Peder Bergebakken Sundt
04d60bdc53
ciel: make patch urls reproducible
2023-10-17 20:19:00 +02:00
R. Ryantm
f5f4e32078
nix-eval-jobs: 2.17.0 -> 2.17.1
2023-10-17 14:26:14 +00:00
Cole Mickens
4f0b4199e7
nixVersions.unstable: 2.17 -> 2.18.1
2023-10-17 13:51:07 +02:00
ShaddyDC
7b55910980
comma: add meta.mainProgram
2023-10-13 14:34:25 +02:00
R. Ryantm
43140284dd
pkg: 1.20.7 -> 1.20.8
2023-10-12 18:46:39 +00:00
Nick Cao
38aa96fc39
Merge pull request #255753 from r-ryantm/auto-update/libdnf
...
libdnf: 0.70.2 -> 0.71.0
2023-10-09 13:58:34 -04:00
R. Ryantm
0b36900606
libdnf: 0.70.2 -> 0.71.0
2023-10-09 18:12:24 +02:00
R. Ryantm
4eafd19290
apt: 2.7.3 -> 2.7.6
2023-10-09 12:44:20 +00:00
Bernardo Meurer
e276d0c597
nix-eval-jobs: propagate nix in passthru
...
Since this package is intimately tied to a specific Nix release, we
propagate the Nix used for building it to make it easier for users
downstream to reference it.
2023-10-06 13:37:13 -04:00
Anderson Torres
492414af5f
treewide: remove cstrahan from meta.maintainers - part 1
...
All the packages here are now orphaned.
2023-10-04 22:20:58 -03:00
R. Ryantm
cbb14acbc8
nfpm: 2.32.0 -> 2.33.1
2023-10-04 02:21:00 +00:00
Artturin
7f224f59ea
nixVersions.nix_2_18: 2.18.0 -> 2.18.1
...
Diff: https://github.com/NixOS/nix/compare/2.18.0...2.18.1
2023-10-03 20:36:54 +03:00
Will Fancher
62fe6266e6
Revert "nixVersions.unstable: 2.17 -> 2.18"
...
This reverts commit 13ec86514d
.
This has caused widespread pain because of https://github.com/NixOS/nix/issues/9052
2023-10-01 12:07:28 -04:00
Christina Sørensen
9b374ca016
nix-update: 0.19.3 -> 1.0.0
...
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-09-30 11:50:10 +01:00
Sander van der Burg
9f7ae82195
disnixos: 0.9.3 -> 0.9.4
2023-09-27 18:35:50 +02:00
Sander van der Burg
32c36780d1
dysnomia: 0.10.1 -> 0.10.2
2023-09-27 18:35:30 +02:00
Fabian Affolter
66f561c0f2
zkg: 2.13.0 -> 2.14.0
...
Diff: https://github.com/zeek/package-manager/compare/refs/tags/v2.13.0...v2.14.0
Changelog: https://github.com/zeek/package-manager/blob/2.14.0/CHANGES
2023-09-27 10:43:21 +02:00
Weijia Wang
1c89c4568a
Merge pull request #255637 from r-ryantm/auto-update/repro-get
...
repro-get: 0.4.0 -> 0.4.1
2023-09-26 10:49:50 +02:00
R. Ryantm
689c416c8e
pdm: 2.9.1 -> 2.9.3
2023-09-26 10:49:28 +02:00
R. Ryantm
fbba24df23
pkg: 1.20.5 -> 1.20.7
2023-09-25 06:28:34 +00:00
Weijia Wang
06ce92cd3e
Merge pull request #256563 from SuperSandro2000/nix_2_18
...
nixVersions.nix_2_18: init
2023-09-23 01:35:50 +02:00
Malte Poll
42dbdef7b9
dnf5: 5.1.3 -> 5.1.4
2023-09-22 15:13:45 +02:00
Malte Poll
d777abffd8
dnf5: remove unused dependencies glib and libpeas
2023-09-22 15:06:22 +02:00
Sandro Jäckel
13ec86514d
nixVersions.unstable: 2.17 -> 2.18
2023-09-21 22:09:33 +02:00
Sandro Jäckel
979709b036
nixVersions.nix_2_18: init
2023-09-21 22:05:48 +02:00
Aaron Jheng
d38485921a
treewide: vendorSha256 -> vendorHash ( #256514 )
2023-09-21 19:11:11 +02:00
Aaron Jheng
7735659333
treewide: use sri hash ( #256481 )
2023-09-21 16:23:40 +02:00
Weijia Wang
ba26780794
Merge pull request #255365 from r-ryantm/auto-update/dnf5
...
dnf5: 5.1.1 -> 5.1.3
2023-09-18 21:56:12 +02:00
Nick Cao
bf17666496
Merge pull request #255522 from teutat3s/deploy-rs
...
deploy-rs: unstable-2023-06-04 -> unstable-2023-09-12
2023-09-17 09:50:30 -04:00
R. Ryantm
06ce1d93b0
repro-get: 0.4.0 -> 0.4.1
2023-09-17 09:57:38 +00:00
teutat3s
25e50be6e2
deploy-rs: unstable-2023-06-04 -> unstable-2023-09-12
...
65211db63b..31c32fb295
2023-09-16 21:05:46 +02:00
figsoda
4fcdbff27f
nixpkgs-review: 2.10.1 -> 2.10.2
...
Diff: https://github.com/Mic92/nixpkgs-review/compare/2.10.1...2.10.2
Changelog: https://github.com/Mic92/nixpkgs-review/releases/tag/2.10.2
2023-09-16 12:39:28 +02:00
R. Ryantm
1f10ced26a
dnf5: 5.1.1 -> 5.1.3
2023-09-15 21:15:10 +00:00
Frederik Rietdijk
53dd1a6edb
Merge pull request #254136 from figsoda/python
...
python310Packages.buildPythonPackage: introduce pyproject option
2023-09-14 18:33:49 +02:00
Timo Kaufmann
961a90f4e5
home-manager: 2023-05-30 -> 2023-09-14
2023-09-14 14:32:58 +00:00
Jan Tojnar
1cd6d30f2f
Merge branch 'master' into staging-next
2023-09-13 12:03:35 +02:00
Fabián Heredia Montiel
ff323ed355
treewide: vendorSha256 → vendorHash
...
via: `find pkgs/ -type f -exec sed -i 's/vendorSha256 = "sha256/vendorHash = "sha256/' {};`
2023-09-13 01:03:44 -06:00
figsoda
9e680e422f
nix-update: use pyproject
2023-09-12 19:54:03 -04:00
github-actions[bot]
a74ded2915
Merge master into staging-next
2023-09-10 06:00:56 +00:00
Robert Schütz
6812ad7a21
Merge pull request #254277 from dotlambda/poetry-fix
...
poetry: fix build on x86_64-darwin
2023-09-10 00:41:10 +00:00
Robert Schütz
cfd4aea3cc
poetry: fix build on x86_64-darwin
...
The poetry-core patches don't apply to version 1.7.0.
The only dependency of poetry that requires them is deepdiff, so we
disable its tests for now.
2023-09-09 14:11:28 -07:00
github-actions[bot]
66c722f52f
Merge master into staging-next
2023-09-09 18:01:05 +00:00
Yorick
42344dcc29
Merge pull request #254263 from lf-/jade/update-nix-doc
...
nix-doc: 0.6.0 -> 0.6.2
2023-09-09 18:38:30 +02:00
Jade Lovelace
27b3d62211
nix-doc: 0.6.0 -> 0.6.2
...
NixCon edition: "wow these ctags could use to be sorted better". So they
now sort a = x first before inherit a;
2023-09-09 18:19:13 +02:00
github-actions[bot]
2cce954af1
Merge master into staging-next
2023-09-08 12:01:14 +00:00
Mario Rodas
e32ca67a2f
Merge pull request #253236 from natsukium/pdm/update
...
pdm: 2.8.2 -> 2.9.1
2023-09-08 03:45:05 -05:00
github-actions[bot]
0ade538ea0
Merge staging-next into staging
2023-09-06 12:01:43 +00:00
Yureka
f732e2cbb1
nix: disable fortify hardening on musl
2023-09-06 10:42:05 +02:00
Mirko Lenz
9d41dca193
poetry-plugin-up: 0.3.0 -> 0.4.0
2023-09-06 10:26:17 +02:00
Janne Heß
410b1f164f
Merge pull request #252419 from helsinki-systems/upd/harmonia
...
harmonia: 0.7.1 -> 0.7.2
2023-09-05 14:27:16 +02:00
natsukium
e06224be9b
pdm: 2.8.2 -> 2.9.1
...
Changelog: https://github.com/pdm-project/pdm/releases/tag/2.9.1
2023-09-04 17:40:32 +09:00
Robert Schütz
61c94743e3
Merge pull request #251643 from dotlambda/poetry-1.6.1
...
poetry: 1.5.1 -> 1.6.1
2023-09-03 18:54:54 +00:00
Weijia Wang
998616d850
Merge pull request #252593 from r-ryantm/auto-update/dpkg
...
dpkg: 1.21.22 -> 1.22.0
2023-08-31 22:59:45 +02:00
R. Ryantm
f1012af12f
dpkg: 1.21.22 -> 1.22.0
2023-08-31 16:04:07 +00:00
R. Ryantm
d1d7cada3e
apt: 2.7.2 -> 2.7.3
2023-08-31 11:57:56 +00:00
Janne Heß
6c5d6e211f
harmonia: 0.7.1 -> 0.7.2
2023-08-30 21:06:31 +02:00
Jade Lovelace
90f5c4ea8e
nix-doc: 0.5.10 -> 0.6.0
...
Adds a max-cardinality filter to the tags file to remove extremely
common tags. This reduces the tags file size for nixpkgs from 170MB (!)
to 28MB on the default max-cardinality of 500.
2023-08-29 17:37:13 -07:00
Robert Schütz
4f00a0a522
Merge pull request #250875 from dotlambda/npm-check-updates-buildNpmPackage
...
npm-check-updates: use buildNpmPackage
2023-08-29 21:34:36 +00:00
Weijia Wang
e0dad2b204
Merge pull request #248741 from r-ryantm/auto-update/pkg
...
pkg: 1.20.4 -> 1.20.5
2023-08-29 22:29:21 +02:00
Robert Schütz
20a15c7985
npm-check-updates: use buildNpmPackage
2023-08-29 08:59:45 -07:00
figsoda
3aed80b2c3
nixpkgs-review: 2.10.0 -> 2.10.1
...
Diff: https://github.com/Mic92/nixpkgs-review/compare/2.10.0...2.10.1
Changelog: https://github.com/Mic92/nixpkgs-review/releases/tag/2.10.1
2023-08-27 14:27:13 -04:00
Robert Schütz
92236affa2
poetry: 1.5.1 -> 1.6.1
...
Diff: https://github.com/python-poetry/poetry/compare/refs/tags/1.5.1...1.6.1
Changelog: https://github.com/python-poetry/poetry/blob/refs/tags/1.6.1/CHANGELOG.md
2023-08-26 10:31:52 -07:00
Robert Schütz
169f5fa545
poetryPlugins.poetry-plugin-export: 1.4.0 -> 1.5.0
...
Diff: https://github.com/python-poetry/poetry-plugin-export/compare/refs/tags/1.4.0...1.5.0
Changelog: https://github.com/python-poetry/poetry-plugin-export/blob/refs/tags/1.5.0/CHANGELOG.md
2023-08-26 10:31:52 -07:00
github-actions[bot]
d4c8d05cac
Merge master into staging-next
2023-08-25 00:01:49 +00:00
figsoda
d4889256e3
nix-index-unwrapped: 0.1.6 -> 0.1.7
...
Diff: https://github.com/bennofs/nix-index/compare/v0.1.6...v0.1.7
Changelog: https://github.com/nix-community/nix-index/blob/v0.1.7/CHANGELOG.md
2023-08-24 20:57:28 +02:00
github-actions[bot]
4328391132
Merge master into staging-next
2023-08-24 12:01:05 +00:00
Mario Rodas
0b88c566c7
pdm: 2.8.0 -> 2.8.2
...
Diff: https://github.com/pdm-project/pdm/compare/2.8.0...2.8.2
Changelog: https://github.com/pdm-project/pdm/releases/tag/2.8.2
2023-08-24 04:20:00 +00:00
github-actions[bot]
18b5b2d448
Merge master into staging-next
2023-08-24 00:01:48 +00:00
Paul Meyer
542444304f
dpkg: fix glibc issue on darwin
...
Was introduced in #249311 , there is no glibc on darwin (and the
replacement isn't needed).
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2023-08-23 23:00:04 +00:00
github-actions[bot]
84387348d4
Merge master into staging-next
2023-08-23 00:01:50 +00:00
Elis Hirwing
7728fdcb6f
deploy-rs: Set mainProgram meta attribute
...
This makes it possible to run `deploy-rs` using `nix run nixpkgs#deploy-rs`
2023-08-22 23:04:23 +02:00
github-actions[bot]
7946d3b039
Merge staging-next into staging
2023-08-21 18:01:26 +00:00
Paul Meyer
48f8f3700a
dpkg: fix paths and disable start-stop-daemon
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2023-08-21 17:53:11 +00:00
Theodore Ni
ece0953571
Merge branch 'staging-next' into staging
2023-08-18 16:02:27 -07:00
Pol Dellaiera
fbedb8d6e0
nvd: reformat using nixpkgs-fmt
and update minor things
2023-08-17 14:12:22 +02:00
Pol Dellaiera
5da7c5adee
nvd: add meta.mainProgram
2023-08-17 13:37:43 +02:00
Pol Dellaiera
5e29c709a0
nvd: use finalAttrs
pattern
2023-08-17 13:37:43 +02:00
Theodore Ni
c0ebafdd66
Merge pull request #244535 from dotlambda/poetry-core-1.6.1
...
python310Packages.poetry-core: 1.5.1 -> 1.6.1
2023-08-16 18:51:24 -07:00
Jade Lovelace
2501addf2d
nix-doc: 0.5.9 -> 0.5.10
...
Fixes https://github.com/NixOS/nixpkgs/issues/237637 and its entire
class of problems by making nix-doc save the version it was built for in
the library and then bail harmlessly if it is mismatched.
```
dev/nixpkgs2 » nix-build -A nix-doc
/nix/store/wv9nm47lplyz4b0pa4549zwrnsp3zvaf-nix-doc-0.5.10
dev/nixpkgs2 » nix-build -A nixVersions.nix_2_14 -o result2
/nix/store/ka0ygdzl9jd0j77y7ls6shngdz9vvqpn-nix-2.14.1
dev/nixpkgs2 » ./result2/bin/nix --plugin-files ./result/lib/libnix_doc_plugin.so repl
nix-doc warning: mismatched nix version, not loading
Welcome to Nix 2.14.1. Type :? for help.
nix-repl>
```
2023-08-15 15:19:07 +10:00
Eelco Dolstra
399252962b
nixVersions.nix_2_15: 2.15.1 -> 2.15.2
2023-08-14 11:48:20 +02:00
Bernardo Meurer
70dd76d94f
Merge pull request #247475 from qowoz/nix217
2023-08-13 13:27:20 -04:00
R. Ryantm
fbb3f82866
pkg: 1.20.4 -> 1.20.5
2023-08-12 16:39:22 +00:00
R. Ryantm
9c6481abfc
dnf5: 5.1.0 -> 5.1.1
2023-08-12 09:04:02 +00:00
Ludovico Piero
b5116310bc
treewide: add meta.mainProgram and other cleanup
2023-08-11 11:56:27 +10:00
Francesco Gazzetta
e9297c8161
Merge pull request #242019 from fgaz/nix/riscv-no-docs
...
nix: disable documentation on risc-v
2023-08-09 12:15:50 +02:00
Eelco Dolstra
bcb02bd1a5
nixVersions.nix_2_13: 2.13.3 -> 2.13.5
2023-08-08 07:35:13 -07:00
github-actions[bot]
462b4c7567
Merge master into staging-next
2023-08-07 18:01:16 +00:00
Mario Rodas
9076096515
Merge pull request #247643 from r-ryantm/auto-update/repro-get
...
repro-get: 0.3.0 -> 0.4.0
2023-08-07 07:18:22 -05:00
github-actions[bot]
dd48ee46cf
Merge master into staging-next
2023-08-07 12:00:52 +00:00
Jörg Thalheim
6b801a2830
harmonia: 0.7.0 -> 0.7.1
2023-08-07 11:19:17 +02:00
github-actions[bot]
529e3475fc
Merge master into staging-next
2023-08-07 06:01:04 +00:00
R. Ryantm
f12e09e002
repro-get: 0.3.0 -> 0.4.0
2023-08-07 03:45:37 +00:00
Nick Cao
0ec92e32c2
Merge pull request #247598 from r-ryantm/auto-update/libdnf
...
libdnf: 0.70.1 -> 0.70.2
2023-08-06 18:53:50 -06:00
github-actions[bot]
bb21178e5c
Merge master into staging-next
2023-08-07 00:01:58 +00:00
Jörg Thalheim
efe95a157a
harmonia: 0.6.7 -> 0.7.0
2023-08-07 09:22:10 +10:00
Jörg Thalheim
4620966adb
nix-eval-jobs: 2.16.0 -> 2.17.0
...
Diff: https://github.com/nix-community/nix-eval-jobs/compare/v2.16.0...v2.17.0
2023-08-07 09:21:58 +10:00
Jade Lovelace
b59150e99c
nix-doc: 0.5.8 -> 0.5.9
...
Fixes compatibility with Nix 2.17 and dev process wise, improves our
assurance that we are still compatible with older Nix.
2023-08-07 09:20:41 +10:00
R. Ryantm
1832f0ac4b
libdnf: 0.70.1 -> 0.70.2
2023-08-06 22:43:24 +00:00
figsoda
7d39638991
nix-update: 0.19.2 -> 0.19.3
...
Diff: https://github.com/Mic92/nix-update/compare/0.19.2...0.19.3
Changelog: https://github.com/Mic92/nix-update/releases/tag/0.19.3
2023-08-06 15:34:36 -04:00
github-actions[bot]
191e60634e
Merge master into staging-next
2023-08-06 18:01:04 +00:00
figsoda
3555054614
nixpkgs-review: 2.9.3 -> 2.10.0
...
Diff: https://github.com/Mic92/nixpkgs-review/compare/2.9.3...2.10.0
Changelog: https://github.com/Mic92/nixpkgs-review/releases/tag/2.10.0
2023-08-06 11:32:41 -04:00
zowoq
3132d2406e
nixVersions.stable: 2.15 -> 2.17
2023-08-06 16:12:44 +10:00
github-actions[bot]
e329dc70ee
Merge master into staging-next
2023-08-05 18:01:09 +00:00
Francesco Gazzetta
95c77f3af9
nix: disable documentation on risc-v
...
mdbook fails due to a rustc bug
https://github.com/rust-lang/rust/issues/114473
2023-08-05 18:42:02 +02:00
Anderson Torres
e08e100b0c
home-manager: fix bug in which home-manager.nix is not found
...
Closes https://github.com/NixOS/nixpkgs/issues/236940
2023-08-05 16:02:54 +00:00
github-actions[bot]
5827446dce
Merge master into staging-next
2023-08-03 00:01:56 +00:00
figsoda
56fcbe6e22
nix-update: 0.19.0 -> 0.19.2
...
Diff: https://github.com/Mic92/nix-update/compare/0.19.0...0.19.2
Changelog: https://github.com/Mic92/nix-update/releases/tag/0.19.2
2023-08-02 17:08:39 -04:00
Robert Hensing
34ee0260ec
treewide: Add meta.mainProgram
...
Based on ofborg feedback.
Part of https://github.com/NixOS/nixpkgs/pull/246386
2023-08-01 12:21:05 +02:00
Robert Hensing
4c1d3cee60
treewide: Add meta.mainProgram
...
This should fix most warnings getExe in based on grepping `nixos/`.
2023-07-31 21:54:43 +02:00