Commit Graph
10632 Commits
Author SHA1 Message Date
Robert Schütz 27d0a91fd4 authenticator: init at 4.0.3 2021-05-03 00:46:50 +02:00
github-actions[bot] a7e07bddd5 Merge staging-next into staging 2021-05-02 12:24:53 +00:00
Luke Granger-Brown f587042bb9 Merge pull request #121463 from lukegb/pr103254
libsForQt5.quazip: 0.9.1 -> 1.1
2021-05-02 13:15:39 +01:00
Arijit Basu 637c7391ad xplr: 0.5.10 -> 0.5.12 (#121473) 2021-05-02 13:40:58 +02:00
Robert Schütz 9932e5cf77 metadata-cleaner: 1.0.4 -> 1.0.5 2021-05-02 10:52:03 +02:00
Luke Granger-Brown 1d00429e59 ideamaker: mark as broken
This just segfaults on startup for me.
2021-05-02 01:18:50 +00:00
github-actions[bot] 49721bed32 Merge staging-next into staging 2021-05-01 18:26:21 +00:00
Luke Granger-Brown e276940ac0 Merge pull request #120189 from r-ryantm/auto-update/geoipupdate
geoipupdate: 4.6.0 -> 4.7.1
2021-05-01 18:30:29 +01:00
Jan Tojnar 1733bade1a Merge pull request #121226 from zhaofengli/librem-take2
phosh: init at 0.10.2
2021-05-01 18:41:50 +02:00
Daniël de Kok f5c9166536 _1password-gui: 8.0.30 -> 8.0.33-53.BETA
Also modify the update script to work again.

Note that prior versions were also part of the Linux beta. So, the use
of BETA in the version does not mean that this update switch from a
stable version to a beta version.
2021-05-01 11:11:43 +02:00
Daniël de Kok ad09957566 _1password-gui: use the upstream tarball rather than AppImage
AgileBits now provides tarballs of 1Password for Linux, which is more
convenient for us than AppImages.

Also include the browser support and keyring helper programs.

Thanks to Savanni D'Gerinel for providing many of the changes made in
this PR.
2021-05-01 10:55:59 +02:00
Zhaofeng Li f3e2883167 feedbackd: Add udev rules to output 2021-05-01 06:52:35 +00:00
github-actions[bot] 5c9b6baa63 Merge staging-next into staging 2021-05-01 06:21:43 +00:00
Aluísio Augusto Silva Gonçalves a5c7cd5779 haunt: fix Guile load paths
Guile's version is part of the path and the installed files won't be
found if we don't include it.  Also, we can rely on the paths of build
inputs being added to $GUILE_LOAD_PATH and $GUILE_LOAD_COMPILED_PATH
by Guile's setup hook.
2021-04-30 22:55:18 -03:00
github-actions[bot] ef6416a6ba Merge staging-next into staging 2021-05-01 00:54:32 +00:00
Aluísio Augusto Silva Gonçalves bd722f1105 haunt: enable tests and verify that the binary works 2021-04-30 21:46:03 -03:00
AndersonTorres df26e9a55d eaglemode: xineLib -> xine-lib 2021-04-30 17:51:04 -03:00
github-actions[bot] 20ebbe6b59 Merge staging-next into staging 2021-04-30 18:26:34 +00:00
John Ericson 17305d2df0 Merge pull request #111487 from Ericson2314/llvm-outputs-and-cross-compile-tools
llvmPackages: Clean up outputs
2021-04-30 11:28:08 -04:00
Sandro bcfd1b2f2c Merge pull request #121038 from sikmir/josm
josm: 17702 → 17833
2021-04-30 15:02:36 +02:00
github-actions[bot] d7882499f8 Merge staging-next into staging 2021-04-30 12:26:14 +00:00
ikervagyokandSandro f3fdc97111 rofi-power-menu: init at 3.0.2 (#121028)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-30 13:07:23 +02:00
Sandro e9d4487a59 Merge pull request #121236 from michojel/megasync-ffmpeg
megasync: use ffmpeg instead of ffmpeg_3
2021-04-30 10:15:33 +02:00
github-actions[bot] c6548b2832 Merge staging-next into staging 2021-04-30 06:21:40 +00:00
Nikolay Korotkiy 352bc1f269 josm: 17702 → 17833 2021-04-30 09:19:32 +03:00
Andrew Childs 7869d16545 llvmPackages: Multuple outputs for everythting
Also begin to start work on cross compilation, though that will have to
be finished later.

The patches are based on the first version of
https://reviews.llvm.org/D99484. It's very annoying to do the
back-porting but the review has uncovered nothing super major so I'm
fine sticking with what I've got.

Beyond making the outputs work, I also strove to re-sync the packages,
as they have been drifting pointlessly apart for some time.

----

Other misc notes, highly incomplete

- lvm-config-native and llvm-config are put in `dev` because they are
  tools just for build time.

- Clang no longer has an lld dep. That was introduced in
  db29857eb3, but if clang needs help
  finding lld when it is used we should just pass it flags / put in the
  resource dir. Providing it at build time increases critical path
  length for no good reason.

----

A note on `nativeCC`:

`stdenv` takes tools from the previous stage, so:

1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.stdenv.cc`: `(?0, ?1, x)`

while:

1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.targetPackages`: `(x, x, ?2)`
3. `pkgsBuildBuild.targetPackages.stdenv.cc`: `(?1, x, x)`
2021-04-30 05:41:00 +00:00
Michal Minář 750ffff97a megasync: switch to ffmpeg
Signed-off-by: Michal Minář <mic.liamg@gmail.com>
2021-04-30 06:41:14 +02:00
53193ef716 phoc: init at 0.7.0
Co-authored-by: Blaž Hrastnik <blaz@mxxn.io>
Co-authored-by: Jan Tojnar <jtojnar@gmail.com>
Co-authored-by: Jordi Masip <jordi@masip.cat>
2021-04-30 04:20:00 +00:00
Sandro 29f52d74c4 Merge pull request #121080 from FlorianFranzen/jp2a-1.1.0
jp2a: 1.0.7 -> 1.1.0
2021-04-30 03:27:34 +02:00
github-actions[bot] b4766e97ee Merge staging-next into staging 2021-04-30 00:52:06 +00:00
3ed601e612 hunter: init at 1.3.5 (#120084)
Co-authored-by: Christoph Neidahl <christoph.neidahl@gmail.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-30 01:49:00 +02:00
Sandro Jäckel ae02415ee8 treewide: remove gnidorah
due to github account removal/deletion and not other mean of contact.
2021-04-30 01:48:19 +02:00
José Romildo Malaquias 8e43e833f5 tint2: 16.7 -> 17.0 2021-04-29 16:17:25 -03:00
Florian Franzen 855e5119a2 jp2a: 1.0.7 -> 1.1.0 2021-04-29 20:23:49 +02:00
Robert Schütz edded3cda7 djvulibre: 3.5.27 -> 3.5.28 2021-04-29 18:27:21 +02:00
github-actions[bot] 54e69b71cd Merge staging-next into staging 2021-04-29 12:26:05 +00:00
Linus Heckemann d042000fe2 Merge pull request #120813 from r-ryantm/auto-update/kanboard
kanboard: 1.2.18 -> 1.2.19
2021-04-29 12:10:45 +02:00
Maciej Krüger 7b0f3a0838 Merge pull request #121116 from sayanarijit/master
xplr: 0.5.7 -> 0.5.10
2021-04-29 11:00:53 +02:00
Taeer Bar-Yam a670f92186 get_iplayer: 3.24 -> 3.27 (#120863) 2021-04-29 10:09:34 +02:00
github-actions[bot] 01105a117a Merge staging-next into staging 2021-04-29 06:21:55 +00:00
Arijit Basu 085a70f717 xplr: 0.5.7 -> 0.5.10 2021-04-29 10:03:28 +05:30
R. RyanTM 6067cfccc6 fuzzel: 1.5.1 -> 1.5.3 2021-04-29 00:32:25 -04:00
R. RyanTM f456d42386 gpsprune: 20.2 -> 20.3 2021-04-29 00:19:14 -04:00
R. RyanTM 6acafb97e5 cheat: 4.2.0 -> 4.2.1 2021-04-29 00:07:50 -04:00
Sandro da63eb10bb Merge pull request #121036 from eduardosm/sip-platform-tag
pythonPackages.sip_5: add `platform_tag` attribute
2021-04-29 05:52:46 +02:00
Eduardo Sánchez Muñoz 9078c50982 pythonPackages.sip_5: add platform_tag attribute
It's value is platform dependend and needs to be specified in `pyproject.toml` for modules that use sip_5. Instead of defining it for each module, we can add it to sip_5, so it can be reused.
2021-04-28 17:52:42 +02:00
R. RyanTM bb3d2fcd32 gpxsee: 8.9 -> 9.0 2021-04-28 13:00:24 +00:00
github-actions[bot] 70093bbd44 Merge staging-next into staging 2021-04-28 06:05:49 +00:00
R. RyanTM a49df973fc cointop: 1.6.3 -> 1.6.5 2021-04-27 23:53:59 -04:00
R. RyanTM 55e8cc0058 calcurse: 4.7.0 -> 4.7.1 2021-04-27 23:40:26 -04:00