Commit graph

150071 commits

Author SHA1 Message Date
Nathan van Doorn 86c5937bcb haskellPackages.equivalence: dontCheck in GHC 8.6
The test suite fails due to MonadFail changes
2019-02-13 17:39:16 +00:00
Michael Raskin 06bbf48015
Merge pull request #55704 from dotlambda/getmail-5.10
getmail: 5.8 -> 5.10
2019-02-13 14:11:13 +00:00
Domen Kožar 54568a7caf
nodePackages_10_x: add markdown-link-check 2019-02-13 21:10:14 +07:00
Michael Raskin 96479afd7f
Merge pull request #55680 from teto/lua_whitelist
Lua: autogenerate some more packages
2019-02-13 13:44:35 +00:00
Robert Schütz 776350de0a getmail: 5.8 -> 5.10 2019-02-13 14:33:36 +01:00
José Romildo Malaquias c00b84adfc vivaldi-ffmpeg-codecs: 71.0.3578.98 -> 72.0.3626.96 2019-02-13 12:32:59 +00:00
José Romildo Malaquias 24c966545a vivaldi: 2.2.1388.37-1 -> 2.3.1440.41-1 2019-02-13 12:32:59 +00:00
Tobias Mayer 2da868d81e Add shim for clock_gettime until macos >= 10.12 2019-02-13 13:08:57 +01:00
Florian Klink 3627e56b6c
Merge pull request #55673 from averelld/fix-nextcloud-crash
nextcloud-client: fix crash
2019-02-13 12:31:51 +01:00
Daiderd Jordan 563b491ce8 pythonPackages.tornado: fix darwin sandbox build
The tests need localhost networking.
2019-02-13 12:10:55 +01:00
Frederik Rietdijk b0e2f24050
Merge pull request #55670 from dotlambda/dateparser-0.7.1
python.pkgs.dateparser: 0.7.0 -> 0.7.1
2019-02-13 12:10:35 +01:00
Mario Rodas b081e92562 pythonPackages.scrapy: 1.5.1 -> 1.6.0 2019-02-13 12:09:33 +01:00
Vladyslav M 19af7aae3a
Merge pull request #55640 from yorickvP/upd-alacritty
alacritty: 0.2.6 -> 0.2.9
2019-02-13 13:03:29 +02:00
Michael Weiss c498b7004d
signal-desktop: 1.21.1 -> 1.21.2 2019-02-13 11:40:51 +01:00
Jean-Philippe Braun 385b97e9cf pythonPackages.cassandra-driver: 3.15.1 -> 3.16.0 - fix build
cassandra-driver requires an older version of cython than the one
present in nixpkgs.

Next cassandra-driver version will support cython 0.29
82c84255ff
2019-02-13 11:36:40 +01:00
Maximilian Bosch 7a961cf06f
osquery: fix build
We use `dpkg` 1.19.2 since 23661254e4.
This version dropped pkg_db_reset` in  `<dpkg/dpkg_db.h>` which broke compilation with the
following errors:

```
/build/source/osquery/tables/system/linux/deb_packages.cpp: In function 'void osquery::tables::dpkg_setup(pkg_array*)':
/build/source/osquery/tables/system/linux/deb_packages.cpp:83:3: error: 'pkg_array_init_from_db' was not declared in this scope
   pkg_array_init_from_db(packages);
   ^~~~~~~~~~~~~~~~~~~~~~
/build/source/osquery/tables/system/linux/deb_packages.cpp:83:3: note: suggested alternative: 'pkg_array_init_from_hash'
   pkg_array_init_from_db(packages);
   ^~~~~~~~~~~~~~~~~~~~~~
   pkg_array_init_from_hash
/build/source/osquery/tables/system/linux/deb_packages.cpp: In function 'void osquery::tables::dpkg_teardown(pkg_array*)':
/build/source/osquery/tables/system/linux/deb_packages.cpp:93:3: error: 'pkg_db_reset' was not declared in this scope
   pkg_db_reset();
   ^~~~~~~~~~~~
/build/source/osquery/tables/system/linux/deb_packages.cpp:93:3: note: suggested alternative: 'pkg_hash_reset'
   pkg_db_reset();
   ^~~~~~~~~~~~
   pkg_hash_reset
make[2]: *** [osquery/tables/CMakeFiles/osquery_system_tables.dir/build.make:115: osquery/tables/CMakeFiles/osquery_system_tables.dir/system/linux/deb_packages.cpp.o] Error 1
```

As there's currently no upstream fix, it's better to use an older
version of `dpkg` for now.
2019-02-13 11:21:43 +01:00
dywedir 0354db279a
rdedup: mark as broken on darwin 2019-02-13 12:12:01 +02:00
Stefan Junker 8f1ab5f539 rdedup: 3.0.1 -> 3.1.1 (#55530) 2019-02-13 12:06:20 +02:00
Florian Klink 516a9578e6
Merge pull request #55501 from ivan/chromium-72.0.3626.96
chromium: 72.0.3626.81 -> 72.0.3626.96
2019-02-13 11:04:05 +01:00
Will Dietz 12984854c6 tor-browser-bundle-bin: 8.0.5 -> 8.0.6
https://blog.torproject.org/new-release-tor-browser-806
2019-02-13 03:45:59 -06:00
markuskowa 1c1913b949
Merge pull request #55677 from veprbl/pr/pyslurm_adjust_version_check
pythonPackages.pyslurm: implement a less strict slurm version check
2019-02-13 10:29:10 +01:00
markuskowa ac0fd7c426
Merge pull request #55630 from markuskowa/rdma-core
rdma-core: 22 -> 22.1
2019-02-13 10:26:40 +01:00
markuskowa bd8bebb821
Merge pull request #55592 from markuskowa/upd-limesuite
limesuite: 18.10.0 -> 19.01.0
2019-02-13 09:11:07 +01:00
markuskowa e242350201
Merge pull request #55590 from markuskowa/upd-soapyplugins
soapy[bladerf,remote,uhd]:  0.4.0 -> 0.4.1, 0.5.0 -> 0.5.1, 0.3.4 -> 0.3.5
2019-02-13 09:10:46 +01:00
Sarah Brofeldt 2d022e7fa2
Merge pull request #55669 from averelld/fix-chromium-build
flashplayer: 32.0.0.114 -> 32.0.0.142
2019-02-13 07:09:02 +01:00
Matthieu Coudron 0cb3ee3bde luaPackages.lua-iconv: move to generated 2019-02-13 14:13:39 +09:00
Matthieu Coudron c84a431624 luaPackages.lpty: 1.2.1 -> 1.2.2 generated 2019-02-13 14:13:01 +09:00
Matthieu Coudron ce63fd4381 luaPackages.luabitop: generated 2019-02-13 14:12:44 +09:00
Matthieu Coudron c789b88cdd luaPackages.luacheck: 0.20 -> 0.23 generated 2019-02-13 14:11:14 +09:00
Matthieu Coudron 421110ae36 luaPackages.luaevent: 0.4.4 -> 0.4.6 generated 2019-02-13 14:10:35 +09:00
Austin Seipp c19807e25d
foundationdb60: 6.0.17 -> 6.0.18
Fixes numerous bugs in blobstore backup.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-02-12 23:03:25 -06:00
Dmitry Kalinkin b69d481d74
pythonPackages.pyslurm: implement a less strict slurm version check 2019-02-12 23:00:30 -05:00
Will Dietz 7bb2618bc2
Merge pull request #55666 from dtzWill/update/trilium-0.29.1
trilium: 0.28.3 -> 0.29.1
2019-02-12 20:00:50 -06:00
Tim Steinbach 117eb5725a
linux-libre: 15814 -> 15951 2019-02-12 19:00:16 -05:00
Averell Dalton cfc7cdac45 nextcloud-client: fix crash 2019-02-13 00:56:15 +01:00
Florian Klink 73525ed660
Merge pull request #55285 from jabranham/syncthing
syncthing 1.0.0 -> 1.0.1
2019-02-13 00:55:12 +01:00
Tim Steinbach d174713a12
linux: 4.20.7 -> 4.20.8 2019-02-12 18:45:31 -05:00
Tim Steinbach c7e17fa49c
linux: 4.19.20 -> 4.19.21 2019-02-12 18:44:55 -05:00
Tim Steinbach 0e1eb30a1d
linux: 4.14.98 -> 4.14.99 2019-02-12 18:44:35 -05:00
Tim Steinbach a629651af2
linux: 4.9.155 -> 4.9.156 2019-02-12 18:44:12 -05:00
Sophie Taylor 744e344171
Update maps.nix 2019-02-13 08:53:32 +10:00
Maximilian Bosch aa21b4b3d3
lldpd: fix build
The build missed `openssl` as input and failed with an error like this:

```
/nix/store/7n1h80xkbjhcijzp0iylk0nc7w05vy8k-net-snmp-5.8/include/net-snmp/library/scapi.h:14:10: fatal error: openssl/ossl_typ.h: No such file or directory
 #include <openssl/ossl_typ.h> /* EVP_MD */
          ^~~~~~~~~~~~~~~~~~~~
compilation terminated.
```

This also unbreaks `osquery` (https://hydra.nixos.org/build/88547811).

See also https://hydra.nixos.org/build/88562937
2019-02-12 23:44:07 +01:00
Daiderd Jordan a4a7fd8d68
aws-sdk-cpp: fix darwin sandbox build
The tests use localhost networking, which is disallowed by
default in the darwin sandbox.
2019-02-12 23:38:13 +01:00
Robert Schütz 943c8909b5 Revert "papis: use python36"
This reverts commit 07664bcbe4.
2019-02-12 23:12:57 +01:00
Robert Schütz 6c53ffa502 Revert "buku-4.1: pinned python to python36 due to #52766"
This reverts commit 5ddd094ce0.
2019-02-12 23:12:57 +01:00
Robert Schütz a9bf4cea4b Revert "home-assistant-cli: use python36"
This reverts commit c3b01eed80.
2019-02-12 23:12:57 +01:00
Robert Schütz 9fe2447dec python.pkgs.dateparser: 0.7.0 -> 0.7.1
fixes #52766
2019-02-12 23:12:46 +01:00
Michael Raskin 8a50050229
Merge pull request #55528 from fare-patches/master
Update Gambit and Gerbil from Upstream
2019-02-12 22:03:19 +00:00
Averell Dalton 856a238e20 flashplayer: 32.0.0.114 -> 32.0.0.142 2019-02-12 23:01:44 +01:00
Marcus Geiger 355d9a6378 qemu: Add support for the Hypervisor framework on Darwin
This provides macOS native hardware acceleration to Qemu.
2019-02-12 22:58:50 +01:00
Maximilian Bosch eac2aaf85f
Merge pull request #55564 from wizeman/u/new-todoist
todoist: init at 0.13.1
2019-02-12 22:33:43 +01:00
Michael Raskin 2a2cf5bf29
Merge pull request #55305 from teto/lua_whitelist
Lua: moving some package to the luarocks whitelist
2019-02-12 21:19:11 +00:00
Will Dietz ef74bbd221 trilium: 0.28.3 -> 0.29.1
https://github.com/zadam/trilium/releases/tag/v0.29.1
https://github.com/zadam/trilium/releases/tag/v0.29.0-beta

(the 0.29.1 release notes don't repeat the beta notes,
which is where most of the changes are)
2019-02-12 14:13:16 -06:00
Michael Weiss cfe6277e62
tdesktop: 1.5.12 -> 1.5.15
tdesktopPackages.preview: 1.5.12 -> 1.5.15
2019-02-12 19:54:28 +01:00
Daiderd Jordan 11c1fc4085
perlPackages.IOTty: fix darwin sandbox build
2 of the tests fail when sandboxing is enabled, we might want to allow
this case in the profile if there are more cases but for now just
disable the tests on darwin.

    warning: TIOCSCTTY failed, slave might not be set as controlling terminal: Operation not permitted at /private/tmp/nix-build-perl5.28.1-IO-Tty-1.12.drv-0/IO-Tty-1.12/blib/lib/IO/Pty.pm line 121.
    Error: could not connect pty as controlling terminal!
    no controlling terminal at t/test.t line 68.
    sysread() failed:  at t/test.t line 91.
    # Looks like your test exited with 255 just after 2.
2019-02-12 19:25:05 +01:00
Elis Hirwing 3cf8394daf
phpPackages.phpstan: 0.11.1 -> 0.11.2
Changelog: https://github.com/phpstan/phpstan/releases/tag/0.11.2
2019-02-12 17:49:05 +01:00
Will Dietz 91c7157919
Merge pull request #55214 from dtzWill/update/ipe-7.2.10
ipe: 7.2.9 -> 7.2.10
2019-02-12 10:08:01 -06:00
Will Dietz 92a54bd927
Merge pull request #55133 from dtzWill/fix/bdwgc-musl-cflags-space
boehmgc{,_766}: add space before appending to CFLAGS (only done w/musl)
2019-02-12 10:04:21 -06:00
Will Dietz d071cffacc
Merge pull request #55572 from dtzWill/update/txr-209
txr: 208 -> 209
2019-02-12 10:02:12 -06:00
Yorick van Pelt 75be5861a5
alacritty: 0.2.6 -> 0.2.9 2019-02-12 15:31:06 +01:00
Daniel Peebles ccc02c5d82
Merge pull request #55350 from homich1991/master
chromedriver: 2.43 -> 2.46
2019-02-12 08:55:26 -05:00
Will Dietz 67efb6f14c
Merge pull request #55604 from dtzWill/update/agave-009
agave: 008 -> 009
2019-02-12 07:28:45 -06:00
Will Dietz 347fa8611f intel-media-driver: 18.4.0 -> 18.4.1
Minor bump, adds various missing id's apparently.
2019-02-12 07:20:26 -06:00
Tim Steinbach 2fcb8c3ac7
flashplayer: 32.0.0.114 -> 32.0.0.142 2019-02-12 08:20:12 -05:00
Sarah Brofeldt 09080380ee docker: 18.09.1 -> 18.09.2 2019-02-12 13:14:31 +00:00
Guillaume Bouchard a7c774300b ghc-8.6.3: use system libffi
Use the system `libffi` (`ie` nixpkgs's) instead of built-in libffi
from ghc source tree.

This will prevent library conflict when ghc dynamically links haskell
packages (linked with ghc built-in libffi) and any external library
which uses nixpkgs `libffi`.

Closes https://github.com/NixOS/nixpkgs/pull/55208.
2019-02-12 13:40:59 +01:00
Eelco Dolstra 7f32b3db30
Merge pull request #55153 from dtzWill/update/libpqxx-6.3.0
libpqxx: 6.2.5 -> 6.3.1
2019-02-12 13:31:41 +01:00
José Romildo Malaquias f0c7f54bd2 qtermwidget: remove version 0.7.1 2019-02-12 09:56:10 -02:00
José Romildo Malaquias d5c017eef8 qlipper: do not use qt5 directly 2019-02-12 09:56:09 -02:00
José Romildo Malaquias 9306341a0b lxqt: lxqt-l10n has been removed in version 0.14.0 2019-02-12 09:56:09 -02:00
José Romildo Malaquias 1fa2405cbd lxqt.update.sh: update to version 0.14.0 2019-02-12 09:56:09 -02:00
José Romildo Malaquias 96185ab3f0 screengrab: 1.98 -> 1.100 2019-02-12 09:56:09 -02:00
José Romildo Malaquias 5c26986b58 qps: 1.10.18 -> 1.10.19 2019-02-12 09:56:08 -02:00
José Romildo Malaquias f45affe838 qtermwidget: 0.9.0 -> 0.14.0 2019-02-12 09:56:08 -02:00
José Romildo Malaquias 99b8c1b843 qterminal: 0.9.0 -> 0.14.0 2019-02-12 09:56:07 -02:00
José Romildo Malaquias 92379c6fd5 pavucontrol-qt: 0.4.0 -> 0.14.0 2019-02-12 09:56:07 -02:00
José Romildo Malaquias 40b1f7f16d obconf-qt: 0.13.0 -> 0.14.0 2019-02-12 09:56:07 -02:00
José Romildo Malaquias df02bb01fe compton-conf: 0.4.0 -> 0.14.0 2019-02-12 09:56:07 -02:00
José Romildo Malaquias a7b500487e lximage-qt: 0.7.0 -> 0.14.0 2019-02-12 09:56:06 -02:00
José Romildo Malaquias f9346ff3d2 pcmanfm-qt: 0.13.0 -> 0.14.0 2019-02-12 09:56:05 -02:00
adisbladis a4e4a3da48
firefox-beta-bin: 66.0b5 -> 66.0b7 2019-02-12 11:52:36 +00:00
adisbladis 994795208c
firefox-devedition-bin: 66.0b5 -> 66.0b7 2019-02-12 11:52:28 +00:00
José Romildo Malaquias adb8201fcb libfm-qt: 0.13.1 -> 0.14.0 2019-02-12 09:03:51 -02:00
José Romildo Malaquias 8242ee68fa lxqt-themes: 0.13.0 -> 0.14.0 2019-02-12 09:03:51 -02:00
José Romildo Malaquias 06a706dd38 lxqt-sudo: 0.13.0 -> 0.14.0 2019-02-12 09:03:51 -02:00
José Romildo Malaquias 39e826c292 lxqt-session: 0.13.0 -> 0.14.0 2019-02-12 09:03:51 -02:00
José Romildo Malaquias c12474b676 lxqt-runner: 0.13.0 -> 0.14.0 2019-02-12 09:03:51 -02:00
José Romildo Malaquias eb866930e7 lxqt-qtplugin: 0.13.0 -> 0.14.0 2019-02-12 09:03:51 -02:00
José Romildo Malaquias 6eb4470376 lxqt-powermanagement: 0.13.0 -> 0.14.0 2019-02-12 09:03:51 -02:00
José Romildo Malaquias a558f99b20 lxqt-policykit: 0.13.0 -> 0.14.0 2019-02-12 09:03:50 -02:00
José Romildo Malaquias f0fa0322db lxqt-panel: 0.13.0 -> 0.14.0 2019-02-12 09:03:50 -02:00
José Romildo Malaquias b011cf7fad lxqt-openssh-askpass: 0.13.0 -> 0.14.0 2019-02-12 09:03:50 -02:00
José Romildo Malaquias d4514a83d8 lxqt-notificationd: 0.13.0 -> 0.14.0 2019-02-12 09:03:50 -02:00
José Romildo Malaquias 9e5b3d5368 lxqt-globalkeys: 0.13.0 -> 0.14.0 2019-02-12 09:03:50 -02:00
José Romildo Malaquias db24957703 lxqt-config: 0.13.0 -> 0.14.0 2019-02-12 09:03:50 -02:00
José Romildo Malaquias 308376a32a lxqt-admin: 0.13.0 -> 0.14.0 2019-02-12 09:03:50 -02:00
José Romildo Malaquias 13fab66220 lxqt-about: 0.13.0 -> 0.14.0 2019-02-12 09:03:50 -02:00
José Romildo Malaquias def579b42b liblxqt: 0.13.0 -> 0.14.0 2019-02-12 09:03:50 -02:00
José Romildo Malaquias c4a6b73972 lxqt-build-tools: 0.5.0 -> 0.6.0 2019-02-12 09:03:50 -02:00
José Romildo Malaquias b0b03df748 libsysstat: 0.4.1 -> 0.4.2 2019-02-12 09:02:20 -02:00
José Romildo Malaquias b1a6d39155 libqtxdg: 3.2.0 -> 3.3.0 2019-02-12 09:01:46 -02:00
Sophie Taylor ce1eb1ea79 Update and rename maps.nix to maps-replays.nix 2019-02-12 10:41:41 +00:00
Will Dietz 53b7cf556e certbot: 0.30.2 -> 0.31.0 (#55601) 2019-02-12 11:38:43 +01:00
Markus Kowalewski 4ce75af3ee
rdma-core: 22 -> 22.1 2019-02-12 10:46:03 +01:00
Florian Klink 6dc46f3f01
Merge pull request #55566 from flokli/zoom-us-fix
zoom-us: don't set dontPatchELF
2019-02-12 09:47:07 +01:00
Sarah Brofeldt c0cfe9bf50
Merge pull request #54991 from FlorianFranzen/sc2-headless
sc2-headless: 3.17 -> 4.7.1
2019-02-12 09:42:56 +01:00
Will Dietz 1b71c5f5db xapian: 1.4.9 -> 1.4.10
https://xapian.org/docs/xapian-core-1.4.10/NEWS
2019-02-12 00:47:57 -06:00
Claudio Bley d89634ad55 fixup! yubikey-manager-qt: init at 1.1.0 2019-02-12 07:17:59 +01:00
Zach Coyle e64a9f006f gnu-cobol: enable on darwin 2019-02-11 22:55:07 -05:00
Samuel Dionne-Riel 8568f68e61
Merge pull request #55141 from hhm0/rtl8821ce
rtl8821ce: init at 5.2.5_1.26055.20180108
2019-02-11 21:50:07 -05:00
Matthieu Coudron 71b2e1f554 luaPackages.lgi: move to generated 2019-02-12 11:47:54 +09:00
Matthieu Coudron c01fe375ca luaPackages.cqueues: move to generated 2019-02-12 11:47:54 +09:00
Matthieu Coudron 84d4faf8d5 luaPackages.basexx: move to generated 2019-02-12 11:47:53 +09:00
Matthieu Coudron 582fa48e6f luaPackages.fifo: move to generated 2019-02-12 11:47:53 +09:00
Matthieu Coudron f0269de17f luaPackages.lpeg_patterns: move to generated 2019-02-12 11:47:53 +09:00
worldofpeace d47e89bc8b
Merge pull request #55610 from dtzWill/update/epiphany-3.30.3
epiphany: 3.30.2 -> 3.30.3
2019-02-12 01:23:19 +00:00
Will Dietz 42446b15a7
Merge pull request #55334 from dtzWill/update/curl-7.64.0
curl: 7.63.0 -> 7.64.0
2019-02-11 18:07:23 -06:00
Will Dietz 92f051b089
Merge pull request #55175 from dtzWill/update/iosevka-2.1.0
iosevka-bin: 2.0.2 -> 2.1.0
2019-02-11 18:05:52 -06:00
Robert Schütz c7c911136f
nheko: add meta.homepage (#55472) 2019-02-12 01:05:04 +01:00
Will Dietz 60d96bcaf0 evolution: 3.30.4 -> 3.30.5 2019-02-11 18:03:45 -06:00
Will Dietz e05c652a31 epiphany: 3.30.2 -> 3.30.3 2019-02-11 18:02:41 -06:00
Will Dietz 210175a50f evolution-data-server: 3.30.4 -> 3.30.5 2019-02-11 18:02:02 -06:00
Will Dietz 4e7f87b4d0 gexiv2: 0.10.9 -> 0.10.10 2019-02-11 17:58:24 -06:00
Will Dietz 8611d2e632 common-update-scripts: fixup for current/latest nix hash output
Courtesy of @jtojnar, thanks!

See https://github.com/NixOS/nixpkgs/issues/54962#issuecomment-459429698
2019-02-11 17:54:35 -06:00
Daiderd Jordan dd16dcb316
Merge pull request #55586 from zachcoyle/bvi-enable-darwin
bvi: enable on darwin
2019-02-12 00:47:51 +01:00
Will Dietz 017a7a1df2 agave: 008 -> 009 2019-02-11 17:47:24 -06:00
Florian Klink c569643f4a
Merge pull request #55119 from andir/firefox-wayland
Firefox add support for native wayland backend
2019-02-12 00:45:42 +01:00
Will Dietz 4d8e3a2e61
Merge pull request #51690 from dtzWill/update/acme-0.29.1
certbot, acme: 0.24.0 -> 0.30.2
2019-02-11 17:38:35 -06:00
Will Dietz 97fdd97121 networkmanager-openvpn: 1.8.8 -> 1.8.10 2019-02-11 17:29:59 -06:00
Will Dietz 9cdd49ea3e libpqxx: 6.3.0 -> 6.3.1
Windows compile fixes.

https://github.com/jtv/libpqxx/releases/tag/6.3.1
2019-02-11 17:24:14 -06:00
Markus Kowalewski ba33bebf32
limesuite: 18.10.0 -> 19.01.0 2019-02-11 23:59:23 +01:00
Markus Kowalewski 62c0b21786
soapyuhd: 0.3.4 -> 0.3.5 2019-02-11 23:52:51 +01:00
Markus Kowalewski 9af4499de4
soapyremote: 0.5.0 -> 0.5.1 2019-02-11 23:52:05 +01:00
Markus Kowalewski bf9480e627
soapybladerf: 0.4.0 -> 0.4.1 2019-02-11 23:51:14 +01:00
Timo Kaufmann a27de564b9
python.pkgs.matplotlib: add numpy 1.6 compat patch (#55577)
* python.pkgs.matplotlib: add numpy 1.6 compat patch

Numpy deprecated asscalar in 1.16. This will be fixed in the next
matplotlib version, but to avoid deprecation warnings (and because they
are breaking the sage testsuite), it can't hurt to backport the fix
already.

Upstream: https://github.com/matplotlib/matplotlib/pull/12478

* sage: add numpy 1.16 compatibility patch

https://trac.sagemath.org/ticket/27000
2019-02-11 23:43:46 +01:00
Franz Pletz b6baac324b
xmrig-proxy: 2.6.4 -> 2.11.0 2019-02-11 23:42:51 +01:00
Franz Pletz 42d0110ed6
xmrig: 2.10.0 -> 2.11.0 2019-02-11 23:26:21 +01:00
Claudio Bley 4128782464 yubikey-manager-qt: init at 1.1.0 2019-02-11 23:21:53 +01:00
Zach 46055b5a23 bvi: enable on darwin 2019-02-11 17:18:25 -05:00
Franz Pletz c5e606b713
powerdns: 4.1.5 -> 4.1.6 2019-02-11 22:46:10 +01:00
Franz Pletz ac55d24f53
pdns-recursor: 4.1.10 -> 4.1.11 2019-02-11 22:46:10 +01:00
Franz Pletz 96dc784335
aubio: 0.4.8 -> 0.4.9 2019-02-11 22:46:10 +01:00
Franz Pletz e2460a9d41
nheko: 0.6.2 -> 0.6.3 2019-02-11 22:46:07 +01:00
Eelco Dolstra c7811781be
Merge pull request #55581 from deliciouslytyped/patch-1
Document undocumented argument to makeWrapper()
2019-02-11 22:43:23 +01:00
Florian Klink 49d46a41d6
Merge pull request #55049 from flokli/odpic-3.1.0
odpic: 2.4.2 -> 3.1.0
2019-02-11 22:34:18 +01:00
Florian Klink 9e8140864b
Merge pull request #55162 from dtzWill/update/xf86inputlibinput-0.28.2
xorg.xf86inputlibinput: 0.28.1 -> 0.28.2
2019-02-11 22:28:06 +01:00
Tim Steinbach f11e1c1135
linux: 5.0-rc5 -> 5.0-rc6 2019-02-11 16:23:06 -05:00
Florian Klink b5f3b7db52
Merge pull request #55534 from samueldr/mailman-rss/init
mailman-rss: init at 0.2.4
2019-02-11 22:09:35 +01:00
Michael Raskin 5b0e7de0bd
Merge pull request #55580 from LnL7/darwin-luarocks
luarocks: patch sw_vers and gcc
2019-02-11 20:58:06 +00:00
Florian Klink 0eb2b91235
Merge pull request #55578 from delroth/cve-2018-20340
libu2f-host: 1.1.6 -> 1.1.7 (CVE-2018-20340)
2019-02-11 21:57:52 +01:00
Florian Klink 1c218a251e
Merge pull request #55559 from johanot/flannel-0.11.0
flannel: 0.6.2 -> 0.11.0
2019-02-11 21:55:40 +01:00
deliciouslytyped ca1062ea24
Document undocumented argument to makeWrapper() 2019-02-11 21:45:02 +01:00
Timo Kaufmann 5728028916 sage: add numpy 1.16 compatibility patch
https://trac.sagemath.org/ticket/27000
2019-02-11 21:43:56 +01:00
Timo Kaufmann 56d92ba70c python.pkgs.matplotlib: add numpy 1.6 compat patch
Numpy deprecated asscalar in 1.16. This will be fixed in the next
matplotlib version, but to avoid deprecation warnings (and because they
are breaking the sage testsuite), it can't hurt to backport the fix
already.

Upstream: https://github.com/matplotlib/matplotlib/pull/12478
2019-02-11 21:39:21 +01:00
Daiderd Jordan 4195766cea
luarocks: remove unzip from setup-hook
The unzip variable is only set if it's an attribute and it's a
propagated input so it is already part of PATH.
2019-02-11 21:38:10 +01:00
Daiderd Jordan be1291e11b
luarocks: patch sw_vers and gcc on darwin
The sw_vers binary is not part of the stdenv and it would make builds
impure based on what macOS version they where built on.
2019-02-11 21:38:09 +01:00
Pierre Bourdon da9fdcb1f0
libu2f-host: 1.1.6 -> 1.1.7 (CVE-2018-20340) 2019-02-11 21:03:06 +01:00
worldofpeace 36f3160074
Merge pull request #55573 from worldofpeace/bump-tumbler
xfce4-13.tumbler: 0.2.1 -> 0.2.3
2019-02-11 20:02:46 +00:00
Will Dietz b7292abc5e txr: 208 -> 209
http://www.kylheku.com/cgit/txr/tree/RELNOTES?id=txr-209
2019-02-11 12:31:49 -06:00
Michael Weiss 1a88aa9e0c
sway-beta: 1.0-rc1 -> 1.0-rc2 2019-02-11 19:30:52 +01:00
worldofpeace 8eadf8d706
Merge pull request #55433 from dywedir/bat
bat: 0.9.0 -> 0.10.0
2019-02-11 18:02:10 +00:00
Florian Jacob 2f059806ef matomo: 3.7.0 -> 3.8.1
security update
2019-02-11 17:33:44 +01:00
Mariusz `shd` Gliwiński 46b7effd00 terraform-providers.libvirt: 0.4 -> 0.5.1 2019-02-11 17:09:51 +01:00
Florian Klink 109966d63e zoom-us: don't set dontPatchELF
otherwise, autopatchelfHook seems to ignore patchelfing the zoom binary
properly, causing it to fail to start:

result/bin/zoom-us: line 4: /nix/store/7jfk4jggclvbwqxm9x4b4d57rr1mjh9q-zoom-us-2.7.162522.0121/share/zoom-us/zoom: No such file or directory
2019-02-11 16:10:35 +01:00
Samuel Dionne-Riel 255d4af162 mailman-rss: init at 0.2.4 2019-02-11 10:07:34 -05:00
Ricardo M. Correia 5e06e38a43 todoist: init at 0.13.1 2019-02-11 15:09:13 +01:00
Timo Kaufmann 342333c0ab
sage: add compatibility for sphinx 1.8.3 (#55078) (#55560)
Since https://github.com/NixOS/nixpkgs/pull/48841 was replaced by
https://github.com/NixOS/nixpkgs/pull/54186, this needs to be done
separately.

(cherry picked from commit 33db01e6d9)
2019-02-11 13:18:16 +01:00
R. RyanTM 8c2d2cba7c ocamlPackages.topkg: 0.9.1 -> 1.0.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ocaml4.06.1-topkg/versions
2019-02-11 12:35:22 +01:00
Gurkan 936c9f4118 gitAndTools.gita: init at 0.7.3 (#55533) 2019-02-11 11:24:43 +01:00
Johan Thomsen fa50a42874 flannel: added @johanot (myself) as flannel pkgs maintainer 2019-02-11 11:17:59 +01:00
Johan Thomsen acdae9af95 flannel: 0.6.2 -> 0.11.0 2019-02-11 11:17:13 +01:00
Florian Klink ed86a5181c
Merge pull request #55554 from dotlambda/borgbackup-1.1.9
borgbackup: 1.1.8 -> 1.1.9
2019-02-11 10:38:39 +01:00
Robert Schütz 9c5ca86247 borgbackup: 1.1.8 -> 1.1.9
Changelog: https://borgbackup.readthedocs.io/en/stable/changes.html#version-1-1-9-2019-02-10
2019-02-11 09:43:36 +01:00
Jos van Bakel 3133d59a7f pythonPackages.moderngl: init at 5.5.0 (#54737) 2019-02-11 09:31:43 +01:00
worldofpeace 1506183cd3 xfce4-13.tumbler: 0.2.1 -> 0.2.3 2019-02-11 02:36:12 -05:00
Elis Hirwing 3e50fba209
Merge pull request #53662 from gnidorah/opl3bankeditor
opl3bankeditor, opn2bankeditor: init
2019-02-11 07:57:31 +01:00
worldofpeace 86c39d3533
Merge pull request #55545 from romildo/upd.zuki-themes
zuki-themes: 3.28-3 -> 3.30-1
2019-02-11 01:43:17 +00:00
Matthew Bauer 2433c575f0 openblas: fix on linux
This reverse changes made cfc4313 which broke builds on linux. Still
not sure why this broke Linux, but we can investigate it later.
“buildPackages.stdenv.cc” shouldn’t be put in nativeBuildInputs in
general. Either way, this restores hashes to before that commit.

thanks to @jethrokuan
2019-02-10 20:16:16 -05:00
José Romildo Malaquias 692b978df4 zuki-themes: 3.28-3 -> 3.30-1 2019-02-10 23:05:24 -02:00
Matthew Bauer cfc43138cb openblas: fix on darwin
The openblas script relies on CC=clang for succesfully compiling on
Darwin systems. This seems like bad behavior, but we get things like
https://hydra.nixos.org/build/87657058 otherwise.

Fixes #55536.
2019-02-10 18:49:04 -05:00
Michele Guerini Rocco 2926b6e11f nix-script: init at 2015-09-22 (#55495) 2019-02-10 23:08:58 +01:00
Tor Hedin Brønner eb4e9ba8ec
webkitgtk: 2.22.5 -> 2.22.6 (#55481) 2019-02-10 22:57:45 +01:00
Jörg Thalheim 4ec7a5279a
Merge pull request #54125 from dtzWill/update/iwd-0.14
iwd: 0.12 -> 0.14
2019-02-10 21:49:05 +00:00
worldofpeace 01cf4c2fc6
Merge pull request #55522 from romildo/upd.greybird
greybird: 3.22.9 -> 3.22.10
2019-02-10 21:29:44 +00:00
Edmund Wu ea679302a5 vscode: 1.30.2 -> 1.31.0 2019-02-10 15:16:24 -05:00
gnidorah 1cb728d4af opl3bankeditor, opn2bankeditor: init 2019-02-10 22:57:16 +03:00
worldofpeace d9b14864a5 vscode: minor cleanup, produce one wrapper on linux
I removed the hack for libsecret, introduced in[0] and
I didn't encounter any problems at runtime.

[0]: https://github.com/NixOS/nixpkgs/pull/29127
2019-02-10 19:52:42 +00:00
Edmund Wu 919a5f6963 vscode: fix rpath for native modules 2019-02-10 19:52:42 +00:00
Michael Weiss 9905c44eca
tdesktop: 1.5.11 -> 1.5.12
tdesktopPackages.preview: 1.5.11 -> 1.5.12
2019-02-10 20:38:20 +01:00
Michael Weiss 1efa8be6bf
lf: 9 -> 10 2019-02-10 20:36:55 +01:00
Michael Weiss a7d8d9bf76
pythonPackages.pysnmp: 4.4.8 -> 4.4.9
I'll maintain this package as it is currently unmaintained.
2019-02-10 20:36:55 +01:00
Robert Schütz 6ae9f77eed python.pkgs.isbnlib: 3.9.4 -> 3.9.5 2019-02-10 19:48:37 +01:00
Robert Schütz a069ef2d82 home-assistant-cli: 0.4.4 -> 0.5.0 2019-02-10 19:23:42 +01:00
Robert Schütz ada55339d3 python.pkgs.filetype: 1.0.3 -> 1.0.4 2019-02-10 19:23:42 +01:00
R. RyanTM 3e70c0b4e2 ocamlPackages.cppo: 1.6.4 -> 1.6.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cppo/versions
2019-02-10 19:05:09 +01:00
Elis Hirwing daee1d7a58
ebook2cw: Move from misc to radio and do some cleanups 2019-02-10 17:27:51 +01:00
markuskowa ef5085751a
Merge pull request #55511 from etu/init-tlf
tlf: Init at 1.3.2
2019-02-10 17:26:03 +01:00
Francois-Rene Rideau e1655a3b7f gerbil-unstable: 2019-01-25 -> 2019-02-09 2019-02-10 11:22:00 -05:00
Francois-Rene Rideau 70fb3533db gerbil: 0.15 -> 0.15.1 2019-02-10 11:22:00 -05:00
Elis Hirwing 319c412b55
tlf: Init at 1.3.2 2019-02-10 16:52:51 +01:00
José Romildo Malaquias b84ca8131a greybird: 3.22.9 -> 3.22.10 2019-02-10 13:38:12 -02:00
Michael Raskin 3e814327b1
Merge pull request #55480 from brainrape/update-textadept
textadept: 9.3 -> 10.2
2019-02-10 14:52:17 +00:00
Michael Raskin f4a8ac84fc
Merge pull request #55003 from volth/patch-303
linkFarm: hacky quoting -> escapeShellArg
2019-02-10 14:43:22 +00:00
Vladimír Čunát c40f211499
Merge branch 'staging-next'
It's not completely without regressions, but ATM it seems to bring more
upsides than downsides and the iteration is too long already.
2019-02-10 14:20:49 +01:00
Vladimír Čunát 64edccb463
treewide: fix missing libs after libtool pruning #51767 2019-02-10 14:14:33 +01:00
Elis Hirwing b8d7c0cab5
Merge pull request #53659 from gnidorah/adlplug
adlplug, opnplug: init at 1.0.0-beta.5
2019-02-10 13:31:34 +01:00
Michael Raskin ff343f35b8
Merge pull request #55322 from r-ryantm/auto-update/firejail
firejail: 0.9.56 -> 0.9.58
2019-02-10 12:25:17 +00:00
Robert Helgesson 6776647127
Merge pull request #55229 from volth/perl-geoip2 2019-02-10 12:47:45 +01:00
Vladimír Čunát 7455889641
python*Packages: yet another round of pkgs.pkgconfig 2019-02-10 11:43:00 +01:00
Jörg Thalheim 0c1ded6bce
Merge pull request #54888 from FlorianFranzen/pybind11_pip
pythonPackages.pybind11: init at 2.2.4
2019-02-10 10:41:25 +00:00
Florian Franzen 57a9594bf1 pythonPackages.pybind11: init at 2.2.4 2019-02-10 11:24:03 +01:00
Alex Branham ec03ed450c update R package set
Closes https://github.com/NixOS/nixpkgs/pull/55462.
2019-02-10 11:16:19 +01:00
Peter Simons 59f328d34d
Merge pull request #55497 from guibou/fix_generic_lens_override
haskellPackages.generic-lens: update configuration-common.nix
2019-02-10 11:13:01 +01:00
Elis Hirwing d3390e5082
tqsl: 2.3.1 -> 2.4.3
Changelog:
https://www.arrl.org/files/file/LoTW%20Instructions/TrustedQSL-2-4-3-release.pdf
2019-02-10 11:01:03 +01:00
Elis Hirwing 1540ab34be
tqsl: Move from misc to radio 2019-02-10 10:55:33 +01:00
Maximilian Bosch c6ef43d7dc
Merge pull request #55507 from etu/init-aldo
aldo: init at 0.7.7
2019-02-10 10:12:59 +01:00
Jörg Thalheim 25bab3958d
Merge pull request #54717 from Mic92/nvr
neovim-remote: use buildPythonApplication
2019-02-10 09:02:52 +00:00
Jörg Thalheim d59f9c0e5f
Merge pull request #55432 from Mic92/ttrss
ttrss: database.passwordFile, ldap plugin, configureable socket
2019-02-10 09:01:45 +00:00
Elis Hirwing 4e931c92ec
aldo: init at 0.7.7
Aldo is a morse code traning program: http://aldo.nongnu.org/
2019-02-10 09:52:16 +01:00
worldofpeace 929cc78363 libwnck3: add @worldofpeace as maintainer 2019-02-10 00:27:16 -05:00
worldofpeace 7da8f4b392 gnome3: add @worldofpeace to maintainers
One of my primary roles I'd like to assume in nixpkgs.
2019-02-10 00:24:58 -05:00
Samuel Dionne-Riel 0b49d5dd68 syslinux: 2015-11-09 -> 2019-02-07 2019-02-09 23:21:14 -05:00
Samuel Dionne-Riel 13b0c17932 syslinux: Adds @samueldr as maintainer 2019-02-09 23:21:14 -05:00
Matthew Bauer 73885bc675
Merge pull request #55489 from matthewbauer/fix-clang-7
llvmPackages_7.clang-unwrapped: don’t link to libatomic on darwin
2019-02-09 22:13:19 -05:00
Ivan Kozik 0811bbcaa4 chromium: 72.0.3626.81 -> 72.0.3626.96
CVE-2019-5784
2019-02-10 02:38:22 +00:00
Edmund Wu 09c194a352
bcachefs-tools: 2019-01-23 -> 2019-02-09 2019-02-09 21:11:29 -05:00
Edmund Wu 14a5c27743
linux_testing_bcachefs: 4.20.2019.01.23 -> 4.20.2019.02.09 2019-02-09 21:11:12 -05:00
Jörg Thalheim f34da1c835
Merge pull request #55348 from r-ryantm/auto-update/ccls
ccls: 0.20181225.7 -> 0.20181225.8
2019-02-10 02:07:58 +00:00
Jörg Thalheim ab41021356
Merge pull request #55493 from Izorkin/lego
lego: 2.0.1 -> 2.2.0
2019-02-10 02:00:41 +00:00
Jörg Thalheim 06b1f8fbe6
Merge pull request #55484 from refnil/54943-remove-django-2.0
Remove django 2.0
2019-02-10 01:58:35 +00:00
Orivej Desh 59cd3ee895 nccl: 2.1.4 -> 2.4.2-1 (#55292) 2019-02-10 01:20:04 +00:00
Guillaume Bouchard af11b2538d haskellPackages.generic-lens: update configuration-common.nix
- `patches` is no longer necessary
- `dontCheck` added because tests are failing for a minor issue
2019-02-10 01:36:38 +01:00
Elis Hirwing 4619f2ab12
uhd: Move from misc to radio 2019-02-09 21:40:16 +01:00
Elis Hirwing 7bbe7e34a7
kalibrate-rtl: Move from misc to radio 2019-02-09 21:40:12 +01:00
Elis Hirwing 8a17826eed
kalibrate-hackrf: Move from misc to radio 2019-02-09 21:40:08 +01:00
Elis Hirwing 412aaf5aa8
rtl_433: Move from misc to radio 2019-02-09 21:40:04 +01:00
Elis Hirwing d2c7a42d6c
rtl-sdr: Move from misc to radio 2019-02-09 21:40:00 +01:00
Elis Hirwing 620d16f1fb
inspectrum: Move from misc to radio 2019-02-09 21:39:56 +01:00
Elis Hirwing 25d313211d
hackrf: Move from misc to radio 2019-02-09 21:39:52 +01:00
Elis Hirwing 2c19435f4a
airspy: Move from misc to radio 2019-02-09 21:39:47 +01:00
Elis Hirwing 6d68eea441
urh: Move from misc radio 2019-02-09 21:39:43 +01:00
Elis Hirwing 70662a43c9
gnss-sdr: Move from misc to radio 2019-02-09 21:39:39 +01:00
Elis Hirwing 0dca6cc8e5
minimodem: Move from audio to radio 2019-02-09 21:39:35 +01:00
Elis Hirwing bdf60f534b
soapyuhd: Move from misc to radio 2019-02-09 21:39:31 +01:00
Elis Hirwing 735a9ae56e
soapysdr: Move from misc to radio 2019-02-09 21:39:27 +01:00
Elis Hirwing 3bfd4c43bc
soapyrtlsdr: Move from misc to radio 2019-02-09 21:39:23 +01:00
Elis Hirwing f986ff04d5
soapyremote: Move from misc to radio 2019-02-09 21:39:18 +01:00
Elis Hirwing 711275b57b
soapyhackrf: Move from misc to radio 2019-02-09 21:39:14 +01:00
Elis Hirwing b384e3d474
soapybladerf: Move from misc to radio 2019-02-09 21:39:11 +01:00
Elis Hirwing c7b28eff51
soapyairspy: Move from misc to radio 2019-02-09 21:39:06 +01:00