Commit graph

131890 commits

Author SHA1 Message Date
R. RyanTM 8a509c3fc9 snd: 18.5 -> 18.6
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/snd/versions.
2018-08-16 11:28:27 -07:00
R. RyanTM c3e4b87dfb xscreensaver: 5.39 -> 5.40
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/xscreensaver/versions.
2018-08-16 11:22:23 -07:00
R. RyanTM 063942ccfe you-get: 0.4.1099 -> 0.4.1128
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/you-get/versions.
2018-08-16 10:58:44 -07:00
R. RyanTM 7fff759f6d wireguard: 0.0.20180802 -> 0.0.20180809
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wireguard-tools/versions.
2018-08-16 10:49:50 -07:00
Tad Fisher 88a78b81d2 zoom-us: 2.2.128200.0702 -> 2.3.128305.0716 2018-08-16 10:02:12 -07:00
Jörg Thalheim 5021944e7a
Merge pull request #45111 from jfrankenau/splix-color-profiles
splix: install color profiles and enable JBIG
2018-08-16 18:10:46 +02:00
Shea Levy 429131ac79
Add back (optional) deterministic profiling patch for GHC 8.4 2018-08-16 11:37:24 -04:00
Jan Tojnar c61b20396f
pulseeffects: 4.2.6 → 4.2.8 2018-08-16 16:09:08 +02:00
Johannes Frankenau d4f0848cae splix: install color profiles and enable JBIG 2018-08-16 15:53:00 +02:00
Jörg Thalheim c4dbfa0321
Merge pull request #45115 from dtzWill/update/strace-4.24
strace: 4.23 -> 4.24
2018-08-16 15:44:17 +02:00
Jörg Thalheim 8c044897dc
Merge pull request #44098 from alyssais/capybara-webkit
gem-config: fix capybara-webkit on Darwin
2018-08-16 15:31:37 +02:00
Jörg Thalheim 1fd75a1003
Merge pull request #45110 from flokli/sqldeveloper
sqldeveloper: simplify, add darwin support
2018-08-16 15:20:46 +02:00
Will Dietz 42f5a23fc2 strace: 4.23 -> 4.24 2018-08-16 07:59:27 -05:00
Jörg Thalheim 83b0f6f6fb
Merge pull request #45112 from vdemeester/update-pprof
pprof: 2017-08-28 -> 2018-08-15
2018-08-16 14:00:28 +02:00
zimbatm b7e50d52f0
caffe: add darwin support (#44616) 2018-08-16 12:46:51 +01:00
Vincent Demeester 560f95b5e3
pprof: 2017-08-28 -> 2018-08-15
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-08-16 13:43:56 +02:00
Jörg Thalheim 995d005d84 linux_hardkernel_4_14: restrict platforms to armv7l-linux 2018-08-16 12:36:10 +01:00
Jörg Thalheim 27cde7037c
Merge pull request #45096 from aanderse/perlPackages-MLDBM
perlPackages.MLDBM: init at 2.05
2018-08-16 13:29:33 +02:00
Karol Chmist 0776585696 protonmail-bridge: Add warning about enabling gnome-keyring (#45108) 2018-08-16 13:23:19 +02:00
worldofpeace 6bb751539f granite: 0.5 -> 5.0 (#45099) 2018-08-16 12:48:39 +02:00
xeji 4f9c7ea1df
Merge pull request #45077 from markuskowa/licenses-c
Add license meta tags
2018-08-16 12:34:56 +02:00
Gabriel Ebner f207998d79 qalculate-gtk: 2.6.1 -> 2.6.2 2018-08-16 11:56:27 +02:00
Gabriel Ebner e97af33293 libqalculate: 2.6.0b -> 2.6.2 2018-08-16 11:55:50 +02:00
Florian Klink 29503b1fec sqldeveloper: simplify, add darwin support
Use unpackCmd and installPhase instead of overwriting buildCommand.
This makes the derivation more readable, and adds binary stripping and
shebang patching of the output as a bonus :-)

Use makeWrapper instead of a custom wrapper script, and only export
environment variables that are used.

Set JAVA_HOME to ${jdk.home}, making it more generic and independent of
the specific jdk path being used (was a different one on zulu). This
fixes sqldeveloper on darwin, so add it to supported platforms
(plus the known-working x86_64-linux)
2018-08-16 11:38:56 +02:00
Jörg Thalheim 6f960b2615
Merge pull request #45104 from jfrankenau/update-mpv-mpris
mpvScripts.mpris: 0.1 -> 0.2
2018-08-16 11:00:44 +02:00
Sarah Brofeldt 131f385bcc
Merge pull request #45106 from jfrankenau/update-raphodo
rapid-photo-downloader: 0.9.9 -> 0.9.10
2018-08-16 10:58:46 +02:00
Sarah Brofeldt 692c02ff4b
Merge pull request #44993 from bcdarwin/MIRTK
mirtk: init at 2.0.0
2018-08-16 10:51:12 +02:00
Maximilian Bosch 1022c3c25a
python3Packages.git-annex-adapter: fix build
`git-annex` version 6.20180719 enhances the output of `git-annex info`
with a description and UUID of the repository which broke the testcase
`test_process_annex_info_batch` which parses the output of the info
command.

The testcase has been fixed accordingly and the patch was filed upstream
here: https://github.com/alpernebbi/git-annex-adapter/pull/6

I rechecked the functionality in a simple python environment with the
following expression:

```
with import ./. {};
python3.withPackages (ps: with ps; [ git-annex-adapter ])
```

Furthermore I tested the main functionality in a Python REPL within the environment.

The Darwin patch fixes tests that rely on `rev`, a binary which is
distributed in the `utillinux` package and not available on Nix with
Darwin.

To make the purpose of the patches for future contributors clear I
documented the purpose for each patch.
2018-08-16 10:20:20 +02:00
Sarah Brofeldt 5e0d266fae
Merge pull request #45079 from tazjin/chore/kontemplate-1.7.0
kontemplate: 1.6.0 -> 1.7.0
2018-08-16 10:19:19 +02:00
Peter Hoeg ff246c464d microcodeIntel: 20180312 -> 20180807 2018-08-16 16:17:08 +08:00
Peter Hoeg fda7df678d uicode-tool: init at 2.3.1 2018-08-16 16:17:07 +08:00
Jörg Thalheim 78b357924a
Merge pull request #45089 from frontsideair/flow-0.78.0
flow: 0.77.0 -> 0.78.0
2018-08-16 10:11:33 +02:00
Jörg Thalheim 823312ff09
Merge pull request #45097 from bhipple/fix/p7zip-patch-url
p7zip: vendor debian patches
2018-08-16 10:10:54 +02:00
Jörg Thalheim 5bf43e47d3
Merge pull request #45098 from Chiiruno/dev/hydron
Fix hydron service, update hydron and meguca
2018-08-16 10:10:27 +02:00
Jörg Thalheim e247e5afea
Merge pull request #45092 from stephengroat/patch-1
terragrunt: 0.16.5 -> 0.16.6
2018-08-16 10:09:03 +02:00
Pascal Wittmann 8fe6d7f1c0
Merge pull request #44961 from noneucat/init/mimic
mimic: init at 1.2.0.2
2018-08-16 10:04:08 +02:00
Sarah Brofeldt 7e32b405ce
Merge pull request #45090 from andir/samba
samba: 4.7.6 -> 4.7.9
2018-08-16 09:51:46 +02:00
Herwig Hochleitner 928a53cd6c dropbox: update installer base version
cc @ttuegel
2018-08-16 09:50:56 +02:00
Sarah Brofeldt 5e2b4b5ae2
Merge pull request #45085 from plumelo/feature/gitkraken-4.0.1
gitkraken: 3.6.6 -> 4.0.1
2018-08-16 09:44:00 +02:00
Herwig Hochleitner ea5bcb78c2 emacs: update dependencies
new config options, xwidgets support updated in emacs 26

cc @chaoflow @lovek323 @peti @the-kenny @jwiegley
2018-08-16 09:38:55 +02:00
Herwig Hochleitner efd4e66854 libotf: init 0.9.16 2018-08-16 09:38:55 +02:00
Herwig Hochleitner 313216a670 webkitgtk: 2.20.4 -> 2.20.5 2018-08-16 09:38:55 +02:00
Jan Tojnar a82ea67994
Merge pull request #43633 from jfrankenau/fix-icon-cache
pulseeffects, lightdm-gtk-greeter, gxmessage, viking: depend on hicolor-icon-theme
2018-08-16 09:30:11 +02:00
Jörg Thalheim d80fb9a99e
Merge pull request #45100 from kalbasit/update-flash
flash: 30.0.0.134 -> 30.0.0.154
2018-08-16 08:50:45 +02:00
Jörg Thalheim 890c6d407d
Merge pull request #44904 from ThomasMader/dlang-update
Dlang update
2018-08-16 08:06:55 +02:00
Wael M. Nasreddine 9f6b6bc52f
flash: 30.0.0.134 -> 30.0.0.154 2018-08-15 22:07:31 -07:00
Okina Matara f1b9334c94 meguca: 2018-08-02 -> 2018-08-13 2018-08-15 22:22:11 -05:00
Okina Matara 4513bad4e7 hydron: 2018-07-30 -> 2018-08-15 2018-08-15 22:09:00 -05:00
Peter Hoeg cd951e39f2 spectre-meltdown-checker: minor cleanup 2018-08-16 10:53:31 +08:00
Peter Hoeg 1d07d8ec4c spectre-meltdown-checker: 0.38 -> 0.39 2018-08-16 10:32:23 +08:00
Benjamin Hipple 0c119682ce p7zip: vendor debian patches
A few months ago I moved these patches to the new debian alsa instance [1], but
it looks like their `sha256`s on the tag at the remote have changed again.

It doesn't appear that debian's source remote is stable in the way we need it to
be; let's just vendor the patches to avoid future issues.

[1] https://github.com/NixOS/nixpkgs/pull/41769
2018-08-16 01:52:30 +00:00
Austin Seipp d5e496a2bb boolector: 2.4.1 -> 3.0.0, relicensed to MIT
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-08-15 20:44:05 -05:00
Austin Seipp 9b64100add btor2tools: init at pre55_8c150b39
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-08-15 20:44:05 -05:00
Austin Seipp 68cc845295 lingeling: init at pre1_03b4860d
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-08-15 20:44:05 -05:00
Austin Seipp 6e910b2b3d aiger: clean up configurePhase, install multi-output objects/headers
The library and header files are useful for other tools, such as
the upcoming 'lingeling'.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-08-15 20:44:05 -05:00
Aaron Andersen c74013339e added the MLDBM package to perlPackages 2018-08-15 21:11:28 -04:00
Matthew Bauer 3d6448250f
Merge pull request #43550 from IvanMalison/add_rofi-systemd
rofi-systemd: init at 0.1.0
2018-08-15 19:56:16 -05:00
Michael Mercier b8566965df Update simgrid 3.19.1 -> 3.20 + parallel tests + enable darwin (#42721)
* simgrid: 3.19.1 -> 3.20

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/simgrid/versions.

These checks were done:

- built on NixOS
- /nix/store/cvyi6hvgc9rvgrnp7c028xrlzbl7jzb9-simgrid-3.20/bin/smpicc passed the binary check.
- /nix/store/cvyi6hvgc9rvgrnp7c028xrlzbl7jzb9-simgrid-3.20/bin/smpicxx passed the binary check.
- /nix/store/cvyi6hvgc9rvgrnp7c028xrlzbl7jzb9-simgrid-3.20/bin/smpirun passed the binary check.
- Warning: no invocation of /nix/store/cvyi6hvgc9rvgrnp7c028xrlzbl7jzb9-simgrid-3.20/bin/tesh had a zero exit code or showed the expected version
- /nix/store/cvyi6hvgc9rvgrnp7c028xrlzbl7jzb9-simgrid-3.20/bin/simgrid-colorizer passed the binary check.
- Warning: no invocation of /nix/store/cvyi6hvgc9rvgrnp7c028xrlzbl7jzb9-simgrid-3.20/bin/simgrid_update_xml had a zero exit code or showed the expected version
- /nix/store/cvyi6hvgc9rvgrnp7c028xrlzbl7jzb9-simgrid-3.20/bin/simgrid_convert_TI_traces passed the binary check.
- Warning: no invocation of /nix/store/cvyi6hvgc9rvgrnp7c028xrlzbl7jzb9-simgrid-3.20/bin/smpimain had a zero exit code or showed the expected version
- /nix/store/cvyi6hvgc9rvgrnp7c028xrlzbl7jzb9-simgrid-3.20/bin/graphicator passed the binary check.
- 6 of 9 passed binary check by having a zero exit code.
- 4 of 9 passed binary check by having the new version present in output.
- found 3.20 with grep in /nix/store/cvyi6hvgc9rvgrnp7c028xrlzbl7jzb9-simgrid-3.20
- directory tree listing: https://gist.github.com/edefc2f1a2e81412484edc2e45986e03
- du listing: https://gist.github.com/a44f7d57537e93152a8e6c569f8ed1ae

* simgrid: 3.19.1 -> 3.20 + add darwin

- Fix dependencies to enable build on darwin
- Add ctest flag to enable parallel testing

* Use simpler parallel testing logic

because it is already done in nixpkgs/pkgs/stdenv/generic/setup.sh
2018-08-15 19:54:41 -05:00
Bernard Fortz 22c15abe20 cplex: init at 12.8 (#44029)
* cplex: init at 12.8

* Removed bundled java from bin directory

* Refactored

* More refactoring

* Added config option for releasePath

* Minor cleanup
2018-08-15 19:46:09 -05:00
Matthew Bauer bbb0e5332b
Merge pull request #44879 from jasoncarr0/add-jake-madoko
nodePackages.jake init, nodePackages.madoko init
2018-08-15 19:41:44 -05:00
Matthew Bauer 6e094cb4bf
Merge pull request #44699 from yrashk/tiddlywiki
nodePackages.tiddlywiki: init at 5.1.17
2018-08-15 19:41:22 -05:00
worldofpeace 3a73518a28 indicator-application-gtk3: 12.10.0 -> 12.10.1 2018-08-15 19:36:49 -04:00
Timo Kaufmann d202dafd4a
Merge pull request #45055 from alyssais/slack-cli
slack-cli: init at 0.18.0
2018-08-16 01:30:33 +02:00
Jan Tojnar 93cba00d54
Merge pull request #45084 from jtojnar/fwupd-1.1.1
fwupd: 1.1.0 → 1.1.1
2018-08-16 01:26:28 +02:00
Timo Kaufmann 8abc4b7f9c
Merge pull request #45067 from timokau/eclib-20180815
eclib: 20180710 -> 20180815
2018-08-16 01:02:54 +02:00
Jan Tojnar c03d0b52ac
evilvte: mark as insecure 2018-08-16 00:52:25 +02:00
Timo Kaufmann 8c3db41c54 eclib: 20180710 -> 20180815 2018-08-16 00:46:41 +02:00
Stephen 083c3183ff
terragrunt: 0.16.5 -> 0.16.6 2018-08-15 15:14:17 -07:00
Fatih Altinok f5da6ff71c
flow: 0.77.0 -> 0.78.0 2018-08-16 00:44:41 +03:00
Andreas Rammhold 67ea2c0ffe
samba: 4.7.6 -> 4.7.9
Version 4.7.9 is a security release. The versions 4.7.7 & 4.7.8 contain
numerous bug fixes.

This fixes a couple of security related issues:
 - https://www.samba.org/samba/security/CVE-2018-10858.html
 - https://www.samba.org/samba/security/CVE-2018-10918.html
 - https://www.samba.org/samba/security/CVE-2018-10919.html
 - https://www.samba.org/samba/security/CVE-2018-1139.html

Changelogs for the version upgrades can be found below.

 - https://www.samba.org/samba/history/samba-4.7.7.html
 - https://www.samba.org/samba/history/samba-4.7.8.html
 - https://www.samba.org/samba/history/samba-4.7.9.html
2018-08-15 23:39:16 +02:00
Meghea Iulian 4da408fa67 gitkraken: 3.6.6 -> 4.0.1 2018-08-16 00:01:54 +03:00
Jan Tojnar 672191678d
fwupd: 1.1.0 → 1.1.1 2018-08-15 22:33:37 +02:00
Vladimír Čunát d2b08c432c
Merge #45080: openssl_1_1_0: 1.1.0h -> 1.1.0i 2018-08-15 22:28:55 +02:00
Markus Kowalewski 5c395d5095
cri-tools: add license 2018-08-15 21:55:04 +02:00
Samuel Leathers 67b1cbb39d
Merge pull request #40399 from rvl/datadog-agent
DataDog Agent v6
2018-08-15 15:53:03 -04:00
Andy Chun @noneucat 69e96f65ed mimic: init at 1.2.0.2 2018-08-15 12:43:37 -07:00
xeji 3f59f828d0
Merge pull request #45044 from veprbl/pr/rivet_271_bump
rivet: 2.7.0 -> 2.7.1
2018-08-15 21:35:59 +02:00
Vincent Ambo 15064010fa kontemplate: 1.6.0 -> 1.7.0
Upstream release notes available at:

https://github.com/tazjin/kontemplate/releases/tag/v1.7.0

The upstream uses Nix as the build system and the changes to
`deps.nix` are simply copied over from there.
2018-08-15 21:34:10 +02:00
Andreas Rammhold 0a40875439
openssl_1_1_0: 1.1.0h -> 1.1.0i
this addresses:
 - Client DoS due to large DH parameter (CVE-2018-0732)
 - Cache timing vulnerability in RSA Key Generation (CVE-2018-0737)

Changelog: https://www.openssl.org/news/changelog.html#x1
2018-08-15 21:12:00 +02:00
Jude Taylor 59027e2880 Revert "libvirt: fix dlopen("libjansson.so.4")"
This reverts commit d46cfd2ff0, which
broke libvirt + some dependent packages (notably nixops) on Darwin
2018-08-15 12:07:03 -07:00
Markus Kowalewski 8fa1389402
cron: add license 2018-08-15 20:53:08 +02:00
Markus Kowalewski c1801f612c
cowsay: add license 2018-08-15 20:53:08 +02:00
Markus Kowalewski 47e8f3b137
cromfs: add license 2018-08-15 20:53:08 +02:00
Markus Kowalewski 8c6dc9def7
cpio: add license 2018-08-15 20:53:07 +02:00
Markus Kowalewski de5b6b2bfe
cramfsswap: add licenses + meta data 2018-08-15 20:53:07 +02:00
Markus Kowalewski 546bbb6948
cpufrequtils: add license + homepage 2018-08-15 20:53:07 +02:00
Markus Kowalewski 2c2d02fce5
cracklib: add license 2018-08-15 20:53:07 +02:00
Markus Kowalewski 4ea5a9161f
cppunit: add license 2018-08-15 20:53:07 +02:00
Jörg Thalheim 0a17d08a97
Merge pull request #44922 from Enzime/fix/darktable-on-macos
darktable: Fix compilation on macOS
2018-08-15 20:24:20 +02:00
Jörg Thalheim 878c111da6
Merge pull request #45065 from fgaz/twemoji-color-font
twemoji-color-font: 1.3 -> 1.4
2018-08-15 20:19:40 +02:00
Austin Seipp e7e77e108a nextpnr: init at 2018.08.09
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-08-15 12:14:02 -05:00
zimbatm 9976f37c77
Merge pull request #44896 from cdepillabout/vbox-extpack
add derivation for the virtualbox oracle extension pack
2018-08-15 18:05:07 +01:00
David McKay 27ddcc5bab wavebox: init at 3.14.10 (#45021) 2018-08-15 19:03:18 +02:00
Tim Steinbach 084864bf2b
linux: 4.18 -> 4.18.1 2018-08-15 12:54:17 -04:00
Tim Steinbach 4031c5fe0d
linux: 4.17.14 -> 4.17.15 2018-08-15 12:54:03 -04:00
Tim Steinbach 737f1b4c40
linux: 4.14.62 -> 4.14.63 2018-08-15 12:53:55 -04:00
Tim Steinbach c5f3a5b982
linux: 4.9.119 -> 4.9.120 2018-08-15 12:53:45 -04:00
Tim Steinbach 067d5e6289
linux: 4.4.147 -> 4.4.148 2018-08-15 12:53:36 -04:00
Alyssa Ross 0e374a1b9c
slack-cli: fix dirname hack 2018-08-15 16:59:05 +01:00
(cdep)illabout e04e92d38b
Merge remote-tracking branch 'origin/master' into vbox-extpack 2018-08-16 00:40:09 +09:00
Silvan Mosberger b1cf86b8bb
Merge pull request #44966 from worldofpeace/imobile-updates
libimobiledevice updates
2018-08-15 17:05:10 +02:00
Alyssa Ross 026f49e28c
slack-cli: remove wrapper package 2018-08-15 15:48:23 +01:00
Alyssa Ross 0a57de6f5b
slack-cli: add metadata 2018-08-15 15:47:24 +01:00
Alyssa Ross e276965a16
slack-cli: warn when not using SLACK_CLI_TOKEN 2018-08-15 15:47:19 +01:00
Dmitry Kalinkin 984e0e8c1d rivet: 2.7.0 -> 2.7.1 2018-08-15 09:53:32 -04:00
Eric Wolf fe6ebf85b7 ghc-8.0.2: Fix #44987 (#45014)
nix-env -f '<nixpkgs>' -qaP -A haskell.packages.ghc802

will run again, but the packages depending on ghc-compact will still not
build, as they have a constrain on base >= 4.10 and ghc 8.0.2 has base
4.9.1.0
2018-08-15 14:53:20 +01:00
Francesco Gazzetta 8fdab83dcf twemoji-color-font: restrict platforms to linux 2018-08-15 15:36:49 +02:00
Alyssa Ross 3116e6e6b9 gem-config: add curses (#45068) 2018-08-15 14:32:50 +01:00
Francesco Gazzetta f94d08a304 twemoji-color-font: 1.3 -> 1.4 2018-08-15 14:51:40 +02:00
Maximilian Bosch cd21faff2b
pythonPackages.thumbor: 6.5.1 -> 6.5.2
6.5.2 allows Pillow==5.2.0 (see https://github.com/thumbor/thumbor/releases/tag/6.5.2).

See https://hydra.nixos.org/build/79403232 for further reference.
2018-08-15 13:59:35 +02:00
Alyssa Ross dac2235c1a
slack-cli: quote shell variables 2018-08-15 12:32:19 +01:00
Alyssa Ross d2eacdcd65
slack-cli: use nativeBuildInputs for makeWrapper 2018-08-15 12:32:00 +01:00
Alyssa Ross 838473d3c5
slack-cli: add version to name 2018-08-15 12:28:43 +01:00
Sarah Brofeldt cc288eef07
Merge pull request #45050 from sjmackenzie/rink-rs
carnix overrides: add gmp to rink-rs buildInputs & correct crateBin
2018-08-15 12:43:37 +02:00
xeji 8238101f67
Merge pull request #45051 from typetetris/45049
ptask: remove usage of nonexistent function is_error
2018-08-15 12:41:31 +02:00
Alyssa Ross ccc8dd222e
slack-cli: use fetchFromGitHub instead of fetchurl 2018-08-15 11:36:28 +01:00
Eric Wolf ff9a38ee89 ptask: prevent building on darwin as this fails as of now 2018-08-15 12:00:43 +02:00
Timo Kaufmann ad71d9b0d5
Merge pull request #45001 from jbaum98/givaro-darwin
givaro: Add darwin support
2018-08-15 11:58:00 +02:00
Benjamin Hipple 16d4753344 pythonPackages.fastcache: init at 1.0.2 (#45048) 2018-08-15 11:02:55 +02:00
Benjamin Hipple cc8e4a5884 pythonPackages.multiprocess: 0.70.4 -> 0.70.6.1 (#45047) 2018-08-15 11:01:32 +02:00
Alyssa Ross 8d2ab1d914
slack-cli: init at 0.18.0
slack-cli must be configured using the SLACK_CLI_TOKEN environment
variable. Using `slack init` will not work because it tries to write to
the Nix store.
2018-08-15 09:56:04 +01:00
Ivan Jager ef98b96356 atd: 1.12.0 -> 2.0.0 (#45046)
atdgen is now part of atd
2018-08-15 10:45:42 +02:00
Izorkin e2c98528e9 qemu: add path to bin utilites 2018-08-15 11:17:44 +03:00
Uli Baum 6e3d0efdc4 python.pkgs.orderedset: fix ofborg checkMeta
broken by 44a4370b1f
2018-08-15 09:54:58 +02:00
adisbladis 2937e7367f
Merge pull request #45009 from jbaum98/ratpoints-darwin
ratpoints: 2.1.3 -> 2.1.3.p4; add darwin support
2018-08-15 15:28:39 +08:00
Eric Wolf b2cf9529d6 ptask: remove usage of nonexistent function is_error
see https://github.com/json-c/json-c/issues/304
2018-08-15 08:00:55 +02:00
Jörg Thalheim 0ee6d7e3ab
Merge pull request #45011 from jbaum98/symmetrica-darwin
symmetrica: Add darwin support
2018-08-15 07:54:56 +02:00
Stewart Mackenzie efac36aa88 carnix overrides: add gmp to rink-rs buildInputs & correct crateBin 2018-08-15 13:20:04 +08:00
Jake Waksbaum 2ab014eb17 givaro: Add darwin support 2018-08-14 19:47:47 -04:00
Dmitry Kalinkin b98faf680c yoda: 1.7.0 -> 1.7.1 2018-08-14 17:49:21 -04:00
Jan Tojnar 44a4370b1f
python.pkgs.orderedset init at 2.0.1 2018-08-14 23:35:17 +02:00
Shea Levy 7372d3bf31
haskell.lib.getHaskellBuildInputs: Actually get the haskell build inputs.
5523ec8f3c accidentally dropped the attribute lookup.
2018-08-14 17:05:36 -04:00
Pascal Wittmann 6af971573a
intel-gpu-tools: 1.22 -> 1.23 2018-08-14 22:14:55 +02:00
Robert Helgesson 3727609834 msmtp: 1.6.6 -> 1.6.8
Also update homepage to match new project location.
2018-08-14 22:10:26 +02:00
Jan Tojnar 2f801195fc
gnome3.libgnome-games-support: propagate required dependencies 2018-08-14 22:02:20 +02:00
Jan Tojnar 5d62b6698a
gnome3.atomix: init at 3.29.3 2018-08-14 22:02:20 +02:00
Johannes Frankenau 53c265d0f9 rapid-photo-downloader: 0.9.9 -> 0.9.10 2018-08-14 20:56:22 +02:00
Silvan Mosberger 6e7b11dbb6
Merge pull request #45031 from stephengroat/patch-1
terragrunt: 0.14.6 -> 0.16.5
2018-08-14 20:10:54 +02:00
Silvan Mosberger 07c441d4dc
Merge pull request #45034 from Infinisil/update/translate-shell
translate-shell: 0.9.6.7 -> 0.9.6.8
2018-08-14 20:10:32 +02:00
Christoph Hrdinka 72a35533e0 postgresql: fix tzdata path
Signed-off-by: Christoph Hrdinka <c.github@hrdinka.at>
2018-08-14 19:07:32 +01:00
Silvan Mosberger 7b30b3fb14
Merge pull request #45028 from Infinisil/update/pdd
pdd: 1.3 -> 1.3.1
2018-08-14 19:58:24 +02:00
Silvan Mosberger 8b9054e6e4
translate-shell: 0.9.6.7 -> 0.9.6.8 2018-08-14 19:56:20 +02:00
Gabriel Ebner 9c4018302a
Merge pull request #45029 from rawkode/feature/upgrade-vscode
Update vscode from 1.15.1 -> 1.26.0
2018-08-14 19:43:15 +02:00
Stephen e36ea4b1bf
terragrunt: 0.14.6 -> 0.16.5 2018-08-14 10:35:32 -07:00
David McKay 82f651b977
vscode: 1.25.1 -> 1.26.0 2018-08-14 17:02:35 +01:00
Jake Waksbaum 47aa6abe96 ratpoints: 2.1.3 -> 2.1.3.p4; add darwin support 2018-08-14 11:27:59 -04:00
Jake Waksbaum 8ae47fa81a symmetrica: Add darwin support 2018-08-14 11:23:21 -04:00
Silvan Mosberger 3f2921b610
pdd: 1.3 -> 1.3.1 2018-08-14 17:21:02 +02:00
Silvan Mosberger 2d1316ec41
Merge pull request #44802 from r-ryantm/auto-update/blockhash
blockhash: 0.3 -> 0.3.1
2018-08-14 17:15:36 +02:00
Jan Tojnar fe51bf322c
Merge pull request #44820 from michaelpj/fix/redshift-geoclue-agents
redshift/geoclue/localtime: progress in fixing agent confusion
2018-08-14 17:13:09 +02:00
Michael Peyton Jones 284fc9b449
geoclue: 2.4.10 -> 2.4.12 2018-08-14 15:55:01 +01:00
Michael Peyton Jones a1762065c3
redshift: install desktop files, and use absolute paths in them to avoid confusing geoclue agent 2018-08-14 15:53:39 +01:00
Jörg Thalheim e27d1b802c
Merge pull request #45017 from chpatrick/meshlab-update
meshlab: 2016.02 -> 20180627-beta
2018-08-14 15:38:24 +02:00
xeji f1c3327d7d
Merge pull request #45023 from markuskowa/alsalics
add licenses: alsa[Utils,Tools,Oss], altermime
2018-08-14 15:02:52 +02:00
Jörg Thalheim 1333ebce98 zfsUnstable: compatible with 4.18 again 2018-08-14 14:57:15 +02:00
Vincent Laporte be989c7af4 ocamlPackages.javalib: 2.3.4 -> 2.3.5 (#45016) 2018-08-14 14:53:30 +02:00
Jörg Thalheim 93f9b7069a
Merge pull request #45012 from Mic92/zfs
linuxPackages.zfsUnstable: 2018-05-22 -> 2018-08-13
2018-08-14 14:39:04 +02:00
Timo Kaufmann ec14b03b86
Merge pull request #44148 from Ekleog/javacard-devkit
javacard-devkit: init at 2.2.2
2018-08-14 14:25:18 +02:00
Jörg Thalheim 78777fbd6b
Merge pull request #44981 from Ekleog/rust-patch-bis
buildRustPackage: allow patches to fix Cargo.lock
2018-08-14 14:23:51 +02:00
Léo Gaspard bcf59b9b51
javacard-devkit: init at 2.2.2
Oracle has already released 3.0.5, but versions after 2.2.2 appear to be Windows-only.

Thanks-To: aszlig <aszlig@nix.build>
2018-08-14 21:13:43 +09:00
Jörg Thalheim 4360a87c45 linuxPackages.zfsUnstable: 2018-05-22 -> 2018-08-13
spl was merged into zfs master
2018-08-14 14:12:07 +02:00
Jörg Thalheim d6b9ab6865
Merge pull request #45008 from jbaum98/gfan-darwin
gfan: Add darwin support
2018-08-14 14:01:27 +02:00
Markus Kowalewski 038cd7533e
altermime: add license 2018-08-14 13:33:05 +02:00
Markus Kowalewski c6ffdedc53
alsaUtils: Add license 2018-08-14 13:32:42 +02:00
Markus Kowalewski 2845b63ff4
AlsaTools: Add license 2018-08-14 13:32:18 +02:00
Markus Kowalewski 318020e4e7
alsaOss: Add license 2018-08-14 13:32:01 +02:00
Domen Kožar 849b27c62b
hydra: remove me as maintainer 2018-08-14 11:44:07 +01:00
Domen Kožar d2c55eb34a
haskellPackages.hpack: set to newest hpack to avoid conflicting hpack versions in closure 2018-08-14 11:42:10 +01:00
Domen Kožar 85f892b988
stack2nix: cleanup 2018-08-14 11:41:42 +01:00
Patrick Chilton 6bdb20dec0 meshlab: 2016.02 -> 20180627-beta 2018-08-14 17:03:44 +08:00
Jörg Thalheim cc671a1374
Merge pull request #44992 from freepotion/ivan
ivan: maintainer update
2018-08-14 10:31:08 +02:00
Jörg Thalheim 9bf92a1640
Merge pull request #44997 from vbgl/default-coq-8.8
coq: default to version 8.8
2018-08-14 10:29:34 +02:00
チルノ 5762a5771b qbittorrent: 4.1.1 -> 4.1.2 (#45005) 2018-08-14 10:24:47 +02:00
Jörg Thalheim 96c34ed7a5
Merge pull request #45004 from jbaum98/flint-darwin
flint: Add darwin support
2018-08-14 10:21:08 +02:00
Jörg Thalheim 5d5e484ea0
Merge pull request #45010 from jbaum98/zn_poly-darwin
zn_poly: Add darwin support
2018-08-14 10:19:28 +02:00
lewo f2cab31ae9
Merge pull request #44841 from Ma27/bump-hydra
hydra: 2017-11-21 -> 2018-08-07
2018-08-14 09:55:11 +02:00
Vincent Laporte 44f18a5a4f ocamlPackages.incremental_kernel: 0.11.0 -> 0.11.1 2018-08-14 07:48:39 +00:00
Vincent Laporte 2aae0c0442 ocamlPackages.async_extra: 0.11.0 -> 0.11.1 2018-08-14 07:48:39 +00:00
Vincent Laporte 72d1be9b96 ocamlPackages.async_kernel: 0.11.0 -> 0.11.1 2018-08-14 07:48:39 +00:00
Vincent Laporte 4b542fdf8e ocamlPackages.core: 0.11.1 -> 0.11.2 2018-08-14 07:48:39 +00:00
Tuomas Tynkkynen 7e0561370b rust: Set dontUpdateAutotoolsGnuConfigScripts everywhere
It's needed on ARM nowadays as well, so just put it everywhere.
2018-08-14 10:40:47 +03:00
adisbladis 751f10e84d
firefox-beta-bin: 62.0b15 -> 62.0b17 2018-08-14 15:26:33 +08:00
adisbladis 83279da929
firefox-devedition-bin: 62.0b15 -> 62.0b17 2018-08-14 15:26:25 +08:00
Jake Waksbaum c0c854da95 zn_poly: Add darwin support 2018-08-14 00:49:42 -04:00
adisbladis 3878342ef0
Merge pull request #45006 from jbaum98/tachyon-darwin
tachyon: Add darwin support
2018-08-14 12:44:16 +08:00
Jake Waksbaum be81e1e29c gfan: Add darwin support 2018-08-14 00:16:46 -04:00
Michael Hoang 61cbf57300 darktable: Fix compilation on macOS
Only compile X11 and other components on Linux. Use DYLD_LIBRARY_PATH on
macOS instead of LD_LIBRARY_PATH.
2018-08-14 13:59:44 +10:00
Michael Hoang 0ee70940b1 osm-gps-map: Add macOS as a supported platform 2018-08-14 13:59:29 +10:00
Michael Hoang ad565e9925 lensfun: Add macOS as a supported platform 2018-08-14 13:59:29 +10:00
Jake Waksbaum 681d02ba5f tachyon: Add darwin support 2018-08-13 23:16:24 -04:00
Jake Waksbaum 942a5efa28 flint: Add darwin support 2018-08-13 22:47:57 -04:00
xeji a38a2ba778
Merge pull request #44989 from volth/hadoop-up
hadoop_2_7: 2.7.6 -> 2.7.7; hadoop_3_1: 3.1.0 -> 3.1.1
2018-08-14 02:26:59 +02:00
xeji abf21a27cb
Merge pull request #44954 from markuskowa/qradiolink
qradiolink: init at 0.5.0
2018-08-14 02:26:25 +02:00
Franz Pletz d9e6d1434e
Merge pull request #44998 from bchallenor/master
xsecurelock: git-2018-07-10 -> 1.0
2018-08-14 00:26:02 +00:00
Tim Steinbach a0649086b5
zfs: unsupported for 4.18 2018-08-13 20:18:56 -04:00
Ben Challenor 9862072e99 xsecurelock: git-2018-07-10 -> 1.0 2018-08-14 00:21:14 +01:00
Daiderd Jordan 4c0e25089e
Merge pull request #44902 from danieldk/grpcio-darwin
python/grpcio: fix darwin build
2018-08-14 01:10:40 +02:00
Daiderd Jordan e55eec5208
Merge pull request #44912 from thefloweringash/dcraw-darwin
dcraw: fix build on Darwin
2018-08-14 01:06:41 +02:00
Silvan Mosberger 78b4d9ac80
Merge pull request #43397 from illegalprime/libphonenumber
libphonenumber: init at 8.9.9
2018-08-14 01:04:57 +02:00
Sarah Brofeldt 9f234788e4 aws-iam-authenticator: init at 2018-07-29 (#44863) 2018-08-14 01:03:56 +02:00