3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

428872 commits

Author SHA1 Message Date
figsoda 7229e41065
Merge pull request #202247 from r-ryantm/auto-update/cargo-expand
cargo-expand: 1.0.32 -> 1.0.35
2022-11-21 19:27:04 -05:00
Martin Weinelt 69335c46c4
Merge pull request #131475 from mweinelt/evcc 2022-11-22 01:13:25 +01:00
R. Ryantm b7d37b2f12 klipper: unstable-2022-11-03 -> unstable-2022-11-21 2022-11-21 23:44:38 +00:00
Martin Weinelt c1e0996bb0
Merge pull request #202233 from somasis/beets 2022-11-22 00:34:22 +01:00
Kylie McClain 2ad8652ef2
beets: install man pages 2022-11-21 18:28:07 -05:00
R. Ryantm 73dd9e31d3 jackett: 0.20.2264 -> 0.20.2271 2022-11-21 23:28:03 +00:00
markuskowa 95968fcd7b
Merge pull request #202238 from markuskowa/upd-nfs-ganesha
nfs-ganesha: 4.0.12 -> 4.1
2022-11-22 00:00:57 +01:00
figsoda 50d4c349c5
Merge pull request #202196 from figsoda/nvim-treesitter
vimPlugins.nvim-treesitter: remove parser directory
2022-11-21 17:53:42 -05:00
Ben Siraphob 6b7aa027b3
Merge pull request #198946 from r-ryantm/auto-update/aocd
aocd: 1.1.3 -> 1.2.1
2022-11-21 16:51:00 -06:00
Maximilian Bosch d35c9f4edb
Merge pull request #201276 from r-ryantm/auto-update/grocy
grocy: 3.3.1 -> 3.3.2
2022-11-21 23:49:44 +01:00
Maximilian Bosch f673ccc895
Merge pull request #202045 from r-ryantm/auto-update/wiki-js
wiki-js: 2.5.291 -> 2.5.292
2022-11-21 23:43:32 +01:00
Stanisław Pitucha 172b46bae1
Merge pull request #202193 from r-ryantm/auto-update/flyctl
flyctl: 0.0.432 -> 0.0.433
2022-11-22 09:30:11 +11:00
Maximilian Bosch dd1972c9b3
Merge pull request #201483 from Luflosi/update/mautrix-whatsapp
mautrix-whatsapp: 0.7.1 -> 0.7.2
2022-11-21 23:24:40 +01:00
Robert Scott d300acd1cc
Merge pull request #201365 from r-ryantm/auto-update/python310Packages.django_hijack
python310Packages.django_hijack: 3.2.1 -> 3.2.4
2022-11-21 22:18:18 +00:00
Anthony Roussel 3761ba2119
awscli2: 2.8.12 -> 2.9.0 (#201978) 2022-11-21 23:09:58 +01:00
Sandro af8a02eb99
Merge pull request #200598 from anthonyroussel/gns3_2_2_35 2022-11-21 23:08:34 +01:00
Atemu 802115d022 dar: unbreak on Darwin
Error with LLVM stdenv on aarch64-darwin:

libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../.. -DLIBDAR_MODE=64 -DDAR_LOCALEDIR=\"/nix/store/waclhq32gacp2010gyjx17f9h6xpsf8d-dar-2.7.7/share/locale\" -I/nix/store/1m4gsx4p4fl5xpg0h8splmwz7j2y3cbp-gpgme-1.18.0-dev/include -I/nix/store/fpc4g6ql1mx4na5rkjhik5f2wixymzhy-libassuan-2.5.5-dev/include -I/nix/store/qhznxypyfh3w5xdbxxd2n47d9c8jr2bx-libgpg-error-1.45-dev/include -g -O2 -c parallel_block_compressor.cpp  -D__DYNAMIC__  -fno-common -DPIC -o .libs/parallel_block_compressor.o
In file included from parallel_tronconneuse.cpp:28:
In file included from ./parallel_tronconneuse.hpp:39:
In file included from /nix/store/3lsnbsiwzy2gzga1m2bszb7r9d6wraz2-libcxx-11.1.0-dev/include/c++/v1/string:506:
In file included from /nix/store/3lsnbsiwzy2gzga1m2bszb7r9d6wraz2-libcxx-11.1.0-dev/include/c++/v1/string_view:175:
In file included from /nix/store/3lsnbsiwzy2gzga1m2bszb7r9d6wraz2-libcxx-11.1.0-dev/include/c++/v1/__string:57:
In file included from /nix/store/3lsnbsiwzy2gzga1m2bszb7r9d6wraz2-libcxx-11.1.0-dev/include/c++/v1/algorithm:643:
/nix/store/3lsnbsiwzy2gzga1m2bszb7r9d6wraz2-libcxx-11.1.0-dev/include/c++/v1/memory:3455:7: error: exception specification of overriding function is more lax than base version
class __shared_ptr_emplace
      ^
/nix/store/3lsnbsiwzy2gzga1m2bszb7r9d6wraz2-libcxx-11.1.0-dev/include/c++/v1/memory:4291:26: note: in instantiation of template class 'std::__1::__shared_ptr_emplace<libthreadar::barrier, std::__1::allocator<libthreadar::barrier>>' requested here
    ::new(__hold2.get()) _CntrlBlk(__a2, _VSTD::forward<_Args>(__args)...);
                         ^
parallel_tronconneuse.cpp:102:15: note: in instantiation of function template specialization 'std::__1::make_shared<libthreadar::barrier, unsigned long>' requested here
            waiter = make_shared<barrier>(num_workers + 2); // +1 for crypto_reade thread, +1 this thread
                     ^
/nix/store/3lsnbsiwzy2gzga1m2bszb7r9d6wraz2-libcxx-11.1.0-dev/include/c++/v1/memory:3364:13: note: overridden virtual function is here
    virtual ~__shared_weak_count();
            ^
1 error generated.
make[3]: *** [Makefile:1383: parallel_tronconneuse.lo] Error 1
2022-11-21 22:59:07 +01:00
R. Ryantm 296244844a clib: 2.8.1 -> 2.8.2 2022-11-21 21:55:43 +00:00
Pavol Rusnak 2254223523
Merge pull request #201910 from prusnak/heatshrink2
python3Packages.heatshrink2: init at 0.11.0
2022-11-21 22:43:29 +01:00
Martin Weinelt 005233baa2
nixos/tests/evcc: init 2022-11-21 22:40:15 +01:00
Martin Weinelt 36f58b687c
nixos/evcc: init 2022-11-21 22:40:15 +01:00
Martin Weinelt cc8681b2c7
evcc: init at 0.107.1 2022-11-21 22:40:15 +01:00
R. Ryantm 74b3946497 cargo-expand: 1.0.32 -> 1.0.35 2022-11-21 21:33:13 +00:00
Martin Weinelt 45c65058c0
enumer: init at 1.5.7 2022-11-21 21:58:19 +01:00
Florian aee7510bf1
xpaste: init at 1.5 (#201602)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-11-21 21:48:48 +01:00
Sandro e45f4b7e17
Merge pull request #202224 from JJJollyjim/master 2022-11-21 21:36:20 +01:00
Sandro caf13a5bb1
Merge pull request #182759 from otopetrik/proxmox-image-uefi 2022-11-21 21:34:30 +01:00
Fabian Affolter d04771c304
Merge pull request #202101 from r-ryantm/auto-update/python310Packages.niapy
python310Packages.niapy: 2.0.3 -> 2.0.4
2022-11-21 21:33:40 +01:00
Martin Weinelt b68bd2ee52 23.05 is Stoat 2022-11-21 21:22:27 +01:00
Sandro 02ebf46231
Merge pull request #199761 from Myaats/fix-pystray 2022-11-21 21:21:32 +01:00
Sandro aaa31647dd
Merge pull request #163667 from Eliot00/keepmenu-init
resolves https://github.com/NixOS/nixpkgs/issues/163594
2022-11-21 21:19:33 +01:00
Sandro f3bf8a1b9d
Merge pull request #196817 from SuperSamus/bottles
Closes https://github.com/NixOS/nixpkgs/issues/192292
closes https://github.com/NixOS/nixpkgs/issues/182539
closes https://github.com/NixOS/nixpkgs/issues/181501
2022-11-21 21:11:49 +01:00
Markus Kowalewski 361cab5bb5 nfs-ganesha: 4.0.12 -> 4.1 2022-11-21 21:08:04 +01:00
Artturi 53dff5c028
Merge pull request #202231 from somasis/whipper
whipper: install man pages
2022-11-21 22:07:05 +02:00
Janne Heß 550e897a48
Merge pull request #202105 from mweinelt/periodic-merge-22.11
22.11 preparations
2022-11-21 21:04:30 +01:00
Sandro f92cbf4941
Merge pull request #200737 from ursi/hexgui 2022-11-21 21:02:46 +01:00
Winter 814a0bc6b7 open-stage-control: update deps hash 2022-11-21 15:00:08 -05:00
Winter 009a234bdd prefetch-npm-deps: repack hosted git deps
Previously, we stored the tarballs from the hosted Git providers directly in the cache. However, as we've seen with `fetchFromGitHub` etc, these files may change subtly.

Given this, this commit repacks the dependencies before storing them in the cache.
2022-11-21 15:00:08 -05:00
Winter 091d039b12 prefetch-npm-deps: deduplicate dependencies when parsing lockfile
A `package-lock.json` file can contain multiple instances of the same dependency, which caused unnecessary downloads and duplicate index entries in the generated cache.
2022-11-21 15:00:08 -05:00
Winter b117b359db prefetch-npm-deps: move tests to separate file 2022-11-21 15:00:08 -05:00
Winter 3d5f77f496 npmHooks.npmConfigHook: sugget specifying legacy peer deps option for all commands 2022-11-21 15:00:08 -05:00
Winter 93334f5234 npmHooks.npmInstallHook: pass install flags to prune 2022-11-21 15:00:08 -05:00
Winter 80ecb954e9 npmHooks.npmConfigHook: add diagnostic for when dependencies aren't provided 2022-11-21 15:00:08 -05:00
Winter c0e7124bcc npmHooks.npmConfigHook: add some missing quotes around variable assignments 2022-11-21 15:00:08 -05:00
Winter 68d5b19fca npmHooks.npmConfigHook: also patch shebangs after rebuilding 2022-11-21 15:00:08 -05:00
Winter 8e651111b7 npmHooks.npmBuildHook: mention dontNpmBuild if script fails to run 2022-11-21 15:00:08 -05:00
Winter c6903a01e7 prefetch-npm-deps: add etherpad-lite v1.8.18 as a test 2022-11-21 15:00:08 -05:00
Winter 03a7739d75 prefetch-npm-deps: skip bundled dependencies in v1 lockfiles 2022-11-21 15:00:08 -05:00
Winter 276982bd5e prefetch-npm-deps: add support for hosted git shorthands 2022-11-21 15:00:08 -05:00
Winter cc5756b171 prefetch-npm-deps: add support for link dependencies in v2 lockfiles 2022-11-21 15:00:08 -05:00