Commit graph

332037 commits

Author SHA1 Message Date
Kira Bruneau
5d66853281
Merge pull request #144511 from arbourd/cloud-sql-proxy
cloud-sql-proxy: 1.26.0 -> 1.27.0
2021-11-15 11:50:32 -05:00
Sandro
4fcf6aa12e
Merge pull request #141090 from fabaff/bump-libwebsockets 2021-11-15 17:43:44 +01:00
Sandro
2132b6419e
Merge pull request #146116 from r-ryantm/auto-update/python38Packages.torchvision 2021-11-15 17:22:34 +01:00
Sandro
30f77bbd76
Merge pull request #146117 from r-ryantm/auto-update/python38Packages.traits 2021-11-15 17:22:19 +01:00
sternenseemann
f16721775e mandoc: allow makewhatis(8) to index the nix store
To make makewhatis(8) index manual pages which are symlinks to the nix
store, we need to set READ_ALLOWED_PATH to include
`builtins.storeDir`. For background and discussion see:
https://inbox.vuxu.org/mandoc-tech/c9932669-e9d4-1454-8708-7c8e36967e8e@systemli.org/T/

This is a small change required as a prerequisite for #139333 which
causes a mass-rebuild for darwin, so it has to go through staging.
Since the change is trivial and has basically no chance of breaking
anything, we'll let it go through staging on its own, the modules
can be reviewed and merged into master later.
2021-11-15 17:18:36 +01:00
Matthias Thym
75a643d977 qownnotes: 21.10.9 -> 21.11.4 2021-11-15 17:17:42 +01:00
Daniel Poelzleithner
f74c838dbf ceph-client: install sbin binaries into bin, link sbin to bin 2021-11-15 17:12:36 +01:00
Sebastian Ullrich
f8bbc587eb elan: wrap embedded linker 2021-11-15 17:10:04 +01:00
Bruno Bigras
2a9912242d meslo-lgs-nf: 2020-03-22 -> 2021-09-03 2021-11-15 10:53:39 -05:00
Vladimír Čunát
a65843afac
Merge #145858: wrapFirefox: fix icon linking for Thunderbird 2021-11-15 16:52:22 +01:00
Frederik Rietdijk
4bfbd0af14 python3.pkgs.nbclient: remove entry point
that is already defined in the jupyter_client package.

Fixes https://github.com/NixOS/nixpkgs/issues/145968
2021-11-15 16:50:13 +01:00
Artturi
11952924f1
Merge pull request #146036 from jmgao/qemu_io_uring 2021-11-15 17:33:17 +02:00
R. Ryantm
dcb0467307 ytcc: 2.5.2 -> 2.5.3 2021-11-15 15:33:15 +00:00
R. Ryantm
4e7dda04cc vala_0_52: 0.52.6 -> 0.52.7 2021-11-15 16:31:20 +01:00
Mario Rodas
54523e57b4 you-get: install completions 2021-11-15 15:30:00 +00:00
R. Ryantm
42f9ae2934 you-get: 0.4.1545 -> 0.4.1555 2021-11-15 15:29:33 +00:00
Fabian Affolter
f8a8ed3a2b python3Packages.total-connect-client: 2021.11.2 -> 2021.11.4 2021-11-15 16:28:36 +01:00
R. Ryantm
b608867a24 xterm: 369 -> 370 2021-11-15 15:18:27 +00:00
Michael Raskin
19beab130d
Merge pull request #146104 from markus1189/visidata-2-7
visidata: 2.6.1 -> 2.7
2021-11-15 15:14:29 +00:00
Fabian Affolter
501e9601af
Merge pull request #146111 from r-ryantm/auto-update/python38Packages.striprtf
python38Packages.striprtf: 0.0.15 -> 0.0.16
2021-11-15 16:08:06 +01:00
Fabian Affolter
bc47a1308a
Merge pull request #146109 from r-ryantm/auto-update/python38Packages.stripe
python38Packages.stripe: 2.61.0 -> 2.62.0
2021-11-15 16:07:38 +01:00
James Landrein
383cef41ed tea: 0.7.1 -> 0.8.0 2021-11-15 16:07:03 +01:00
Neubauer, Sebastian
510cbfbec7 typos: 1.2.0 -> 1.3.0 2021-11-15 16:03:12 +01:00
R. Ryantm
0aa439baee vimwiki-markdown: 0.3.3 -> 0.4.0 2021-11-15 15:01:57 +00:00
Maciej Krüger
93fdfcba63
Merge pull request #146141 from SuperSandro2000/netplan 2021-11-15 15:51:57 +01:00
Fabian Affolter
032b82f43a
Merge pull request #144906 from fabaff/bump-pyefergy
python3Packages.pyefergy: 0.1.3 -> 0.1.4
2021-11-15 15:47:19 +01:00
Mario Rodas
e5139adbdf todoman: enable on darwin 2021-11-15 14:45:00 +00:00
R. Ryantm
4bb0051fea todoman: 4.0.0 -> 4.0.1 2021-11-15 14:44:47 +00:00
Pavol Rusnak
ea9bc265b7
Merge pull request #145535 from prusnak/lnd
lnd: 0.13.3-beta -> 0.13.4-beta
2021-11-15 15:42:38 +01:00
Pavol Rusnak
aa7981ebc4
Merge pull request #145823 from prusnak/rocksdb_6_23
rocksdb: reintroduce rocksdb 6.23.3 as rocksdb_6_23
2021-11-15 15:41:45 +01:00
James Landrein
09906e5682 sonobuoy: 0.54.0 -> 0.55.0 2021-11-15 15:36:06 +01:00
Artturi
20d6600e8a
Merge pull request #146138 from figsoda/fix-lunatic 2021-11-15 16:34:56 +02:00
Artturin
83f892c511 nixos/lib: add /usr to pathsNeededForBoot
if /usr is split from root then it has to be mounted at boot
See https://github.com/NixOS/nixpkgs/issues/146115
2021-11-15 16:28:22 +02:00
Bobby Rong
f3278d2bda
Merge pull request #146130 from r-ryantm/auto-update/qbe
qbe: unstable-2021-10-28 -> unstable-2021-11-10
2021-11-15 22:27:58 +08:00
Bobby Rong
7cb0e6ff16
Merge pull request #146140 from caugner/patch-2
nextcloud-client: remove caugner (myself) from maintainers
2021-11-15 22:23:42 +08:00
Sandro Jäckel
44be59afb9
netplan: remove default value from fetchFromGitHub, cleanup substituteInPlace 2021-11-15 15:22:03 +01:00
Claas Augner
241c93fabe
nextcloud-client: remove caugner from maintainers 2021-11-15 15:13:48 +01:00
figsoda
79497a972a lunatic: mark broken on darwin 2021-11-15 09:05:31 -05:00
figsoda
ce6665dcee lunatic: fix build 2021-11-15 08:43:08 -05:00
Sandro
d04b41c582
Merge pull request #146034 from ambroisie/update-less 2021-11-15 14:33:18 +01:00
milahu
16769bdede
python3Packages.slugid: init 2.0.0 (#141409) 2021-11-15 14:30:42 +01:00
Fabian Affolter
bcf0efabc4
Merge pull request #145340 from fabaff/bump-pyflunearyou
python3Packages.pyflunearyou: 2.0.2 -> 2021.10.0
2021-11-15 14:20:54 +01:00
Janne Heß
bfd9fd291a
Merge pull request #145450 from Radvendii/master
etc module: make `.text` and `.source` the same priority
2021-11-15 14:16:45 +01:00
figsoda
4862b748db stylua: 0.11.1 -> 0.11.2 2021-11-15 08:04:07 -05:00
R. Ryantm
d8caf2d2e7 qbe: unstable-2021-10-28 -> unstable-2021-11-10 2021-11-15 12:42:26 +00:00
Domen Kožar
0d67f33cbe
Merge pull request #146035 from risicle/ris-pcl-aarch64-fix
pcl: fix build on aarch64
2021-11-15 06:40:31 -06:00
Domen Kožar
2285978cf3
Merge pull request #146081 from jyooru/fix/apkeep
apkeep: fix aarch64 build
2021-11-15 06:38:37 -06:00
Domen Kožar
147de63ed8
Merge pull request #146087 from starcraft66/pngcheck-darwin
pngcheck: build on darwin and take ownership
2021-11-15 06:37:50 -06:00
Maciej Krüger
1f0e14c54b
Merge pull request #146093 from jojosch/dbeaver-21.2.5 2021-11-15 13:36:42 +01:00
Sandro
4ea0167baf
Merge pull request #146127 from r-ryantm/auto-update/python38Packages.youtube-transcript-api 2021-11-15 13:32:56 +01:00