Commit graph

306146 commits

Author SHA1 Message Date
Ben Siraphob 8233862389
Merge pull request #132611 from michojel/megasync-4.5.3.0
megasync: 4.4.0.0 -> 4.5.3.0
2021-08-04 12:21:31 +07:00
Ben Siraphob 31e45aeff5
Merge pull request #132613 from TredwellGit/xorg.xf86videoamdgpu
xorg.xf86videoamdgpu: 19.1.0 -> 21.0.0
2021-08-04 12:21:03 +07:00
Ben Siraphob 6595720c02
Merge pull request #132619 from r-ryantm/auto-update/exoscale-cli
exoscale-cli: 1.38.0 -> 1.39.0
2021-08-04 12:20:44 +07:00
R. RyanTM 1f7a1cd995 exoscale-cli: 1.38.0 -> 1.39.0 2021-08-04 04:59:34 +00:00
Jonathan Ringer 9bda04939e Revert "python3Packages.pbr: add setuptools dependency"
This reverts commit 21d70a8301.
2021-08-03 21:57:15 -07:00
Drew Risinger 21d70a8301 python3Packages.pbr: add setuptools dependency
pbr doesn't list any explicit requirements, but it actually requires
setuptools (for pkg_resources).
Ref:
* https://bugs.launchpad.net/pbr/+bug/1868899
* https://opendev.org/openstack/pbr/src/tag/5.6.0/pbr/version.py#L439
2021-08-03 21:54:48 -07:00
Jörg Thalheim 93c8428731
Merge pull request #132592 from tadfisher/notmuch-python-fix
python39Packages.notmuch: Fix build
2021-08-04 05:42:29 +01:00
happysalada b1b78ac65d mix: add build mix and mix-release configure-hook 2021-08-04 12:05:00 +09:00
happysalada fc2518d7d2 mix-release: add ERL_LIBS paths to _build dir 2021-08-04 12:05:00 +09:00
happysalada ef5d272e9e elixir: 1.12.1 -> 1.12.2 2021-08-04 12:05:00 +09:00
TredwellGit 845aa1a760 xorg.xf86videoamdgpu: 19.1.0 -> 21.0.0
https://lists.x.org/archives/amd-gfx/2021-July/067146.html
2021-08-04 01:31:53 +00:00
Michal Minář 578b8e4bc3 megasync: 4.4.0.0 -> 4.5.3.0
Signed-off-by: Michal Minář <mic.liamg@gmail.com>
2021-08-04 03:17:06 +02:00
adisbladis 6737bdf923
Merge pull request #132603 from adisbladis/emacspeak-54
emacs.pkgs.emacspeak: 51.0 -> 54.0
2021-08-03 19:49:46 -05:00
Bernardo Meurer 39bce8345f
Merge pull request #126798 from lovesegfault/nixos-hqplayerd
nixos/hqplayerd: init
2021-08-03 23:23:45 +00:00
Bernardo Meurer 05cba47810
nixos/hqplayerd: init 2021-08-03 15:54:23 -07:00
Michael Weiss c9f8846d6a
Merge pull request #132606 from primeos/chromiumDev
chromiumDev: 93.0.4577.18 -> 94.0.4595.0
2021-08-04 00:54:17 +02:00
Michael Weiss f9eb20c0a9
chromiumDev: 93.0.4577.18 -> 94.0.4595.0 2021-08-04 00:29:45 +02:00
Michael Weiss e143dc53b2
chromium: update.py: Implement automatic committing of the updates
This functionality saves some unnecessary work.
2021-08-04 00:29:34 +02:00
adisbladis b5365c3b2c
emacs.pkgs.emacspeak: 51.0 -> 54.0 2021-08-03 17:07:45 -05:00
Silvan Mosberger f0fda3bf55
Merge pull request #131267 from blaggacao/fix-functionArgs
lib: fix functionArgs for functors
2021-08-04 00:02:57 +02:00
Robert Helgesson 1ab9b0e31d svtplay-dl: 4.1 -> 4.2 2021-08-03 23:44:11 +02:00
Harrison Houghton 9a623367ad manim: fix
Turns out that O and 0 are different characters, even though they look
the same in many monospace fonts (including mine). Unfortunately, they
look very different to grep -F...
2021-08-03 23:42:43 +02:00
David Arnold cf8e219b7e
lib: fix functionArgs for functors
`functionArgs` should give valid results on
functions that have been identified with `lib.isFunction`
instead of erroring out.
2021-08-03 16:40:58 -05:00
Bernardo Meurer 0af1298ac9
hqplayerd: 4.24.2-63 -> 4.25.0-64 2021-08-03 14:21:07 -07:00
Bernardo Meurer bb15a691f2
hqplayerd: fix web output dir 2021-08-03 14:21:06 -07:00
Sandro a79a5b880c
Merge pull request #132428 from newAM/probe-run
probe-run: 0.2.4 -> 0.2.5
2021-08-03 21:00:41 +00:00
Sandro 87a8e7ed24
Merge pull request #132530 from fabaff/bump-sqlmap
python3Packages.sqlmap: 1.5.7 -> 1.5.8
2021-08-03 21:00:18 +00:00
Sandro b2412ac2e9
Merge pull request #132520 from Stunkymonkey/games-phases 2021-08-03 20:59:54 +00:00
Tad Fisher 23b7966ea8
python39Packages.notmuch: Fix build 2021-08-03 13:57:51 -07:00
Sandro a1fc4daa85
Merge pull request #132563 from dali99/add_randtype
randtype: init at 1.13
2021-08-03 20:48:55 +00:00
sternenseemann 148d73fc74 pkgsLLVM.stdenv: use lld again
PR #122778 allowed the linker being chosen independently from useLLVM
which also affected pkgsLLVM where we were relying on this behavior.
For platform sets assembled from scratch useLLVM still implies
linker == "lld", however in the case of pkgsLLVM we update the current
platform via the set update operator which means that `linker` won't
be re-evaluated. Using ld.bfd with pkgsLLVM is okay to a certain extent,
but with C++ things begin to break.

We fix this by setting linker explicitly.
2021-08-03 22:39:29 +02:00
Bernardo Meurer 974e1b51d6
Merge pull request #132519 from lovesegfault/networkaudiod
networkaudiod: init
2021-08-03 19:47:27 +00:00
Fabian Affolter 4c01bb2832 python3Packages.sqlmap: 1.5.7 -> 1.5.8 2021-08-03 21:23:56 +02:00
davidak 8ff76e34e0
Merge pull request #132575 from cust0dian/restic-0.12.1
restic: 0.12.0 -> 0.12.1
2021-08-03 21:07:17 +02:00
Gabriel Ebner 16240ddd81
Merge pull request #132570 from yu-re-ka/feature/emscripten-bind-cache
emscripten: generate libembind*.a
2021-08-03 21:05:57 +02:00
Sandro beb8b3d8cc
Merge pull request #132569 from SuperSandro2000/act
act: 0.2.23 -> 0.2.24
2021-08-03 18:56:14 +00:00
Sandro 62b593f59f
Merge pull request #132081 from kidonng/patch-1
less: 581.2 -> 590
2021-08-03 18:55:24 +00:00
davidak 53fc3687c3
Merge pull request #132546 from bobby285271/quilter
quilter: drop package
2021-08-03 20:46:28 +02:00
Serg Nesterov c69f341a05
restic: 0.12.0 -> 0.12.1 2021-08-03 21:44:33 +03:00
Yureka 800ba0d58b emscripten: generate libembind*.a
Previously building applications/libraries with "--bind" would not be
covered by the cache.
2021-08-03 20:23:29 +02:00
Doron Behar 2ffb02ccd7
Merge pull request #132544 from ncfavier/alacritty
alacritty: 0.8.0 -> 0.9.0
2021-08-03 18:20:32 +00:00
adisbladis 8372b522ee
Merge pull request #132566 from adisbladis/emacs-manual-pkgs-fixes
Emacs manually packaged build fixes
2021-08-03 13:16:30 -05:00
Sandro Jäckel d4e9b89eca
act: 0.2.23 -> 0.2.24 2021-08-03 20:07:42 +02:00
adisbladis a63d57e0eb
Merge pull request #132568 from adisbladis/emacs-drop-legacy-aliases
emacs.pkgs: Drop legacy aliases
2021-08-03 13:02:51 -05:00
adisbladis 03bb707cb2
emacs.pkgs.font-lock-plus: Fix build 2021-08-03 12:59:01 -05:00
sternenseemann b6d8e46a57 ocamlPackages.decompress: 1.4.1 -> 1.4.2
https://github.com/mirage/decompress/releases/tag/v1.4.2
2021-08-03 19:57:29 +02:00
sternenseemann 1666ffebb1 ocamlPackages.checkseum: 0.3.1 -> 0.3.2
https://github.com/mirage/checkseum/releases/tag/v0.3.2
2021-08-03 19:57:29 +02:00
adisbladis 6b5ca7a2c7
release-notes: Add notice regarding dropped Emacs aliases 2021-08-03 12:52:17 -05:00
adisbladis 04855119e9
emacs.pkgs.manualPackages: Remove legacy aliases
These aliases have been deprecated for years and there isn't a good
reason to keep them around.
2021-08-03 12:44:11 -05:00
adisbladis 590b6cd401
emacs.pkgs.manualPackages: Remove legacy aliases from deprecated infra
These aliases have been deprecated for years and there isn't a good
reason to keep them around.
2021-08-03 12:42:23 -05:00