R. Ryantm
|
ab9aef0cf7
|
ryujinx: 1.1.64 -> 1.1.76
|
2022-03-17 18:06:27 +00:00 |
|
github-actions[bot]
|
739cf04cb7
|
Merge staging-next into staging
|
2022-03-17 18:02:05 +00:00 |
|
github-actions[bot]
|
702581403f
|
Merge master into staging-next
|
2022-03-17 18:01:29 +00:00 |
|
Michael Schneider
|
dd8cebebbf
|
haskellPackages.persistent-migration: disable integration tests
No PostgreSQL db in the build sandbox.
|
2022-03-17 17:57:04 +01:00 |
|
AndersonTorres
|
bf756bff7d
|
aliases.nix: remove dot at the end of strings
Uniformity is important!
|
2022-03-17 13:42:00 -03:00 |
|
R. Ryantm
|
66adfb0679
|
qbe: unstable-2022-03-11 -> unstable-2022-03-17
|
2022-03-17 16:32:04 +00:00 |
|
Jonathan Ringer
|
9858da4185
|
lv2: add dev output
Also put programs there since those are just development tools,
that would bring unnecessary Python dependency into out’s runtime closure.
|
2022-03-17 08:53:24 -07:00 |
|
Jonathan Ringer
|
2dfe209c3e
|
lv2: add pipewire test
; Conflicts:
; pkgs/development/libraries/audio/lv2/default.nix
|
2022-03-17 08:53:24 -07:00 |
|
Jonathan Ringer
|
beefeab222
|
lv2: drop GTK 2 dependency
gtk2 is optional and only used for some example plug-ins. In particular,
removing `gtk2` disables building UI module for `$out/lib/lv2/eg-sampler.lv2`
(`<http://lv2plug.in/plugins/eg-sampler#ui>`) and the whole
`$out/lib/lv2/eg-scope.lv2` (`<http://lv2plug.in/plugins/eg-scope>`).
|
2022-03-17 08:53:24 -07:00 |
|
Jan Tojnar
|
c586cccd7c
|
lv2: format the expression
|
2022-03-17 08:53:24 -07:00 |
|
R. Ryantm
|
554f3539f2
|
python310Packages.thinc: 8.0.14 -> 8.0.15
|
2022-03-17 08:45:20 -07:00 |
|
R. Ryantm
|
4e6aa65c53
|
python310Packages.protonvpn-nm-lib: 3.7.0 -> 3.8.0
|
2022-03-17 08:43:19 -07:00 |
|
Artturi
|
58eeb85341
|
Merge pull request #164580 from tuxinaut/master
|
2022-03-17 17:42:59 +02:00 |
|
R. Ryantm
|
2e31305d5d
|
python310Packages.trimesh: 3.10.2 -> 3.10.3
|
2022-03-17 08:40:57 -07:00 |
|
R. Ryantm
|
f63c2d1278
|
python310Packages.txtorcon: 21.1.0 -> 22.0.0
|
2022-03-17 08:39:27 -07:00 |
|
R. Ryantm
|
8876e507a8
|
python310Packages.stups-pierone: 1.1.50 -> 1.1.51
|
2022-03-17 08:39:12 -07:00 |
|
Jörg Thalheim
|
f998110c6d
|
Merge pull request #164584 from Luflosi/revert-one-of-two-similar-prs
Revert one of two similar prs
|
2022-03-17 15:35:47 +00:00 |
|
R. Ryantm
|
3295dd4159
|
python310Packages.types-paramiko: 2.8.16 -> 2.8.17
|
2022-03-17 08:35:34 -07:00 |
|
R. Ryantm
|
c41c6cbf99
|
python310Packages.types-freezegun: 1.1.6 -> 1.1.7
|
2022-03-17 08:35:20 -07:00 |
|
R. Ryantm
|
15770ad6cb
|
python310Packages.types-dateutil: 2.8.9 -> 2.8.10
|
2022-03-17 08:35:09 -07:00 |
|
AndersonTorres
|
704b775b65
|
rockbox_utility: rename to rockbox-utility
|
2022-03-17 11:35:32 -03:00 |
|
Ryan Mulligan
|
b2a485db46
|
Merge pull request #164028 from r-ryantm/auto-update/kn
kn: 1.3.0 -> 1.3.1
|
2022-03-17 07:29:54 -07:00 |
|
Renaud
|
bc6a2728bd
|
Merge pull request #164170 from kraem/kraem/ydotool_1.0.1
ydotool: unstable-2021-01-20 -> 1.0.1
|
2022-03-17 15:25:05 +01:00 |
|
06kellyjac
|
bf9dd018b0
|
driftctl: 0.23.0 -> 0.23.2
|
2022-03-17 13:54:18 +00:00 |
|
linj
|
8d7d5fdbdc
|
linux: enable TASKSTATS, TASK_XACCT, TASK_DELAY_ACCT and TASK_IO_ACCOUNTING
iotop needs TASKSTATS, TASK_DELAY_ACCT, TASK_XACCT and
TASK_IO_ACCOUNTING to work. For x86_64, all these options are enabled
by upstream[1]. For aarch64, however, only TASK_XACCT and
TASK_IO_ACCOUNTING are enabled by upstream[2].
This patch enables all these four options for aarch64, which have been
enabled by many other distributions, e.g. debian[3], fedora[4],
rhel[5] and gentoo[6].
I tried to only enable TASKSTATS and TASK_DELAY_ACCT since the other
two options are enabled by upstream, but it turns out that it's
necessary to explicitly enable all four options. I do not figure out
the reason though.
Additionally, given that debian enables these four options for all
arch[3], I think it's safe for us to do the same thing.
[1]: 56e337f2cf/arch/x86/configs/x86_64_defconfig (L8-L11)
[2]: 56e337f2cf/arch/arm64/configs/defconfig (L10-L11)
[3]: da6ddc7d8f/debian/config/config (L6356-6359)
[4]: https://src.fedoraproject.org/rpms/kernel/blob/rawhide/f/kernel-aarch64-fedora.config#_7398
[5]: https://src.fedoraproject.org/rpms/kernel/blob/rawhide/f/kernel-aarch64-rhel.config#_5885
[6]: b839fccce2/sys-kernel/gentoo-kernel/gentoo-kernel-5.15.29.ebuild (L27)
|
2022-03-17 21:45:56 +08:00 |
|
Ryan Mulligan
|
877eb10cfb
|
Merge pull request #164510 from r-ryantm/auto-update/velero
velero: 1.8.0 -> 1.8.1
|
2022-03-17 06:42:49 -07:00 |
|
Ryan Mulligan
|
03fcffe379
|
Merge pull request #164447 from r-ryantm/auto-update/python310Packages.gaphas
python310Packages.gaphas: 3.5.0 -> 3.5.1
|
2022-03-17 06:42:21 -07:00 |
|
Ryan Mulligan
|
e0e6e2a0e5
|
Merge pull request #164585 from r-ryantm/auto-update/python310Packages.timetagger
python310Packages.timetagger: 22.2.3 -> 22.3.1
|
2022-03-17 06:41:04 -07:00 |
|
Ryan Mulligan
|
f727cefe97
|
Merge pull request #164534 from r-ryantm/auto-update/bupstash
bupstash: 0.10.3 -> 0.11.0
|
2022-03-17 06:40:22 -07:00 |
|
Ryan Mulligan
|
352bfe49d1
|
Merge pull request #164543 from r-ryantm/auto-update/python310Packages.pywlroots
python310Packages.pywlroots: 0.15.10 -> 0.15.11
|
2022-03-17 06:39:22 -07:00 |
|
R. Ryantm
|
ec6f2b637c
|
kube-capacity: 0.7.0 -> 0.7.1
|
2022-03-17 13:29:43 +00:00 |
|
Bobby Rong
|
7d1ef336a3
|
Merge pull request #164572 from jojosch/moonlight-mainprogram
moonlight-qt: set meta.mainProgram
|
2022-03-17 20:43:45 +08:00 |
|
Anderson Torres
|
70d4f38db7
|
Merge pull request #164347 from AndersonTorres/new-arcan
News from Arcan
|
2022-03-17 09:28:35 -03:00 |
|
Bobby Rong
|
0bc3400b38
|
Merge pull request #164266 from bobby285271/meson061
gnome.gnome-settings-daemon338: fix build with meson 0.61
|
2022-03-17 20:11:25 +08:00 |
|
R. Ryantm
|
3a201890dc
|
python310Packages.timetagger: 22.2.3 -> 22.3.1
|
2022-03-17 12:10:16 +00:00 |
|
github-actions[bot]
|
838f421cf3
|
Merge staging-next into staging
|
2022-03-17 12:02:05 +00:00 |
|
github-actions[bot]
|
079247db4a
|
Merge master into staging-next
|
2022-03-17 12:01:28 +00:00 |
|
R. Ryantm
|
7ff0080e8d
|
innernet: 1.5.3 -> 1.5.4
|
2022-03-17 12:00:25 +00:00 |
|
Luflosi
|
7867b9506b
|
nixos/doc/rl-22.05: add changelog entry for modprobe changes
Add a changelog entry for the changes in 3dc6fab5c9 .
|
2022-03-17 12:56:04 +01:00 |
|
Luflosi
|
47b699fe6c
|
Revert "nixos/modprobe: add boot.initrd.extraModprobeConfig option"
This reverts commit 1c58cdbeed , since this change was made redundant by 3dc6fab5c9 and in https://github.com/NixOS/nixpkgs/pull/145013 we decided to revert this commit.
|
2022-03-17 12:56:02 +01:00 |
|
Schäfer, Denny
|
d689604710
|
swayr: 0.13.0 -> 0.15.0
|
2022-03-17 12:29:07 +01:00 |
|
zowoq
|
0e3394758c
|
libcap: 2.49 -> 2.63
https://sites.google.com/site/fullycapable/release-notes-for-libcap
|
2022-03-17 21:25:11 +10:00 |
|
zowoq
|
b6aa99a8d2
|
buildGoModule: fix vendor conditional, set GOPROXY unconditionally
with sandboxing disabled this could still access the network
|
2022-03-17 21:24:58 +10:00 |
|
R. Ryantm
|
8d1664a7a8
|
hostctl: 1.1.1 -> 1.1.2
|
2022-03-17 11:05:33 +00:00 |
|
Fabian Affolter
|
5855ff74f5
|
Merge pull request #164429 from r-ryantm/auto-update/python3.10-pygmt
python310Packages.pygmt: 0.5.0 -> 0.6.0
|
2022-03-17 11:52:50 +01:00 |
|
Fabian Affolter
|
fb1692a7f4
|
Merge pull request #164492 from r-ryantm/auto-update/python3.10-BoltzTraP2
python310Packages.boltztrap2: 20.7.1 -> 22.3.2
|
2022-03-17 11:51:05 +01:00 |
|
Fabian Affolter
|
e42ad53297
|
Merge pull request #164514 from r-ryantm/auto-update/python310Packages.pex
python310Packages.pex: 2.1.71 -> 2.1.72
|
2022-03-17 11:49:44 +01:00 |
|
Fabian Affolter
|
08dcb8baed
|
Merge pull request #164525 from r-ryantm/auto-update/python310Packages.pymavlink
python310Packages.pymavlink: 2.4.27 -> 2.4.29
|
2022-03-17 11:48:51 +01:00 |
|
Fabian Affolter
|
c204fb0da0
|
Merge pull request #164527 from r-ryantm/auto-update/python310Packages.pypandoc
python310Packages.pypandoc: 1.7.2 -> 1.7.3
|
2022-03-17 11:47:39 +01:00 |
|
Fabian Affolter
|
42c56a2e63
|
Merge pull request #164546 from fabaff/bump-intellifire4py
python3Packages.intellifire4py: 1.0.1 -> 1.0.2
|
2022-03-17 11:45:48 +01:00 |
|