Commit graph

213076 commits

Author SHA1 Message Date
Anders Kaseorg 1a32e383e6 or-tools: 7.3 -> 7.5
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2020-02-10 20:40:12 +01:00
Anders Kaseorg 4e0f25d443 abseil-cpp: 20190322 -> 20191119
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2020-02-10 20:40:12 +01:00
Pedro Pombeiro 8d0f535606 nsis: 3.04 -> 3.05 2020-02-10 20:36:51 +01:00
Stig Palmquist e66cbc5f65 rakudo: 2017.01 -> 2020.01
dependencies:
- moarvm: init at 2020.01.1
- nqp: init at 2020.01
- zef: init 0.8.2

Replaced the rakudo-star distribution with packages for raku, moarvm, nqp and
zef.
2020-02-10 20:34:04 +01:00
Edmund Wu d108ba9ded recursive: 1.022 -> 1.030 2020-02-10 20:33:01 +01:00
Jonathan Ringer 2214be1fe1 pythonPackages.xmlschema: 1.0.17 -> 1.0.18 2020-02-10 20:32:32 +01:00
Jonathan Ringer 8d6d53b173 pythonPackages.elementpath: 1.3.3 -> 1.4.0 2020-02-10 20:32:32 +01:00
Robert Scott 8817036a31 pythonPackages.capstone: 3.0.5.post1 -> 4.0.1, redesign as wrapper package around main capstone package
this allows us to keep the two packages in sync and handle overrides more
flexibly
2020-02-10 20:29:01 +01:00
Robert Scott a8c0c21f78 capstone: enable for darwin, enable tests & fix pkg-config output
turns out capstone.pc is generated during the buildPhase, so needs
PREFIX set here too for it to be correct
2020-02-10 20:29:01 +01:00
Matthew Bauer ba30ee3389
Merge pull request #79708 from saschagrunert/unused-ldflags-var
cri-o: remove unused ldflags variable
2020-02-10 14:28:12 -05:00
Daniel Fullmer 51950d7a29 rtl8812au: fix cross compiling
Built and tested on:
Raspberry Pi 3, natively compiled on aarch64
Raspberry Pi 1, cross compiled from x86_64 to armv6l
2020-02-10 20:27:28 +01:00
Christian Kampka 9205b2d633 trilium: 0.38.2 -> 0.39.4 2020-02-10 20:27:00 +01:00
Bjarki Ágúst Guðmundsson c1b3b6f8b2 google-play-music-desktop-player: 4.6.1 -> 4.7.1 2020-02-10 20:25:45 +01:00
worldofpeace be01f27adc rl-2009: typo 2020-02-10 14:23:00 -05:00
Linus Heckemann 8f30b3e83e kanboard: 1.2.12 -> 1.2.13
Add self to maintainers
2020-02-10 20:22:46 +01:00
Ben Darwin 7059f44440 python3Packages.tensorly: init at 0.4.5 2020-02-10 20:21:28 +01:00
Ben Darwin 35bfcc98c9 python3Packages.sparse: mark unbroken (package has been previously updated) 2020-02-10 20:21:28 +01:00
Justin Humm 48d502cd66 libspiro: 0.5.20150702 -> 20190731
also build from Git
2020-02-10 20:20:55 +01:00
Kevin Amado 168b3076a7 pythonPackages.cfn-flip: 1.1.0.post1 -> 1.2.2 2020-02-10 20:19:11 +01:00
Kyle Sferrazza 2843a7d122 jdiskreport: remove builder.sh link from docs 2020-02-10 20:17:59 +01:00
Kyle Sferrazza 3b4c71721a jdiskreport: cleanup and add desktop item 2020-02-10 20:17:59 +01:00
Wael M. Nasreddine 1f54afb299 gotools: fix the path in the setup-hook 2020-02-10 20:17:19 +01:00
worldofpeace 2ba2b0cf23 20.09 is Nightingale 2020-02-10 14:14:18 -05:00
Bart Brouns bd90b5a5cf faust: 2.5.23 -> 2.20.2 2020-02-10 20:12:05 +01:00
Nikolay Korotkiy 4562d76dde qtpbfimageplugin: 2.0 -> 2.1 2020-02-10 20:11:13 +01:00
Bastien Rivière 434c507864 insomnia: 7.0.5 -> 7.0.6 2020-02-10 20:09:00 +01:00
edef 08e96d2fb9 zopfli: add edef as maintainer 2020-02-10 20:08:25 +01:00
edef 60446543dc zopfli: split outputs 2020-02-10 20:08:25 +01:00
Eric Bailey d723b91223 lfe: 1.2.1 -> 1.3
Add patches to the builder expression, and add those necessary for 1.3.
2020-02-10 20:03:47 +01:00
Eric Bailey 82e007f80f lfe: pin 1.2.1 to R19 2020-02-10 20:03:47 +01:00
Eric Bailey 49fe429990 lfe: add message to OTP version assertion 2020-02-10 20:03:47 +01:00
Alyssa Ross c856d7ff12 dino: remove unnecessary private transitive deps
As explained by Orivej (reformatted from Markdown):

> These (except libsignal-protocol-c) are private dependencies of the
> actual dependencies that should neither be propagated nor added
> manually to dino. For example, libpsl and brotli come from
> libsoup-2.4.pc:
>
>     Requires: glib-2.0 >=  2.38, gobject-2.0 >=  2.38, gio-2.0 >=  2.38
>     Requires.private: libxml-2.0, sqlite3, libpsl >=  0.20, libbrotlidec, zlib
>
> (To be precise, glib uses utillinuxMinimal rather than utillinux.)
>
> The warnings we see, such as Package 'mount', required by 'gio-2.0',
> not found, come from CMake running both pkg-config --libs and
> pkg-config --static --libs to populate both <XXX>_LIBRARIES and
> <XXX>_STATIC_LIBRARIES[1], but dino has no use for the latter.
> Currently these warnings can not be disabled:
> https://gitlab.kitware.com/cmake/cmake/issues/18158
>
> (They could be prevented by pruning Requires.private from shared-only
> libraries akin to <https://github.com/NixOS/nixpkgs/pull/51767>,
> although it can not be detected if a library is shared-only from the
> .pc file alone, and this is just a warning.)
>
> [1]: docs: https://cmake.org/cmake/help/v3.16/module/FindPkgConfig.html
2020-02-10 20:02:41 +01:00
Nikolay Korotkiy 07655cd724 lsd2dsl: 0.4.1 -> 0.5.1 2020-02-10 20:01:14 +01:00
Peter Hoeg fd162292cf dxx-rebirth: 0.59.100 -> 0.59.20200202 2020-02-10 20:00:22 +01:00
Peter Hoeg b19c857985 redoflacs: 0.30.20150202 -> 0.30.20190903 2020-02-10 19:59:36 +01:00
Jan Tojnar 5ff9a68101
Merge pull request #72544 from r-ryantm/auto-update/libgit2
libgit2: 0.27.8 -> 0.28.4
2020-02-10 19:59:25 +01:00
Patrick Hilhorst 603109c171 vscodium: 1.41.1 -> 1.42.0 2020-02-10 19:58:55 +01:00
Michele Guerini Rocco 5f55ef9e79
Merge pull request #79502 from expipiplus1/opencorsairlink
opencorsairlink: init at 2019-12-23
2020-02-10 19:58:23 +01:00
Emily 6957e476f4 weechatScripts.weechat-matrix: unstable-2019-11-10 -> unstable-2020-01-21 2020-02-10 19:57:23 +01:00
Emily ab0b90ec50 python3Packages.matrix-nio: 0.6 -> 0.7.1 2020-02-10 19:57:23 +01:00
Oleksii Filonenko 46db47e5f7 findomain: 0.9.3 -> 1.4.0 2020-02-10 19:56:18 +01:00
Oleksii Filonenko 63abe0af44 lazydocker: 0.7.6 -> 0.8 2020-02-10 19:55:48 +01:00
Brenton Horne 567be48707 marvin: 20.3.0 -> 20.4.0 2020-02-10 19:55:13 +01:00
Evils d3a9e634bf kicad-unstable: update update.sh && update
use /tmp instead of XDG_RUNTIME_DIR
  which is /run/user/1000, which defaults to 10% of RAM
  and kicad-packages3d needs ~6gb
2020-02-10 19:54:38 +01:00
Evils a9942b0226 kicad: simplify component names 2020-02-10 19:54:38 +01:00
Nikolay Korotkiy ec85f51603 tippecanoe: 1.34.3 -> 1.35.0 2020-02-10 19:53:57 +01:00
Ben Darwin 39f0e3b32b minc_tools: enable building conversion tools 2020-02-10 19:53:25 +01:00
Ben Darwin bcad453bcf minc_tools: 2017-09-11 -> unstable-2019-12-04 2020-02-10 19:53:25 +01:00
Nguyễn Gia Phong 6ca7b62a36 alure2: unstable-2020-01-09 -> unstable-2020-02-06 2020-02-10 19:52:44 +01:00
Daniel Schaefer e77291b64e hpmyroom: 11.1.0.0508 -> 12.0.0.0220 2020-02-10 19:51:42 +01:00