3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

73857 commits

Author SHA1 Message Date
Martin Weinelt 0d75610566
puddletag: relax lxml version 2022-04-15 03:32:42 +02:00
Martin Weinelt b95480efb1 fava: 1.19 -> 1.21; fix Werkzeug compat 2022-04-15 01:39:56 +02:00
Martin Weinelt 95769fb2c8 octoprint: fix eval
Relying on attributes like these to always be available is prone to an
eval error when the overridden package drops them.
2022-04-15 01:39:55 +02:00
Martin Weinelt 2d1e788f60 buku: update sqlalchemy hash 2022-04-15 01:39:55 +02:00
Martin Weinelt 5ee7d17afc python3Packages.path: rename from path.py; 12.0.1 -> 16.4.0
The project had been renamed after 12.5.0 back in 2020, which is why we
didn't receive further updates.

Created an alias and renamed all existing references.
2022-04-15 01:39:54 +02:00
Sandro Jäckel cae8d1a2ed
git: only hardcode path to ssh binary on full build
Requirement for #146702
2022-04-13 15:18:50 +02:00
github-actions[bot] bf63dd7434
Merge staging-next into staging 2022-04-10 18:01:38 +00:00
Vladimír Čunát 5e845236f2
Merge branch 'staging-next' into staging 2022-04-10 17:11:36 +02:00
Doron Behar 357ca2e62c
Merge pull request #168130 from alyaeanyx/qalculate-gtk-4.1.1 2022-04-10 16:39:23 +03:00
Mario Rodas f6d714ff4e
Merge pull request #167736 from techknowlogick/bump-waypoint
waypoint: 0.7.2 -> 0.8.1
2022-04-10 08:11:22 -05:00
Mario Rodas e992f8a601
Merge pull request #167786 from r-ryantm/auto-update/helmfile
helmfile: 0.143.5 -> 0.144.0
2022-04-10 08:10:03 -05:00
Mario Rodas 3c692ef5af
Merge pull request #168070 from r-ryantm/auto-update/syncthing
syncthing: 1.19.1 -> 1.19.2
2022-04-10 08:01:56 -05:00
Lassulus 973fa1917c
Merge pull request #162300 from r-ryantm/auto-update/cwltool
cwltool: 3.1.20220221074232 -> 3.1.20220224085855
2022-04-10 13:37:54 +01:00
Florian Klink 8753d89223
Merge pull request #167960 from qowoz/talos
talosctl: update ldflags
2022-04-10 14:18:22 +02:00
alyaeanyx 0fc77bcb21
qalculate-gtk: 4.1.0 -> 4.1.1 2022-04-10 13:59:30 +02:00
Thiago Kenji Okada cc2a7c2943
Merge pull request #168101 from r-ryantm/auto-update/yEd
yed: 3.21.1 -> 3.22
2022-04-10 12:40:42 +01:00
Artturi ebf6f84ea2
Merge pull request #164722 from armeenm/bump-eggnog-mapper
eggnog-mapper: 1.0.3 -> 2.1.7
2022-04-10 14:37:21 +03:00
Florian Klink b225754c1b
Merge pull request #168098 from r-ryantm/auto-update/xmedcon
xmedcon: 0.21.2 -> 0.22.0
2022-04-10 12:34:14 +02:00
ajs124 ed18931db9
Merge pull request #164383 from oxalica/bump/taskwarrior
taskwarrior: 2.6.1 -> 2.6.2
2022-04-10 10:29:05 +01:00
ajs124 65d933485f
Merge pull request #165932 from anpryl/remove/dragon-drop
dragon-drop: remove duplicate package
2022-04-10 10:20:06 +01:00
Anatolii Prylutskyi 4ba10af21f xdragon: refactor
After removing duplicate package "dragon-drop" moving xdragon
to X11 folder.
2022-04-10 10:52:41 +02:00
Pascal Bach 49cc8715be
Merge pull request #167988 from aaronjheng/git-sizer
git-sizer: 1.3.0 -> 1.5.0
2022-04-10 09:27:06 +02:00
R. Ryantm ab3d8bd20d yed: 3.21.1 -> 3.22 2022-04-10 06:47:06 +00:00
Alexander Bantyev ae07156fc3
Merge pull request #168059 from ilya-fedin/kotatogram-with-webkit
kotatogram-desktop-with-webkit: init
2022-04-10 09:40:53 +03:00
github-actions[bot] be1d810695
Merge staging-next into staging 2022-04-10 06:02:00 +00:00
R. Ryantm 2fd4f690a9 xmedcon: 0.21.2 -> 0.22.0 2022-04-10 05:36:08 +00:00
Bobby Rong 905666851f
Merge pull request #167950 from andersk/zulip
zulip: 5.9.0 → 5.9.1
2022-04-10 13:12:13 +08:00
Jan Tojnar e3e625ffe4 chromium: remove unused GConf dependency
GConf has been deprecated for ages and support for it removed from Chromium a while ago:

- Removal of `use_gconf` gn build system flag:
  a28f4d062f
2022-04-10 03:54:39 +02:00
Jan Tojnar e8c84f90ed chromium: remove deprecated libgnome-keyring dependency
libgnome-keyring has been deprecated for a long time.
It has been superseded by libsecret, which allows access to not only
GNOME Keyring secret manager but any other service implementing
the Secret Service D-Bus API.

In fact Chromium links against libsecret when use_glib is enabled:

https://source.chromium.org/chromium/chromium/src/+/main:components/os_crypt/BUILD.gn;l=142;drc=35be6215ec8f09e50176f36753c68f26c63d1885

And use_glib is on by default on Linux:

https://source.chromium.org/chromium/chromium/src/+/main:components/os_crypt/BUILD.gn;l=142;drc=35be6215ec8f09e50176f36753c68f26c63d1885

Unfortunately, Chromium is vendoring libsecret:

https://source.chromium.org/chromium/chromium/src/+/main:components/os_crypt/BUILD.gn;l=187;drc=35be6215ec8f09e50176f36753c68f26c63d1885

We need to disable the flag explicitly, since it is enabled by default:

https://source.chromium.org/chromium/chromium/src/+/main:components/os_crypt/features.gni;l=11;drc=35be6215ec8f09e50176f36753c68f26c63d1885
2022-04-10 03:54:39 +02:00
Sandro 88a7844e56
Merge pull request #166419 from SuperSandro2000/join-desktop 2022-04-10 03:24:50 +02:00
Alyssa Ross 665bb90fc3 qemu: remove redundant copy of qemu-ga
There's no reason to have one copy of qemu-ga in $out and another in
$ga, and because we only applied remove-references-to to one of the
copies, it caused a collision when QEMU was used in a buildEnv.
2022-04-10 08:11:46 +08:00
github-actions[bot] 28c6c88d42
Merge staging-next into staging 2022-04-10 00:02:52 +00:00
R. Ryantm 112afa2c56 syncthing: 1.19.1 -> 1.19.2 2022-04-09 22:48:51 +00:00
Alexander Bantyev c2b6e029cd
Merge pull request #167711 from cab404/superslicer-235712
super-slicer: 2.3.57.10 -> 2.3.57.12
2022-04-10 01:02:15 +03:00
Ilya Fedin dc508e7f5a kotatogram-desktop-with-webkit: init
This allows to get maximum from the dlopen-based code and install webkit dependency only when needed and without rebuilds

Tested with https://t.me/ShopBot
2022-04-10 01:51:13 +04:00
Martin Weinelt 98b6b24606
Merge pull request #167921 from panicgh/tbb 2022-04-09 23:25:30 +02:00
Thiago Kenji Okada 4694233dec
Merge pull request #167111 from r-ryantm/auto-update/vieb
vieb: 7.1.2 -> 7.2.0
2022-04-09 22:07:31 +01:00
Thiago Kenji Okada 9aa810ab8c
Merge pull request #167285 from r-ryantm/auto-update/mediainfo
mediainfo: 21.09 -> 22.03
2022-04-09 21:58:05 +01:00
Thiago Kenji Okada c5b94499b0
Merge pull request #167379 from r-ryantm/auto-update/pianobar
pianobar: 2020.11.28 -> 2022.04.01
2022-04-09 21:53:30 +01:00
Martin Weinelt 7715286357
Merge pull request #168025 from squalus/librewolf
librewolf: 98.0.2-1 -> 99.0-1
2022-04-09 22:11:36 +02:00
Thiago Kenji Okada a8e52a1164
Merge pull request #167978 from thiagokokada/bump-mame
mame: 0.239 -> 0.242, add update script
2022-04-09 20:27:50 +01:00
Pascal Bach d6a504cbff
Merge pull request #168026 from r-ryantm/auto-update/gallery_dl
gallery-dl: 1.21.0 -> 1.21.1
2022-04-09 21:17:20 +02:00
Thiago Kenji Okada 615e5e10c1
Merge pull request #166740 from shadaj/init-cvc5-symfpu
cvc5: init at 1.0.0 & symfpu: init at 8fbe139b
2022-04-09 20:07:29 +01:00
Thiago Kenji Okada b49192e908
Merge pull request #168015 from r-ryantm/auto-update/ryujinx
ryujinx: 1.1.91 -> 1.1.100
2022-04-09 19:56:39 +01:00
Thiago Kenji Okada d5253dd45d
Merge pull request #167561 from r-ryantm/auto-update/thunderbird-unwrapped
thunderbird-unwrapped: 91.7.0 -> 91.8.0
2022-04-09 19:39:22 +01:00
R. Ryantm 1c334eff79 gallery-dl: 1.21.0 -> 1.21.1 2022-04-09 18:31:51 +00:00
squalus 00db31b93c librewolf: 98.0.2-1 -> 99.0-1 2022-04-09 11:18:04 -07:00
github-actions[bot] 55db28db36
Merge staging-next into staging 2022-04-09 18:01:56 +00:00
Thiago Kenji Okada 605ba3fa7b mame: use lua 5.3 2022-04-09 18:53:08 +01:00
Thiago Kenji Okada 5c973af3a3
Merge pull request #166881 from WolfangAukang/upwork-5.6.10.7
upwork: 5.6.10.1 -> 5.6.10.7
2022-04-09 18:52:50 +01:00