Commit Graph
414751 Commits
Author SHA1 Message Date
SandroandGitHub 7f644bc323 Merge pull request #189164 from Kranzes/discocss 2022-10-03 22:23:35 +02:00
Christian Kemper 934c03e19d pulumi-bin: 3.40.1 -> 3.40.2 2022-10-03 21:20:07 +01:00
SandroandGitHub 040cae3e3c Merge pull request #190987 from gador/kodiPlugins.waveform-visualization-init 2022-10-03 22:19:54 +02:00
Pascal BachandGitHub b76611346a Merge pull request #194272 from r-ryantm/auto-update/minio
minio: 2022-09-25T15-44-53Z -> 2022-10-02T19-29-29Z
2022-10-03 22:19:03 +02:00
Christian KöglerandGitHub 4609cdb4bf Merge pull request #193756 from r-ryantm/auto-update/nix-prefetch-github
nix-prefetch-github: 5.2.1 -> 5.2.2
2022-10-03 22:15:54 +02:00
Christian KöglerandGitHub cae04c6469 Merge pull request #194088 from superherointj/revert-diffoscope
diffoscope: revised tests failing
2022-10-03 22:15:02 +02:00
Theodore Ni 29ba4c72c9 peertube: 4.2.2 -> 4.3.0 2022-10-03 13:12:53 -07:00
Samuel W. Flint f5355f8a38 pyreadstat: init at 1.1.9 2022-10-03 15:11:38 -05:00
Samuel W. Flint 35d5dd7989 readstat: init at 1.1.8
The readstat package allows for reading and manipulating
SAS/Stata/SPSS data files.  This can be useful for interacting and
interoperating with datasets distributed in these formats.
2022-10-03 15:11:30 -05:00
bandithedoge 128f745fff gzdoom: fix IWAD selection menu 2022-10-03 22:09:18 +02:00
bandithedoge 3e117af149 gzdoom: fix libfluidsynth not loading 2022-10-03 22:09:18 +02:00
960e4e772b input-remapper: 1.4.2 -> 1.5.0 (#191967)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-10-03 22:08:56 +02:00
Christian KöglerandGitHub a7f19b2b9b Merge pull request #194240 from figsoda/fix-command-t
vimPlugins.command-t: fix build on darwin
2022-10-03 22:05:39 +02:00
techknowlogick fe271bcada goreleaser: 1.11.4 -> 1.11.5 2022-10-03 16:03:03 -04:00
R. Ryantm 4b587a7cb8 python310Packages.pytest-subprocess: 1.4.1 -> 1.4.2 2022-10-03 20:01:15 +00:00
Christian KöglerandGitHub fd323dfe49 Merge pull request #194159 from foo-dogsquared/update-systemd-extraconfig-module-doc
nixos/systemd: update extraConfig description
2022-10-03 21:56:25 +02:00
Christian KöglerandGitHub d513b46c8f Merge pull request #194147 from r-ryantm/auto-update/srain
srain: 1.4.1 -> 1.5.0
2022-10-03 21:55:11 +02:00
87447d4776 polypane: init at 10.0.1 (#158159)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-10-03 21:51:13 +02:00
Christian KöglerandGitHub c6417b0a30 Merge pull request #194193 from ck3d/vdr-cleanups
vdr: updates and cleanups
2022-10-03 21:45:02 +02:00
SandroandGitHub 9897cfeb0f Merge pull request #187008 from pbsds/catboost-upgrade 2022-10-03 21:39:51 +02:00
SandroandGitHub 9db45eb11c Merge pull request #189819 from amjoseph-nixpkgs/pr/unbreak/gnupg/tpm 2022-10-03 21:36:44 +02:00
R. Ryantm dfa4024ae7 oh-my-posh: 11.1.1 -> 11.3.0 2022-10-03 19:35:12 +00:00
SandroandGitHub b70049a463 Merge pull request #183349 from Luflosi/rename-ipfs-to-kubo 2022-10-03 21:34:14 +02:00
SandroandGitHub 246ec0dc2f Merge pull request #193787 from superherointj/broken-sonic-lineup 2022-10-03 21:33:11 +02:00
figsoda aafe8b9617 ruff: 0.0.50 -> 0.0.52 2022-10-03 15:28:49 -04:00
Lin Jian 92e4b65d22 elisp-packages: fix AOT native-comp for several packages
Currently, AOT native-comp for emacs packages is implemented[1] in
postInstall. These packages override postInstall and do not keep
old.postInstall, so they do not do AOT native-comp. This patch fixes
this by keeping the old.postInstall in their overrides.

Note that I do not fix emacspeak because I have not found an elegant
way to do so.

[1]: a7cb8e36ac
2022-10-04 03:25:16 +08:00
SandroandGitHub c98bcc5fbe Merge pull request #189473 from dit7ya/replibyte 2022-10-03 21:24:16 +02:00
bd62717fd3 libinput: Add tappingButtonMap option (#189612)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-10-03 21:13:43 +02:00
SandroandGitHub 0c8ac7b519 Merge pull request #188265 from steveeJ-forks/pr-holochain-launcher-bin 2022-10-03 21:12:51 +02:00
SandroandGitHub 709f08fc84 Merge pull request #193372 from danth/coreboot-configurator 2022-10-03 21:05:04 +02:00
ajs124andGitHub ff2b20fe00 Merge pull request #190969 from ck3d/fix-xfstests
xfstests: 2019-09-08 -> 2022-09-04
2022-10-03 21:03:29 +02:00
Lin Jian 4f65cecd45 emacs: remove warning of xargs when doing AOT native-comp
Before, there is a warning:

xargs: warning: options --max-args and --replace/-I/-i are mutually exclusive, ignoring previous --max-args value

According to the  manual[1], swap -I and -n can remove this warning.

[1]: https://www.gnu.org/software/findutils/manual/html_node/find_html/Conflicting-xargs-options.html
2022-10-04 02:53:55 +08:00
SandroandGitHub 2f42903346 Merge pull request #186894 from GeorgesAlkhouri/submit/doggo 2022-10-03 20:44:26 +02:00
Pascal BachandGitHub 0acceffafe Merge pull request #194263 from r-ryantm/auto-update/minio-client
minio-client: 2022-09-16T09-16-47Z -> 2022-10-01T07-56-14Z
2022-10-03 20:40:10 +02:00
SandroandGitHub e4e9cb5dca Merge pull request #190323 from fgaz/xinetd/2.3.15.4 2022-10-03 20:39:37 +02:00
SandroandGitHub 055cd58064 Merge pull request #194101 from SuperSandro2000/libcec 2022-10-03 20:34:40 +02:00
figsoda 3a2881abb2 lemmeknow: init at 0.6.0 2022-10-03 14:30:00 -04:00
SandroandGitHub 1385382014 Merge pull request #191532 from ambroisie/add-tandoor-recipes 2022-10-03 20:25:06 +02:00
Martin WeineltandGitHub 75ac727dbd Merge pull request #194151 from mweinelt/reduce-feature-freeze-pings 2022-10-03 20:17:46 +02:00
R. Ryantm cbae4c2af6 minio: 2022-09-25T15-44-53Z -> 2022-10-02T19-29-29Z 2022-10-03 18:13:02 +00:00
R. Ryantm 8e652f2f5c minio-client: 2022-09-16T09-16-47Z -> 2022-10-01T07-56-14Z 2022-10-03 18:12:47 +00:00
figsodaandGitHub 300e293349 Merge pull request #194245 from r-ryantm/auto-update/jaq
jaq: 0.8.0 -> 0.8.1
2022-10-03 14:11:01 -04:00
figsodaandGitHub 5bdb57beb1 Merge pull request #194246 from r-ryantm/auto-update/jqp
jqp: 0.2.0 -> 0.3.0
2022-10-03 14:05:09 -04:00
Sebastien IoossandFrederik Rietdijk 00e30f7ae0 python3Packages.nbconvert: patch bug that made mkdocs-jupyter failing 2022-10-03 19:30:42 +02:00
Sebastien IoossandFrederik Rietdijk 22080b7dc0 python3Packages.mkdocs-jupyter: init at 0.22.0 2022-10-03 19:30:42 +02:00
Sebastien IoossandFrederik Rietdijk 4e224a9a64 maintainers: add net-mist 2022-10-03 19:30:42 +02:00
Alexandre IoossandFrederik Rietdijk 8240e2069a python3Packages.ecos: fix test_interface_bb.py tests 2022-10-03 19:29:33 +02:00
Martin WeineltandGitHub 1abfd19e15 Merge pull request #194252 from r-ryantm/auto-update/python310Packages.aiounifi 2022-10-03 19:28:12 +02:00
Martin WeineltandGitHub e166ced03f Merge pull request #194257 from oxzi/pysdl2-0.9.14-fix-patch
pythonPackages.pysdl2: fix build by fixing patch
2022-10-03 19:25:20 +02:00
Artturin 30cc0cde34 stdenv: complete the deprecation of stdenv.glibc 2022-10-03 20:19:54 +03:00