1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

342090 commits

Author SHA1 Message Date
github-actions[bot] 8ce4686310
Merge master into staging-next 2021-12-27 18:01:11 +00:00
Damien Cassou 4874bfd0a6
Merge pull request #152309 from r-ryantm/auto-update/crowdin-cli 2021-12-27 18:44:17 +01:00
Nikolay Amiantov a3e7a83514
Merge pull request #150774 from abbradar/docker-rootless
Rootless Docker service
2021-12-27 20:32:57 +03:00
Sergei Trofimovich b5fbd8a057 lirc: fix build against pyyaml-6.0
Without the change `lirc` build fails as:

```
$ nix build -f. -L lirc
...
PYTHONPATH=../python-pkg/lirc \
/nix/store/gn4gyzv93izh3lg5iqjb7l04k9r4hxv0-python3-3.9.9-env/bin/python ./data2hwdb ../configs ../configs \
    > lirc.hwdb
Traceback (most recent call last):
  File "/build/lirc-0.10.1/doc/./data2hwdb", line 112, in <module>
    main()
  File "/build/lirc-0.10.1/doc/./data2hwdb", line 100, in main
    db = database.Database(configdir, yamldir)
  File "/build/lirc-0.10.1/python-pkg/lirc/database.py", line 135, in __init__
    cf = yaml.load(f.read())
TypeError: load() missing 1 required positional argument: 'Loader'
make[2]: *** [Makefile:1263: lirc.hwdb] Error 1
```
2021-12-27 17:32:31 +00:00
Nikolay Amiantov 9027a59f7a influxdb2 service: don't use dynamic user
It breaks something inside of influxdb2, which results in flurry of errors like these:

> ts=2021-12-21T18:19:35.513910Z lvl=info msg="Write failed" log_id=0YZYwvV0000 service=storage-engine service=write shard=50 error="[shard 50] unlinkat ./L1-00000055.tsi: read-only file system"

I believe this is somehow caused by a mount namespace that systemd creates for
the service, but I didn't investigate this deeper.
2021-12-27 20:31:27 +03:00
Martino Fontana 4d6b67b968 citra: add build options 2021-12-27 20:29:44 +03:00
Philipp dcbd0c941b mopidy-jellyfin: init at 1.0.2
Signed-off-by: Philipp <philipp+dev@xndr.de>
2021-12-27 20:23:59 +03:00
Jörg Thalheim 0a38568ff7
perl5Packages.DBIxClass: fix build (#152207) 2021-12-27 12:23:28 -05:00
R. Ryantm aa450b6094 python38Packages.panel: 0.12.5 -> 0.12.6 2021-12-27 09:21:35 -08:00
Ben Darwin cb8f864487 python3Packages.nitransforms: init at 21.0.0 2021-12-27 09:19:38 -08:00
R. Ryantm 9a98b3a709 python38Packages.phonenumbers: 8.12.39 -> 8.12.40 2021-12-27 09:11:17 -08:00
R. Ryantm f3cf953bba python38Packages.django_compressor: 2.4.1 -> 3.1 2021-12-27 09:09:11 -08:00
Michael Stone fa272718c8 vscode-extensions.matklad.rust-analyzer: fix #152285 on aarch64-darwin
The rust-analyzer vscode extension depends on vsce which depends on keytar
which needs the AppKit and Security frameworks on Darwin.
2021-12-27 09:08:15 -08:00
Michele Guerini Rocco 3a7d97bff2
Merge pull request #139873 from rnhmjoj/dhcpd
nixos/dhcpd: switch to DynamicUser
2021-12-27 18:07:16 +01:00
Nelson Jeppesen 8cd81712b4 vim-plugins.kanagawa-nvim at init 2021-12-27 09:06:51 -08:00
R. Ryantm 51335e586b deep-translator: 1.5.5 -> 1.6.0 2021-12-27 09:00:39 -08:00
R. Ryantm fdae0317e1 python38Packages.pycarwings2: 2.12 -> 2.13 2021-12-27 09:00:22 -08:00
Fabian Affolter e5daa25d07 python3Packages.flux-led: 0.27.13 -> 0.27.17 2021-12-27 08:58:09 -08:00
R. Ryantm 1d3a229018 python38Packages.jupyterlab: 3.2.4 -> 3.2.5 2021-12-27 08:55:41 -08:00
Martin Weinelt 99e8065d4c
Merge pull request #147784 from m1cr0man/acme 2021-12-27 17:37:39 +01:00
R. Ryantm 0b55af0dec openai: 0.11.4 -> 0.11.5 2021-12-27 08:26:59 -08:00
sterni 0736e7e3a9
Merge pull request #151578 from NixOS/haskell-updates
haskellPackages: update stackage and hackage
2021-12-27 16:14:54 +01:00
sternenseemann f427295e61 python3Packages.pypandoc: 1.7.0 -> 1.7.2 2021-12-27 15:53:07 +01:00
sternenseemann 44f52594d1 Merge remote-tracking branch 'origin/master' into haskell-updates 2021-12-27 15:34:06 +01:00
sternenseemann 7ef0a91a4d haskellPackages: mark builds failing on hydra as broken
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
2021-12-27 15:31:36 +01:00
legendofmiracles faa2652e68
Merge pull request #152228 from cirno-999/master 2021-12-27 08:09:59 -06:00
sternenseemann f3a3ddb87b haskellPackages.http-api-data-qq: disable network dependent test 2021-12-27 14:59:36 +01:00
sternenseemann 96b5f414fe haskellPackages.morpheus-graphql: disable ordering dependent test 2021-12-27 14:59:36 +01:00
sternenseemann bc0c1f4597 haskellPackages.sdp*: disable library profiling
All reverse dependencies of sdp also need their profiling disabled in
order to successfully compile.
2021-12-27 14:57:27 +01:00
legendofmiracles 73f18ebfff
Merge pull request #145051 from noneucat/fix/weylus-pipewire 2021-12-27 07:47:17 -06:00
legendofmiracles 7248ffef95
Merge pull request #150746 from luxferresum/nanosaur 2021-12-27 07:44:54 -06:00
José Romildo Malaquias 5c3d39da0c
Merge pull request #144556 from r-ryantm/auto-update/qtstyleplugin-kvantum-qt4
qtstyleplugin-kvantum-qt4: 0.20.1 -> 0.20.2
2021-12-27 10:42:09 -03:00
Bobby Rong e83c7692e6
Merge pull request #152240 from r-ryantm/auto-update/sof-firmware
sof-firmware: 1.9.3 -> 2.0
2021-12-27 21:19:22 +08:00
Bobby Rong ec5ee15a52
Merge pull request #151952 from r-ryantm/auto-update/vkquake
vkquake: 1.12.1 -> 1.12.2
2021-12-27 21:16:07 +08:00
Robert Scott e8cc7f2fc9
Merge pull request #151768 from ius/ghidra-10.1.1
ghidra: 10.1 -> 10.1.1
2021-12-27 12:19:21 +00:00
Jörg Thalheim 750e61beb5
Merge pull request #151295 from Mic92/cross-compile-fixes
{pipewire,replace}: fix cross compile
2021-12-27 12:09:05 +00:00
github-actions[bot] ae39fad8d0
Merge master into staging-next 2021-12-27 12:08:21 +00:00
Bobby Rong 313619a32c
Merge pull request #152336 from pstn/selfremove
nixos/hydra: Removing self as maintainer
2021-12-27 19:43:49 +08:00
Philipp aecc901b4b
nixos/hydra: Removing self as maintainer 2021-12-27 12:38:09 +01:00
Jan Tojnar 998234e12e
Merge pull request #152245 from jtojnar/gimp
gimp: 2.10.28 → 2.10.30
2021-12-27 12:33:02 +01:00
Bobby Rong dd32786e23
Merge pull request #152263 from r-ryantm/auto-update/vpn-slice
vpn-slice: 0.16 -> 0.16.1
2021-12-27 18:34:41 +08:00
Maximilian Bosch 7c21ccda01
Merge pull request #152111 from r-ryantm/auto-update/mdcat
mdcat: 0.24.2 -> 0.25.0
2021-12-27 11:33:25 +01:00
Bobby Rong 5df78b9e86
Merge pull request #152314 from r-ryantm/auto-update/dalfox
dalfox: 2.6.1 -> 2.7.0
2021-12-27 18:31:19 +08:00
Bobby Rong 4e3c158740
Merge pull request #149025 from r-ryantm/auto-update/smcroute
smcroute: 2.5.3 -> 2.5.5
2021-12-27 18:12:42 +08:00
Doron Behar 3c91a7683c
Merge pull request #151782 from OPNA2608/update/fltk
fltk*: Bump
2021-12-27 12:12:20 +02:00
Bobby Rong 9b15e642b0
Merge pull request #149284 from r-ryantm/auto-update/khronos-ocl-icd-loader
khronos-ocl-icd-loader: 2020.06.16 -> 2021.06.30
2021-12-27 18:06:44 +08:00
Bobby Rong 4fdcad0d6b
Merge pull request #149379 from r-ryantm/auto-update/minimap2
minimap2: 2.22 -> 2.23
2021-12-27 18:05:04 +08:00
Bobby Rong 22758bb8cb
Merge pull request #152110 from r-ryantm/auto-update/mill
mill: 0.9.10 -> 0.9.11
2021-12-27 17:46:09 +08:00
Bobby Rong c2b7c98814
Merge pull request #151678 from kouyk/thinkfan-typo
thinkfan: fix typo in level
2021-12-27 17:35:59 +08:00
Bobby Rong f9c03b1ee9
Merge pull request #151444 from trofi/update-halibut
halibut: 1.2 -> 1.3
2021-12-27 17:26:06 +08:00