Commit graph

130303 commits

Author SHA1 Message Date
Frederik Rietdijk 5cd5e74177
Merge pull request #44152 from georgewhewell/add-sabyenc
pythonPackages.sabyenc: init at 2.3.3
2018-07-28 09:43:07 +02:00
Frederik Rietdijk 17a09eb501
Merge pull request #41892 from catern/exlib
add pykerberos, requests-kerberos, exchangelib
2018-07-28 09:37:17 +02:00
Peter Simons 6d6522d30d coqPackages.category-theory: revert "Add equations as a buildInput"
This reverts commit 08bf0b7630, which broke
Nixpkgs evaluation.

Ping @jwiegley.
2018-07-28 09:16:37 +02:00
Daniel Peebles fe036ea2be
Merge pull request #41908 from nicknovitski/dockertools-darwin
fix dockertools.pullImage on darwin
2018-07-27 23:42:56 -04:00
Silvan Mosberger f460703211
Merge pull request #44154 from sh4r3m4n/fzf-fix-2
fzf: fix invalid symlink on vim-plugins
2018-07-28 05:27:48 +02:00
Dominik Xaver Hörl 6613fea80e android-file-transfer: init at 3.4 2018-07-27 20:20:41 -07:00
Silvan Mosberger 5edb09c3db
Merge pull request #40625 from romildo/fix.xkeyboard-config
xkeyboard-config: enable xkb rules symlink
2018-07-28 04:37:46 +02:00
Matthew Bauer 53bf234c85 fortune: remove gcc from closure
Fixup is only run on $out/bin not $out/games. Luckily fortune is
relocatable so just moving it to $out/bin works & reduces closure size.
2018-07-27 19:39:33 -04:00
Matthew Bauer 0e707034b5 st: fix patches passing 2018-07-27 19:39:15 -04:00
Matthew Bauer d14dedfa2a aliases: add callPackage_i686
This was removed in PR #42874.
2018-07-27 19:37:57 -04:00
John Ericson 574871ea7f
Merge pull request #44164 from LnL7/llvm-man-output
llvm-packages: fix manpages on darwin
2018-07-27 19:30:38 -04:00
John Wiegley 08bf0b7630
coqPackages.category-theory: Add equations as a buildInput 2018-07-27 16:17:09 -07:00
John Wiegley 368cca9f19
coqPackages.category-theory: Update to Git version as of 20180709 2018-07-27 16:11:52 -07:00
Bas van Dijk 72f3a5cf5c
Merge pull request #44038 from LumiGuide/elk-6.3.0
elk: 6.2.4 -> 6.3.2
2018-07-28 00:33:18 +02:00
Daiderd Jordan 2e09219564
llvm-manpages: fix build 2018-07-28 00:08:31 +02:00
Daiderd Jordan 2100f462a5
llvm-packages: expose manpages in all-packages.nix
Only for the default version, we probably shouldn't be exposing
most attributes all versions.
2018-07-28 00:08:31 +02:00
Daiderd Jordan 3ec81ae27e
llvm-packages: fix manpages with python-boot and cleanup
On darwin llvmPackages is built using python-boot to avoid dependencies
in the stdenv, but we can't and shouldn't use that when building the
manpages since it depends on python packages.
2018-07-28 00:08:26 +02:00
Bas van Dijk ebcdb822f8 elk: 6.2.4 -> 6.3.2
* The ELK stack is upgraded to 6.3.2.

* `elasticsearch6`, `logstash6` and `kibana6` now come with X-Pack which is
  a suite of additional features. These are however licensed under the unfree
  "Elastic License".

* Fortunately they also provide OSS versions which are now packaged
  under: `elasticsearch6-oss`, `logstash6-oss` and `kibana6-oss`.
  Note that the naming of the attributes is consistent with upstream.

* The test `nix-build nixos/tests/elk.nix -A ELK-6` will test the OSS
  version by default. You can also run the test on the unfree ELK using:
  `NIXPKGS_ALLOW_UNFREE=1 nix-build nixos/tests/elk.nix -A ELK-6 --arg enableUnfree true`
2018-07-28 00:01:31 +02:00
Tim Steinbach e7d57853b0 hnix: Fix build 2018-07-27 14:16:41 -07:00
Daiderd Jordan cacf0925a5
python-boot: add error message when accessing python.pkgs 2018-07-27 22:36:54 +02:00
Nick Novitski c58b11d229 dockerTools.pullImage: control OS and architecture 2018-07-27 12:29:31 -07:00
Nick Novitski 64c6ff3dfc skopeo: fix build on darwin 2018-07-27 12:29:31 -07:00
Spencer Baugh b8980e47bd pythonPackages.exchangelib: init at 1.11.4 2018-07-27 19:04:21 +00:00
Spencer Baugh 08db286889 pythonPackages.requests-kerberos: init at 0.12.0 2018-07-27 19:04:21 +00:00
Spencer Baugh aa86f70d18 pythonPackages.pykerberos: init at 1.2.1 2018-07-27 19:04:20 +00:00
Benjamin Staffin 28e11a0b6b
bazel: fix bash completion, halve build time (#44097)
This finally fixes the build to avoid having to completely rebuild
bazel from source a second time just to generate the bash completion
script!

It also makes completion actually _work_ for bash users by
correcting the name of the installed script.
2018-07-27 14:45:43 -04:00
Benjamin Staffin 9cbe75b269
bazel: 0.15.1 -> 0.15.2 (#44094) 2018-07-27 14:43:15 -04:00
georgewhewell cb20776886
sabnzbd: add sabyenc to python env 2018-07-27 19:02:11 +01:00
georgewhewell 660721140c
pythonPackages.sabyenc: init at 2.3.3 2018-07-27 19:01:59 +01:00
ajs124 3d6e38234d biboumi: 7.2 -> 8.3
also update catch from 1.5.6 to 2.2.1
2018-07-27 19:56:17 +02:00
Profpatsch abcc849c9e s6-networking: add ssl support (libressl by default)
For now there’s only support for libressl, but it is built in a way that makes
adding support for e.g. bearssl trivial.
2018-07-27 17:48:32 +02:00
Profpatsch 9a95c136d8 execline: 2.3.0.3 -> 2.5.0.0 2018-07-27 17:48:32 +02:00
Profpatsch 9b55ab7674 s6-rc: 0.3.0.0 -> 0.4.0.1 2018-07-27 17:48:32 +02:00
Profpatsch b4cda2e4ff s6: 2.6.1.1 -> 2.7.1.1 2018-07-27 17:48:32 +02:00
Profpatsch 5ea846a656 s6-dns: 2.2.0.1 -> 2.3.0.0 2018-07-27 17:48:32 +02:00
Profpatsch 3bc88ecaf9 skalibs: 2.6.0.1 -> 2.6.4.0 2018-07-27 17:48:32 +02:00
worldofpeace ed8fbbbfa9 lightdm: 1.24.0 -> 1.26.0
* now uses fetchFromGitHub too
2018-07-27 11:37:49 -04:00
Matías Lang fcb4e32e9a fzf: fix invalid symlink on vim-plugins
The fzf vim plugin wasn't working because it was making a symlink to a
directory with the full source code. This directory isn't present
anymore since the commit e95f17e272 wich
removes it because it isn't so useful for the go packages.

I fixed it by manually copying the plugin/ directory into the out
derivation, which is the only part of the source that contains the vim
plugin.
2018-07-27 12:27:42 -03:00
John Boehr c835845152 altcoins.mist: 0.10.0 -> 0.11.1
* Add gtk2 as dependency, see #43297
* Don't include version number in mist executable name
2018-07-27 08:15:07 -07:00
Vladimír Čunát 1d83c4583b
Merge #44131: release/metrics: drop requiredSystemFeatures 2018-07-27 17:11:37 +02:00
Elis Hirwing e0d23b12ef php: Enable mysqlnd as default
MySQL Native Driver was implemented by PHP back in 5.3.0 and has been
default in most distributions for a very long time.

The option was added in 41cd4f2459 and I
don't see any reason why it would default to false.

Overview of mysqlnd by PHP: https://secure.php.net/manual/en/mysqlnd.overview.php
2018-07-27 16:50:12 +02:00
Bas van Dijk 980674f08c opencv: 3.4.1 -> 3.4.2 2018-07-27 16:13:21 +02:00
Will Dietz 993937d09e gcc8: 8.1 -> 8.2
https://gcc.gnu.org/gcc-8/changes.html
2018-07-27 08:53:42 -05:00
Will Dietz 28b2c8b27a universal-ctags: 2018-01-0 -> 2018-07-23 2018-07-27 08:09:09 -05:00
Yuriy Taraday cd3283f921 chromium: 67.0.3396.99 -> 68.0.3440.75 2018-07-27 14:38:23 +02:00
Jörg Thalheim f026e85080 libgit2_0_25: remove 2018-07-27 13:35:24 +01:00
Jörg Thalheim 84c75d5a50 blsd: bump libgit 2018-07-27 13:34:35 +01:00
Izorkin 264077482e zsh-command-time: disable exec flag 2018-07-27 14:55:02 +03:00
Thomas Tuegel 3fd03165aa
Merge pull request #44060 from periklis/emacs-package-eval-fix
Fix pname to ename propagation if null
2018-07-27 05:11:03 -05:00
Frederik Rietdijk 1fe2a0f81e
Merge pull request #44129 from timokau/pari-2.11.0
pari: 2.9.5 -> 2.11.0
2018-07-27 11:57:57 +02:00
Jörg Thalheim 0bb5a6ada5
Merge pull request #44142 from LnL7/vim-plugin-updates
vim-plugins: automatic updates and additions
2018-07-27 10:47:56 +01:00
Periklis Tsirakidis 04f0c25222 Fix pname to ename propagation if null 2018-07-27 08:15:46 +02:00
Elis Hirwing 31bb8d849a
phpPackages.phpcbf: 3.3.0 -> 3.3.1
Changelog: https://github.com/squizlabs/PHP_CodeSniffer/releases/tag/3.3.1
2018-07-27 07:56:12 +02:00
Elis Hirwing 367ec1ae7a
phpPackages.phpcs: 3.3.0 -> 3.3.1
Changelog: https://github.com/squizlabs/PHP_CodeSniffer/releases/tag/3.3.1
2018-07-27 07:55:40 +02:00
Austin Seipp f8e8ecde51 foundationdb60: 6.0.2pre2430 -> 6.0.3pre2446
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-07-26 18:58:40 -05:00
Austin Seipp a14a75a567 foundationdb: include debug info in all builds
This puts the debug information in a separate output, as expected. This allows
meaningful symbol names to appear in DWARF-based tools like perf and gdb.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-07-26 18:44:49 -05:00
Bastian Köcher 6e5d977b97 plasma-workspace: Improve the NixOS patch set
We changed some if condition that is not required to be changed.
2018-07-26 23:28:29 +02:00
Bastian Köcher af44ab8400 plasma.kwin: Adds libdrm depdency
Libdrm is required to enable the DRM backend that is used by Wayland.
2018-07-26 23:28:29 +02:00
Janne Heß 6d2ab18915 sieve-connect: Init at 0.89 2018-07-26 14:12:03 -07:00
Thomas Tuegel 4f5837668b
hindent: build Emacs package with latest Melpa recipe
The hindent Emacs package is built with the latest Melpa recipe, but the same
source version as in haskellPackages.
2018-07-26 15:36:43 -05:00
Will Dietz c9d79c639f grv: 0.1.2 -> 0.2.0
Needs libgit2 0.27 apparently,
doesn't build with 0.26 or 0.25 in-tree.
2018-07-26 15:35:32 -05:00
Will Dietz a9300b2b6b libgit2_0_27: init 2018-07-26 15:35:21 -05:00
Tuomas Tynkkynen 3877501f9d Merge remote-tracking branch 'upstream/master' into staging 2018-07-26 23:09:22 +03:00
José Romildo Malaquias 836b827226 lxqt: add update script 2018-07-26 15:22:05 -03:00
José Romildo Malaquias 507951e889 screengrab: 1.97 -> 1.98 2018-07-26 15:22:05 -03:00
José Romildo Malaquias ef6b6ce142 qps: 1.10.17 -> 1.10.18 2018-07-26 15:22:05 -03:00
José Romildo Malaquias 0fd1f4660c qterminal: 0.8.0 -> 0.9.0 2018-07-26 15:22:05 -03:00
José Romildo Malaquias c89832527c lximage-qt: 0.6.0 -> 0.7.0 2018-07-26 15:22:05 -03:00
José Romildo Malaquias ef42aa1f95 pcmanfm-qt: 0.12.0 -> 0.13.0 2018-07-26 15:22:05 -03:00
John Ericson bbe31da148
Merge pull request #44124 from grahamc/sparc
systems: Allow detection of powerpc and sparc
2018-07-26 14:21:20 -04:00
Alyssa Ross 1f47fe8442 gem-config: add libxml2-ruby (#44099) 2018-07-26 18:51:17 +01:00
Alyssa Ross cfbe0ef315 gem-config: add zookeeper (#44100) 2018-07-26 18:50:42 +01:00
José Romildo Malaquias 386c75105c lxqt-sudo: 0.12.0 -> 0.13.0 2018-07-26 14:04:29 -03:00
José Romildo Malaquias b3b9322e9d lxqt-session: 0.12.0 -> 0.13.0 2018-07-26 14:04:29 -03:00
José Romildo Malaquias 48ad824bb3 lxqt-runner: 0.12.0 -> 0.13.0 2018-07-26 14:04:29 -03:00
José Romildo Malaquias 81c1f4be7a lxqt-powermanagement: 0.12.0 -> 0.13.0 2018-07-26 14:04:28 -03:00
José Romildo Malaquias 2067252410 lxqt-policykit: 0.12.0 -> 0.13.0 2018-07-26 14:04:28 -03:00
José Romildo Malaquias 3df3087164 lxqt-panel: 0.12.0 -> 0.13.0 2018-07-26 14:04:28 -03:00
José Romildo Malaquias a0fe2ed5ad lxqt-openssh-askpass: 0.12.0 -> 0.13.0 2018-07-26 14:04:28 -03:00
José Romildo Malaquias 5d04e45ca7 lxqt-notificationd: 0.12.0 -> 0.13.0 2018-07-26 14:04:28 -03:00
José Romildo Malaquias 874a1c6a3e lxqt-globalkeys: 0.12.0 -> 0.13.0 2018-07-26 14:04:28 -03:00
José Romildo Malaquias 3f3c179a55 lxqt-config: 0.12.0 -> 0.13.0 2018-07-26 14:04:28 -03:00
José Romildo Malaquias 4aed09d06a lxqt-admin: 0.12.0 -> 0.13.0 2018-07-26 14:04:28 -03:00
José Romildo Malaquias 89d0c54498 lxqt-about: 0.12.0 -> 0.13.0 2018-07-26 14:04:28 -03:00
José Romildo Malaquias 165a228117 liblxqt: 0.12.0 -> 0.13.0 2018-07-26 14:04:28 -03:00
José Romildo Malaquias 4de15eea4a libqtxdg: 3.1.0 -> 3.2.0 2018-07-26 14:04:27 -03:00
José Romildo Malaquias 8a32b379e2 lxqt: source moved to the lxqt organization in github 2018-07-26 14:04:27 -03:00
Timo Kaufmann 330c501be0 pari: 2.9.5 -> 2.11.0
The pari update makes it necessary to disable a giac test that only
fails because it directly tests the pari interface.
2018-07-26 18:42:17 +02:00
Vladimír Čunát 1d0caa7b03
release/metrics: drop requiredSystemFeatures
Lack of a "benchmark" machine on Hydra prevents it from building,
and that blocks channels.
2018-07-26 18:32:41 +02:00
Ben Gamari a4c932fa51 kicad: 4.0.7 -> 5.0.0 2018-07-26 12:27:27 -04:00
Shea Levy 886871538c
pythonPackages.rfc7464: Init at 17.7.0 2018-07-26 12:04:16 -04:00
Frederik Rietdijk f59e6f4037 Merge master into staging 2018-07-26 16:18:53 +02:00
Frederik Rietdijk 38ac3b3437
Merge pull request #43972 from NixOS/python-unstable
Python packages: major updates
2018-07-26 16:16:10 +02:00
Robert Helgesson a01a52a2d7
eclipse-plugin-spotbugs: 3.1.5 -> 3.1.6 2018-07-26 15:43:59 +02:00
John Q Crosscompiler 7cc62144b2
systems: Allow detection of powerpc and sparc 2018-07-26 09:33:36 -04:00
Jos van Bakel 812f4749ae rshell: init at 0.0.14 2018-07-26 06:12:06 -07:00
Frederik Rietdijk d1a411468d python.pkgs.scikitlearn: disable tests; remove maintainer 2018-07-26 13:58:58 +02:00
Frederik Rietdijk 5463fb39e7 python: tifffile: 0.15.0 -> 0.15.1 2018-07-26 13:10:21 +02:00
Frederik Rietdijk 7428d0830a python: seqdiag: 0.9.5 -> 0.9.6 2018-07-26 13:10:15 +02:00
Frederik Rietdijk 7babc81b07 python: reportlab: 3.5.1 -> 3.5.2 2018-07-26 13:10:08 +02:00
Frederik Rietdijk dda2be9de6 python: pyxattr: 0.6.0 -> 0.6.1 2018-07-26 13:10:02 +02:00
Frederik Rietdijk e6facae890 python: python_openzwave: 0.4.5 -> 0.4.7 2018-07-26 13:09:55 +02:00
Frederik Rietdijk b456989181 python: pytest-xdist: 1.22.2 -> 1.22.3 2018-07-26 13:09:49 +02:00
Frederik Rietdijk db2545bea7 python: pytest-timeout: 1.3.0 -> 1.3.1 2018-07-26 13:09:42 +02:00
Frederik Rietdijk 850cc1fdfe python: pyasn1: 0.4.3 -> 0.4.4 2018-07-26 13:09:36 +02:00
Frederik Rietdijk c421e0c3b9 python: libusb1: 1.6.4 -> 1.6.5 2018-07-26 13:09:30 +02:00
Frederik Rietdijk 2380766faf python: jdatetime: 2.2.0 -> 2.2.1 2018-07-26 13:09:23 +02:00
Frederik Rietdijk 8d219d9fcf python: IBMQuantumExperience: 1.9.6 -> 1.9.8 2018-07-26 13:09:16 +02:00
Frederik Rietdijk d3abeb9b29 python: dask: 0.18.1 -> 0.18.2 2018-07-26 13:09:10 +02:00
Frederik Rietdijk ef44818ddc python: botocore: 1.10.62 -> 1.10.64 2018-07-26 13:09:03 +02:00
Frederik Rietdijk d73ce6e7a3 python: asyncssh: 1.13.2 -> 1.13.3 2018-07-26 13:08:57 +02:00
Frederik Rietdijk e328e5c5e2 python: aioconsole: 0.1.9 -> 0.1.10 2018-07-26 13:08:50 +02:00
Frederik Rietdijk ac21188b6e python.pkgs.nipype: add missing dependency 2018-07-26 12:43:19 +02:00
Frederik Rietdijk 9e751587c7 python.pkgs.JPype1: disable tests 2018-07-26 12:43:19 +02:00
Frederik Rietdijk ac7a998fae python.pkgs.prompt_toolkit_52: remove unused 2018-07-26 12:43:19 +02:00
Frederik Rietdijk 7d5f1d7bd3 python.pkgs.pytest-flake8: disable tests 2018-07-26 12:43:19 +02:00
Frederik Rietdijk 8abd3d3310 python.pkgs.pytest-flake8: disable test, fix build 2018-07-26 12:43:19 +02:00
Robert Schütz 72934aa94e beets: use python3Packages 2018-07-26 12:43:18 +02:00
Robert Schütz daabcc3b9a spyder: use python3
Dependency pylint is no longer supported on Python 2.
2018-07-26 12:43:18 +02:00
Robert Schütz 48eb8c4e88 spyder: remove from pythonPackages
Spyder is an application only and therefore does not belong in pythonPackages.
2018-07-26 12:43:18 +02:00
Robert Schütz 02b1cc9600 python.pkgs.sqlalchemy_migrate: remove pylint from checkInputs
Seems not to be needed and does not work on Python 2.
2018-07-26 12:43:18 +02:00
Robert Schütz 7f69825334 python.pkgs.pylint: 2.0.0 -> 2.0.1 2018-07-26 12:43:18 +02:00
Robert Schütz 3030fab2f1 python.pkgs.can: fix build 2018-07-26 12:43:18 +02:00
Robert Schütz 7b9141d172 python.pkgs.importlib: remove
importlib is included in Python 2.7+ and 3.1+
2018-07-26 12:43:17 +02:00
Frederik Rietdijk bb147bbc0b python.pkgs.pytest: fix setupHook .pytest-cache
In 610485faa7 a setupHook was added to `pytest`
to prevent the creation of `.pytest-cache` folder. Some pytest plugins relied
on the cache and were thus failing.

This commit permits the cache during build time but removes it in a `postFixupHook`.
2018-07-26 12:43:17 +02:00
Robert Schütz c5758bd67e rtv: use python3Packages 2018-07-26 12:43:17 +02:00
Robert Schütz a576b2ea64 conan: 1.5.2 -> 1.6.0 2018-07-26 12:43:17 +02:00
Robert Schütz c7228f8654 python.pkgs.flake8: remove no longer used patch 2018-07-26 12:43:17 +02:00
Robert Schütz 673d0bed95 python.pkgs.astroid: fix build 2018-07-26 12:43:17 +02:00
Robert Schütz 94d87e4c1e python: testresources: 0.2.7 -> 2.0.1 2018-07-26 12:43:16 +02:00
Robert Schütz 6ee974baa7 python.pkgs.tempora: update propagatedBuildInputs 2018-07-26 12:43:16 +02:00
Robert Schütz 4a5de923af python.pkgs.jaraco_functools: 1.15.1 -> 1.20 2018-07-26 12:43:16 +02:00
Robert Schütz 9ddbfc9242 python.pkgs.jaraco_functools: move expression 2018-07-26 12:43:16 +02:00
Frederik Rietdijk 2e7ed10e44 python.pkgs.pandas: fix build 2018-07-26 12:43:16 +02:00
Jörg Thalheim c4b99ee9cc python.pkgs.snowballstemmer: move out of python-packages.nix 2018-07-26 12:43:16 +02:00
Jörg Thalheim e9f05ffa9b python.pkgs.pystemmer: fix compilation with python3.7 2018-07-26 12:43:15 +02:00
Robert Schütz 178b84c10d python.pkgs.ipython: allow prompt_toolkit 2.0
This applies the appropriate upstream patch:
8e256bd373
2018-07-26 12:43:15 +02:00
Robert Schütz 52baeaebd1 python.pkgs.face_recognition: remove tox from checkInputs 2018-07-26 12:43:15 +02:00
Robert Schütz 9b3cb0d49f python.pkgs.tox: update propagatedBuildInputs 2018-07-26 12:43:15 +02:00
Robert Schütz 240715f8f9 python.pkgs.node-semver: remove tox from checkInputs 2018-07-26 12:43:15 +02:00
Robert Schütz b51b190403 Revert "python: pygit2: 0.26.4 -> 0.27.1"
This reverts commit e9bba1cb01ea7e45c1051f29f33c78b9bb502008.
python.pkgs.pygit2 has to be upgraded at the same time as libgit2.
2018-07-26 12:43:15 +02:00
Robert Schütz 387c172369 python.pkgs.python-axolotl: enable tests 2018-07-26 12:43:15 +02:00
Robert Schütz 634875fb15 python.pkgs.python-axolotl: update propagatedBuildInputs 2018-07-26 12:43:14 +02:00
Robert Schütz 9de15d502f python.pkgs.twisted: update propagatedBuildInputs 2018-07-26 12:43:14 +02:00
Robert Schütz ab7dc046ff python.pkgs.flake8: allow newer versions of pycodestyle and pyflakes
This applies appropriate upstream patches from
https://gitlab.com/pycqa/flake8/commits/master/setup.py.
2018-07-26 12:43:14 +02:00
Frederik Rietdijk 1c28ff05fa python.pkgs.apipkg: fix build 2018-07-26 12:43:14 +02:00
Frederik Rietdijk 20f3647c2f python.pkgs.bootstrapped-pip: update pip and setuptools 2018-07-26 12:43:14 +02:00
Frederik Rietdijk 16bd495463 python: setuptools: 39.2.0 -> 40.0.0 2018-07-26 12:43:14 +02:00
Frederik Rietdijk 524b4eb124 python: yamllint: 1.9.0 -> 1.11.1 2018-07-26 12:43:13 +02:00
Frederik Rietdijk 92ca82e5b2 python: xml2rfc: 2.9.8 -> 2.10.0 2018-07-26 12:43:13 +02:00
Frederik Rietdijk 024b636ad9 python: xarray: 0.10.7 -> 0.10.8 2018-07-26 12:43:13 +02:00
Frederik Rietdijk ab01a86e78 python: WSME: 0.9.2 -> 0.9.3 2018-07-26 12:43:13 +02:00
Frederik Rietdijk 96c4fcae9c python: widgetsnbextension: 3.2.1 -> 3.3.0 2018-07-26 12:43:13 +02:00
Frederik Rietdijk ebca113751 python: websockets: 5.0.1 -> 6.0 2018-07-26 12:43:13 +02:00
Frederik Rietdijk f9b5d92fe3 python: vobject: 0.9.6 -> 0.9.6.1 2018-07-26 12:43:13 +02:00
Frederik Rietdijk 911e14238f python: vcrpy: 1.12.0 -> 1.13.0 2018-07-26 12:43:12 +02:00
Frederik Rietdijk 4956273c96 python: uproot: 2.8.33 -> 2.9.6 2018-07-26 12:43:12 +02:00
Frederik Rietdijk 7fd2bbfc34 python: typeguard: 2.1.4 -> 2.2.0 2018-07-26 12:43:12 +02:00
Frederik Rietdijk faf158ca83 python: txtorcon: 18.0.0 -> 18.0.2 2018-07-26 12:43:12 +02:00
Frederik Rietdijk 720a357455 python: Twisted: 18.4.0 -> 18.7.0 2018-07-26 12:43:12 +02:00
Frederik Rietdijk 2ddfd5df93 python: trio: 0.4.0 -> 0.5.0 2018-07-26 12:43:12 +02:00
Frederik Rietdijk e62842ff79 python: trezor: 0.9.1 -> 0.10.2 2018-07-26 12:43:11 +02:00
Frederik Rietdijk a0e3bd18e0 python: treq: 17.8.0 -> 18.6.0 2018-07-26 12:43:11 +02:00
Frederik Rietdijk bed3339fac python: tox: 3.0.0 -> 3.1.2 2018-07-26 12:43:11 +02:00
Frederik Rietdijk 4141cc7d40 python: tornado: 5.0.2 -> 5.1 2018-07-26 12:43:11 +02:00
Frederik Rietdijk 2629844dd9 python: tifffile: 0.14.0 -> 0.15.0 2018-07-26 12:43:11 +02:00
Frederik Rietdijk 82bde96c67 python: texttable: 1.3.1 -> 1.4.0 2018-07-26 12:43:11 +02:00
Frederik Rietdijk a0fa911892 python: textacy: 0.6.1 -> 0.6.2 2018-07-26 12:43:11 +02:00
Frederik Rietdijk 22f8ae6096 python: tempora: 1.9 -> 1.13 2018-07-26 12:43:10 +02:00
Frederik Rietdijk 6aad36076d python: stripe: 1.82.2 -> 2.0.3 2018-07-26 12:43:10 +02:00
Frederik Rietdijk 0e3863c192 python: stevedore: 1.28.0 -> 1.29.0 2018-07-26 12:43:10 +02:00
Frederik Rietdijk 2469b98fd1 python: sqlmap: 1.2.6 -> 1.2.7 2018-07-26 12:43:10 +02:00
Frederik Rietdijk d904398682 python: SQLAlchemy: 1.2.8 -> 1.2.10 2018-07-26 12:43:10 +02:00
Frederik Rietdijk 64f236c254 python: Sphinx: 1.7.5 -> 1.7.6 2018-07-26 12:43:10 +02:00
Frederik Rietdijk cce9f61353 python: spglib: 1.10.3.65 -> 1.10.3.75 2018-07-26 12:43:10 +02:00
Frederik Rietdijk 8bb0a5a15b python: spacy: 2.0.9 -> 2.0.12 2018-07-26 12:43:09 +02:00
Frederik Rietdijk 20ff5b0c39 python: smmap2: 2.0.3 -> 2.0.4 2018-07-26 12:43:09 +02:00
Frederik Rietdijk e374e273a8 python: smart_open: 1.5.7 -> 1.6.0 2018-07-26 12:43:09 +02:00
Frederik Rietdijk 564cb48a36 python: sleekxmpp: 1.3.1 -> 1.3.3 2018-07-26 12:43:09 +02:00
Frederik Rietdijk 6ef7a12f0b python: simplejson: 3.15.0 -> 3.16.0 2018-07-26 12:43:09 +02:00
Frederik Rietdijk d82950ad1f python: Shapely: 1.6.4.post1 -> 1.6.4.post2 2018-07-26 12:43:09 +02:00
Frederik Rietdijk c3a3358f6d python: seekpath: 1.8.1 -> 1.8.2 2018-07-26 12:43:08 +02:00
Frederik Rietdijk cc57fa8b75 python: seaborn: 0.8.1 -> 0.9.0 2018-07-26 12:43:08 +02:00
Frederik Rietdijk 003d4d089e python: Scrapy: 1.5.0 -> 1.5.1 2018-07-26 12:43:08 +02:00
Frederik Rietdijk a369e8fc13 python: scikit-learn: 0.19.1 -> 0.19.2 2018-07-26 12:43:08 +02:00
Frederik Rietdijk 3fbc96a157 python: sarge: 0.1.4 -> 0.1.5.post0 2018-07-26 12:43:08 +02:00
Frederik Rietdijk 7f707bf991 python: salmon-mail: 3.0.1 -> 3.0.2 2018-07-26 12:43:08 +02:00
Frederik Rietdijk 3a2734bbad python: rlp: 0.6.0 -> 1.0.1 2018-07-26 12:43:08 +02:00
Frederik Rietdijk adb2c88d38 python: requests-mock: 1.5.0 -> 1.5.2 2018-07-26 12:43:07 +02:00
Frederik Rietdijk c53d608096 python: reportlab: 3.4.0 -> 3.5.1 2018-07-26 12:43:07 +02:00
Frederik Rietdijk 430017cce4 python: reikna: 0.6.8 -> 0.7.0 2018-07-26 12:43:07 +02:00
Frederik Rietdijk c05004f5d7 python: regex: 2018.06.21 -> 2018.07.11 2018-07-26 12:43:07 +02:00
Frederik Rietdijk a9c6d65605 python: quantities: 0.12.1 -> 0.12.2 2018-07-26 12:43:07 +02:00
Frederik Rietdijk c18ea23e0f python: pyzmq: 17.0.0 -> 17.1.0 2018-07-26 12:43:07 +02:00
Frederik Rietdijk 050295102a python: pytz: 2018.4 -> 2018.5 2018-07-26 12:43:06 +02:00
Frederik Rietdijk 87502960d0 python: pytools: 2018.4 -> 2018.5.2 2018-07-26 12:43:06 +02:00
Frederik Rietdijk b1fd593a41 python: python-telegram-bot: 9.0.0 -> 10.1.0 2018-07-26 12:43:06 +02:00
Frederik Rietdijk 25a153e578 python: python_openzwave: 0.4.4 -> 0.4.5 2018-07-26 12:43:06 +02:00
Frederik Rietdijk b5e2cb8cae python: python-fedora: 0.9.0 -> 0.10.0 2018-07-26 12:43:06 +02:00
Frederik Rietdijk 9d9d122216 python: python-axolotl: 0.1.39 -> 0.1.42 2018-07-26 12:43:06 +02:00
Frederik Rietdijk e298f9e2b0 python: python-axolotl-curve25519: 0.1 -> 0.4.1.post2 2018-07-26 12:43:06 +02:00
Frederik Rietdijk 29a19eb12c python: pytest-server-fixtures: 1.3.0 -> 1.3.1 2018-07-26 12:43:05 +02:00
Frederik Rietdijk b9d2781db3 python: pytest: 3.6.2 -> 3.6.3 2018-07-26 12:43:05 +02:00
Frederik Rietdijk 883eb392d8 python: pyperclip: 1.6.2 -> 1.6.4 2018-07-26 12:43:05 +02:00
Frederik Rietdijk f4e51b3d67 python: pymongo: 3.6.1 -> 3.7.1 2018-07-26 12:43:05 +02:00
Frederik Rietdijk 7fa99fe7b4 python: pymc3: 3.4.1 -> 3.5 2018-07-26 12:43:05 +02:00
Frederik Rietdijk 3396f4e665 python: pylru: 1.0.9 -> 1.1.0 2018-07-26 12:43:05 +02:00
Frederik Rietdijk 3bbdf27a16 python: pylint: 1.9.2 -> 2.0.0 2018-07-26 12:43:05 +02:00
Frederik Rietdijk aacf5b1e95 python: pykdtree: 1.3.0 -> 1.3.1 2018-07-26 12:43:04 +02:00
Frederik Rietdijk b76c1a47c5 python: pyhomematic: 0.1.44 -> 0.1.46 2018-07-26 12:43:04 +02:00
Frederik Rietdijk 9ca0ca3da1 python: pygit2: 0.26.4 -> 0.27.1 2018-07-26 12:43:04 +02:00
Frederik Rietdijk 9fde265a9d python: pygame: 1.9.3 -> 1.9.4 2018-07-26 12:43:04 +02:00
Frederik Rietdijk 1891611271 python: pyflakes: 1.6.0 -> 2.0.0 2018-07-26 12:43:04 +02:00
Frederik Rietdijk f667b56d36 python: py: 1.5.3 -> 1.5.4 2018-07-26 12:43:04 +02:00
Frederik Rietdijk 87712ad7eb python: pycryptodomex: 3.6.2 -> 3.6.4 2018-07-26 12:43:03 +02:00
Frederik Rietdijk 10fd98376d python: pycryptodome: 3.6.2 -> 3.6.4 2018-07-26 12:43:03 +02:00
Frederik Rietdijk f208b1bd66 python: pycodestyle: 2.3.1 -> 2.4.0 2018-07-26 12:43:03 +02:00
Frederik Rietdijk f79a68c983 python: pyasn1-modules: 0.2.1 -> 0.2.2 2018-07-26 12:43:03 +02:00
Frederik Rietdijk 1d63c87262 python: py3status: 3.8 -> 3.11 2018-07-26 12:43:03 +02:00
Frederik Rietdijk 5d4ab6d266 python: py3exiv2: 0.3.0 -> 0.4.0 2018-07-26 12:43:03 +02:00
Frederik Rietdijk ed7a2ca061 python: ptyprocess: 0.5.2 -> 0.6.0 2018-07-26 12:43:03 +02:00
Frederik Rietdijk 8e668dc1f8
Merge pull request #43900 from FRidh/php
php: get rid of composableDerivation
2018-07-26 12:05:11 +02:00
Sarah Brofeldt c15fb89951
Merge pull request #44114 from johanot/cfssl-pkgs-upgrade
cfssl: 20170527 -> 1.3.2
2018-07-26 11:55:51 +02:00
Lengyel Balázs 8c8f0c8058 winetricks: 20180513 -> 20180603 2018-07-26 11:52:20 +02:00
Frederik Rietdijk ae9932e431 php: get rid of composableDerivation
Some bugs may have creeped in during the conversion.
One flag I had trouble with and so removed was:

    "--enable-embedded-mysqli"
2018-07-26 11:49:56 +02:00
Lengyel Balázs 30e0a5b009 wine-mono: 4.7.1 -> 4.7.3 2018-07-26 11:48:41 +02:00
Lengyel Balázs d3de53eae5 wine{Unstable,Staging}: 3.11 -> 3.13 2018-07-26 11:45:18 +02:00
Frederik Rietdijk ea91420675
Merge pull request #43886 from FRidh/vim
qvim, vim_configurable: get rid of composableDerivation
2018-07-26 11:42:40 +02:00
Vladyslav Mykhailichenko 67ef197919 iwd: 0.3 -> 0.4 2018-07-26 12:38:50 +03:00
Johan Thomsen 75e71ad216 cfssl: 20170527 -> 1.3.2 2018-07-26 11:20:36 +02:00
Roman Volosatovs 7b1632c841
dep: 0.4.1 -> 0.5.0 2018-07-26 10:04:53 +02:00
Carlos D 4758fe7c56 kustomize: init at 1.0.4 2018-07-25 21:10:07 -07:00
ajs124 6b8a2a79cf nextcloud: 13.04 -> 13.05 2018-07-26 03:08:24 +02:00
Daiderd Jordan 9ac035b5a6
vim-plugins: add extra plugins
- isort
- splice
- a bunch of tpope's missing plugins
2018-07-26 00:37:14 +02:00
Daiderd Jordan 4301f22197
vim-plugins: automatic updates 2018-07-26 00:16:21 +02:00
Michael Weiss ec1082c58f fuse: 2.9.7 -> 2.9.8 (security, CVE-2018-10906)
Upstream changelog:
- SECURITY UPDATE: In previous versions of libfuse it was possible to
  for unprivileged users to specify the allow_other option even when
  this was forbidden in /etc/fuse.conf. The vulnerability is present
  only on systems where SELinux is active (including in permissive
  mode).
- libfuse no longer segfaults when fuse_interrupted() is called outside
  the event loop.
- The fusermount binary has been hardened in several ways to reduce
  potential attack surface. Most importantly, mountpoints and mount
  options must now match a hard-coded whitelist. It is expected that
  this whitelist covers all regular use-cases.
- Fixed rename deadlock on FreeBSD.
2018-07-25 23:53:40 +02:00
Michael Weiss 46cd782b43 fuse3: 3.2.4 -> 3.2.5 (security, CVE-2018-10906)
Upstream changelog:
- SECURITY UPDATE: In previous versions of libfuse it was possible to
  for unprivileged users to specify the allow_other option even when
  this was forbidden in /etc/fuse.conf. The vulnerability is present
  only on systems where SELinux is active (including in permissive
  mode).
- The fusermount binary has been hardened in several ways to reduce
  potential attack surface. Most importantly, mountpoints and mount
  options must now match a hard-coded whitelist. It is expected that
  this whitelist covers all regular use-cases.
- Added a test of seekdir to test_syscalls.
- Fixed readdir bug when non-zero offsets are given to filler and the
  filesystem client, after reading a whole directory, re-reads it from a
  non-zero offset e. g. by calling seekdir followed by readdir.
2018-07-25 23:53:40 +02:00
Daiderd Jordan 911b7b20c0
elixir: init 1.7.0 2018-07-25 23:48:50 +02:00
Daiderd Jordan 7110d87d51
Merge pull request #43892 from periklis/skhd-update
skhd: bump 0.1.1 to 0.2.2
2018-07-25 23:35:50 +02:00
Matthew Bauer 060f53e0d4
Merge pull request #44109 from NixOS/ryantrinkle/remove-empty-file
azure-cli: delete empty nix file
2018-07-25 17:28:17 -04:00
Daiderd Jordan 3290f1d42a
Merge pull request #44063 from LnL7/ycmd-fix-jedi
ycmd: 2018-06-14 -> 2018-07-24
2018-07-25 23:26:36 +02:00
Ryan Trinkle 7ca34b2bdd azure-cli: delete empty nix file 2018-07-25 16:27:12 -04:00
Pascal Wittmann 8d630b3087
Merge pull request #43933 from r-ryantm/auto-update/libfilezilla
libfilezilla: 0.12.3 -> 0.13.0
2018-07-25 21:54:32 +02:00
Matthew Bauer 7b7396271c
Merge pull request #44071 from eqyiel/eot_utilities-darwin
eot_utilities: change platforms to unix
2018-07-25 15:32:06 -04:00
Daiderd Jordan 7cc5624b3c
Merge pull request #43993 from carlosdagos/cntlm-macos
cntlm: add support for darwin
2018-07-25 21:19:26 +02:00
Matthew Bauer a79d917d68
Merge pull request #44073 from lukeadams/pyserial-darwin-fix
pyserial: fix build on Darwin
2018-07-25 14:38:20 -04:00
Luke Adams 100349d605 pyserial: fix build on Darwin 2018-07-25 13:27:51 -05:00
Tim Steinbach 202e270bbf
linux: 4.17.9 -> 4.17.10 2018-07-25 14:21:20 -04:00
Tim Steinbach 6cd6eb0513
linux: 4.14.57 -> 4.14.58 2018-07-25 14:21:12 -04:00
Tim Steinbach 0fde78112e
linux: 4.9.114 -> 4.9.115 2018-07-25 14:21:03 -04:00
Tim Steinbach a2833a06b9
linux: 4.4.143 -> 4.4.144 2018-07-25 14:20:55 -04:00
Matthew Bauer 444857b15c
Merge pull request #43048 from Nadrieril/passff-host
passff-host: init at 1.0.2
2018-07-25 13:27:02 -04:00
Matthew Bauer 0aa2a93d12
Merge pull request #43810 from yesbox/bfs
bfs: enable the test_fstype test
2018-07-25 13:22:46 -04:00
Thomas Tuegel 6fbcbaf404
Merge pull request #44091 from asymmetric/asymmetric/maven-authn
buildMaven: Check for authenticated attribute
2018-07-25 12:10:22 -05:00
Brice Waegeneire 1af7a83576 alacritty: add terminfo and man
Signed-off-by: Brice Waegeneire <brice.wge@gmail.com>
2018-07-25 18:41:00 +02:00
WilliButz a0383ffec8 grafana: 5.2.1 -> 5.2.2 2018-07-25 17:47:50 +02:00
John Ericson f5364327e8
Merge pull request #44081 from obsidiansystems/stdenv-cross-allowedRequisites
cross stdenv: Forget `allowedRequisites = nulll;` on inline
2018-07-25 10:22:57 -04:00
Domen Kožar 059c2312be
haskell: move yaml overrides to configuration-nix 2018-07-25 15:17:56 +01:00
Wael M. Nasreddine 8fb92a733e kubetail: init at 1.6.1 2018-07-25 07:15:42 -07:00
Sage 49ae194b23 yaxg: init at 2018-07-20
* yaxg: init at 2018-07-20

* yaxg: replaced makeWrapper with wrapProgram

* yaxg: Fixed version number and some formatting
2018-07-25 07:14:14 -07:00
Lorenzo Manacorda 7a1a0036e6 buildMaven: Check for authenticated attribute
The `authenticated` attribute is not always present in the
`project-info.json` produced by maven2nix[0]

We therefore check for its presence, and default it to false.

[0]: https://github.com/NixOS/mvn2nix-maven-plugin/issues/5#issuecomment-311846950
2018-07-25 16:00:52 +02:00
Anthony Cowley 9f22576897 pcl: boost167 compatibility
Cherry pick an upstream commit not yet available in a tagged release.
2018-07-25 13:49:57 +00:00
Tuomas Tynkkynen cd5095c0ee simg2img: Init at 1.1.3 2018-07-25 15:55:23 +03:00
Carles Pagès 4ccaa7de8e
Merge pull request #43774 from Infinisil/fix/minecraft
minecraft: clean and fix up
2018-07-25 12:32:00 +02:00
Periklis Tsirakidis 09cfb65c99 skhd: bump 0.1.1 to 0.2.2 2018-07-25 11:19:27 +02:00
Tuomas Tynkkynen b619e0b016 gnome2.GConf: Add python2 dependency for gsettings-schema-convert
https://hydra.nixos.org/build/78312507
2018-07-25 11:23:55 +03:00
Domen Kožar db557aab7b
haskell: remove/add some servant overrides 2018-07-25 09:02:40 +01:00
Peter Simons 07bbbe9beb runelite: fix evaluation errors 2018-07-25 09:59:18 +02:00
John Ericson 87357fc39c cross stdenv: Forget allowedRequisites = nulll; on inline 2018-07-25 03:58:49 -04:00
John Ericson 5dabbf4273
Merge pull request #44069 from obsidiansystems/gcc-libs
libgcc: Init at 7.3.0
2018-07-25 03:10:05 -04:00
John Ericson 310cb76135 libgcc: Init at 7.3.0
This will be very useful for bootstrapping, eventually.
2018-07-25 01:24:38 -04:00
Daniël de Kok 52e7494186 dbxml: init at 6.1.4
Website: https://www.oracle.com/database/berkeley-db/xml.html
Changelog: http://download.oracle.com/otndocs/products/berkeleydb/html/dbxml614.html
2018-07-24 20:27:51 -07:00
Wael M. Nasreddine fec22d4ff4 amazon-ecr-credential-helper: init at 0.1.0 2018-07-24 20:26:41 -07:00
Wael M. Nasreddine 6688b650f8 pet: init at 0.3.2 2018-07-24 20:25:39 -07:00
Ruben Maher 0438900c7a eot_utilities: change platforms to unix
This works on Darwin too.
2018-07-25 11:36:25 +09:30
Carlos D 8b306bab12 cntlm: add support for darwin 2018-07-25 11:35:02 +10:00
John Ericson 0f3a7982e7 libstdcxx5: Move around ahead of other GCC libs being added 2018-07-24 20:22:51 -04:00
John Ericson b81ee9df9f makeStdenvCross: Remove
It is inlined into the cross stdenv, which is its last use-case after
the previous commit.
2018-07-24 20:01:43 -04:00
John Ericson 839f96a4c5 crossLibcStdenv: Just use overrideCC
Now that we don't hackily override `mkDerivation`, the TODO is solved
and we just can!
2018-07-24 20:01:43 -04:00
John Ericson c12b50b267 stdenv cross adapter: Use extraNativeBuildInputs
This means we don't need to hackily avoid overwriting `mkDerivation`.
2018-07-24 20:01:43 -04:00
John Ericson 87b4a5d6a7 stdenv: Remove crossAttrs, now that it is no longer used
Fix #33302
2018-07-24 20:01:43 -04:00
John Ericson 6bee6b8f4b qt-4.8: Don't use crossAttrs 2018-07-24 20:01:43 -04:00
John Ericson 519e87a449 util-linux: No more crossAttrs
More cleanup will come later
2018-07-24 19:40:46 -04:00
John Ericson 1833a04aed flex: Don't use crossAttrs 2018-07-24 19:40:46 -04:00
John Ericson 4116754f45 elfutils: Don't use crossAttrs 2018-07-24 19:40:46 -04:00
John Ericson e5d630e99e kmod: Remove crossAttrs
Issue #21191 is indeed fixed now.
2018-07-24 18:39:41 -04:00
John Ericson 0859696d06 sharutils: Remove crossAttrs
The patch is no longer needed, at least on aarch64-linux
2018-07-24 18:36:59 -04:00
John Ericson c99de14e60 curl: Get rid of crossAttrs 2018-07-24 18:36:59 -04:00
John Ericson aa9dba9c39 newt: Remove crossAttrs 2018-07-24 18:36:59 -04:00
John Ericson 5be14c5c74 libxml2: Remove crossAttrs 2018-07-24 18:36:59 -04:00
John Ericson d4f5ee8199
Merge pull request #44065 from Ericson2314/no-crossAttrs-master
treewide: Remove some crossAttrs
2018-07-24 18:30:14 -04:00
Profpatsch 4295da8af4 skarnet software: add Profpatsch as maintainer 2018-07-25 00:06:31 +02:00
Profpatsch 710f0f8c10 skarnet software: rename attributes and split outputs
Change the attribute names of camelCased utils to kebab-case to improve
consistency.
Split every package into multiple outputs where possible.
2018-07-25 00:06:31 +02:00
Silvan Mosberger e56b97fcf1
Merge pull request #43641 from jfrankenau/ffmpeg-libmysofa
libmysofa: init at 0.6 and enable in ffmpeg-full
2018-07-25 00:03:22 +02:00
John Ericson 1f9838ea34 jom: Remove crossAttrs
Untested, but I don't think this has ever built.
2018-07-24 17:54:31 -04:00
John Ericson ef93b82d43 prboom: Don't use crossAttrs 2018-07-24 17:53:56 -04:00
John Ericson 3470fa196d scumvm: Don't use crossAttrs 2018-07-24 17:51:20 -04:00
Silvan Mosberger 56dd84bef7
Merge pull request #43829 from eadwu/vscode-extensions.ms-python.python/2018.7.0
vscode-extensions.ms-python.python: 2018.6.0 -> 2018.7.0
2018-07-24 23:37:42 +02:00
Silvan Mosberger 7e396ecd93
Merge pull request #43903 from averelld/fix-pidgin-plugin-wrapper
fix pidgin-with-plugins build
2018-07-24 23:27:01 +02:00
John Ericson aa8944f403 hurd: Remove cross attrs 2018-07-24 17:25:40 -04:00
John Ericson 66c41943b3 gnu mig: Remove crossAttrs 2018-07-24 17:25:40 -04:00
John Ericson 40c33cbd4e nlohmann_json: No more crossAttrs 2018-07-24 17:25:40 -04:00
Silvan Mosberger 1f1eb6fdc7
Merge pull request #44051 from Enzime/fix/minicom-on-darwin
minicom: Add macOS support
2018-07-24 23:19:58 +02:00
Silvan Mosberger 2cbd330492
Merge pull request #43945 from r-ryantm/auto-update/closure-compiler
closurecompiler: 20180610 -> 20180716
2018-07-24 23:08:03 +02:00
Silvan Mosberger c9f4991ada
Merge pull request #43977 from dywedir/mpv
mpv: 0.28.2 -> 0.29.0
2018-07-24 23:02:11 +02:00
Silvan Mosberger 2baf02035c
Merge pull request #44054 from kamilchm/ponyc
ponyc: 0.24.0 -> 0.24.2
2018-07-24 22:48:46 +02:00
Tuomas Tynkkynen 29b84841d2 kernel: Reduce peak disk usage during build
Since commit f620b1b693, the build directory is located inside the
source directory. Thus, the `cp -dpR` copies gigabytes worth of .o files
only to be deleted later on when we trim all non-essential files from
`$dev/lib/modules/${modDirVersion}/source/` thus causing a significant
amount of wasted I/O and peak disk usage.

As `cp` doesn't come with a `--exclude` flag, use rsync. And throw out
the Documentation folder while at it.
2018-07-24 23:36:06 +03:00
Tuomas Tynkkynen 4cec65482a kernel: Respect makeFlagsArray in more places
It's used two lines above, so be consistent.
2018-07-24 23:36:06 +03:00
Tuomas Tynkkynen c6ed851fe2 kernel: Remove dead code
It's set in the same phase
2018-07-24 23:36:06 +03:00
Tuomas Tynkkynen e0ce4bee57 kernel: Remove empty preUnpack 2018-07-24 23:36:05 +03:00
Bas van Dijk 7098bcac27 libtensorflow: support building on OS X and add optional cuda support 2018-07-24 22:08:38 +02:00
Daiderd Jordan 4eb70fbd22
vim-youcompleteme: 2018-06-20 -> 2018-07-24 2018-07-24 21:56:47 +02:00
Frederik Rietdijk 6275a31f33
Merge pull request #43859 from Hodapp87/appleseed_190b_fix_python
appleseed: Fix non-executable items and Python bindings
2018-07-24 21:54:02 +02:00
Daiderd Jordan 7dde18891f
ycmd: 2018-06-14 -> 2018-07-24
Also added missing parso library, this caused issues with the python
semantic completion (and possibly others)
2018-07-24 21:53:58 +02:00
Domen Kožar 4c0cc62d29
cachix: build on supported platforms 2018-07-24 20:05:14 +01:00
Frederik Rietdijk 010ebe1276
Merge pull request #43996 from samueldr/update/refind-0.11.3
refind: 0.11.2 -> 0.11.3
2018-07-24 20:50:44 +02:00
Frederik Rietdijk f2252a4394
Merge pull request #44027 from timokau/zeromq-4.2.5
zeromq: 4.2.3 -> 4.2.5
2018-07-24 20:50:00 +02:00
Ryan Mulligan e7be6e0d00 arena: fix more evaluation blockers 2018-07-24 10:00:12 -07:00
Ryan Mulligan bc52706a04 arena: fix evaluation blocking typo 2018-07-24 09:35:10 -07:00
Peter Simons 006e298107 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.10.1-16-gf144800 from Hackage revision
8dc53de6a2.
2018-07-24 17:15:56 +02:00
Peter Simons 17784ef3d6 LTS Haskell 12.2 2018-07-24 17:15:26 +02:00
Frederik Rietdijk 099c13da1b Merge staging-next into master (#44009)
* substitute(): --subst-var was silently coercing to "" if the variable does not exist.

* libffi: simplify using `checkInputs`

* pythonPackges.hypothesis, pythonPackages.pytest: simpify dependency cycle fix

* utillinux: 2.32 -> 2.32.1

https://lkml.org/lkml/2018/7/16/532

* busybox: 1.29.0 -> 1.29.1

* bind: 9.12.1-P2 -> 9.12.2

https://ftp.isc.org/isc/bind9/9.12.2/RELEASE-NOTES-bind-9.12.2.html

* curl: 7.60.0 -> 7.61.0

* gvfs: make tests run, but disable

* ilmbase: disable tests on i686. Spooky!

* mdds: fix tests

* git: disable checks as tests are run in installcheck

* ruby: disable tests

* libcommuni: disable checks as tests are run in installcheck

* librdf: make tests run, but disable

* neon, neon_0_29: make tests run, but disable

* pciutils: 3.6.0 -> 3.6.1

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/pciutils/versions.

* mesa: more include fixes

mostly from void-linux (thanks!)

* npth: 1.5 -> 1.6

minor bump

* boost167: Add lockfree next_prior patch

* stdenv: cleanup darwin bootstrapping

Also gets rid of the full python and some of it's dependencies in the
stdenv build closure.

* Revert "pciutils: use standardized equivalent for canonicalize_file_name"

This reverts commit f8db20fb3a.
Patching should no longer be needed with 3.6.1.

* binutils-wrapper: Try to avoid adding unnecessary -L flags

(cherry picked from commit f3758258b8895508475caf83e92bfb236a27ceb9)
Signed-off-by: Domen Kožar <domen@dev.si>

* libffi: don't check on darwin

libffi usages in stdenv broken darwin. We need to disable doCheck for that case.

* "rm $out/share/icons/hicolor/icon-theme.cache" -> hicolor-icon-theme setup-hook

* python.pkgs.pytest: setupHook to prevent creation of .pytest-cache folder, fixes #40273

When `py.test` was run with a folder as argument, it would not only
search for tests in that folder, but also create a .pytest-cache folder.
Not only is this state we don't want, but it was also causing
collisions.

* parity-ui: fix after merge

* python.pkgs.pytest-flake8: disable test, fix build

* Revert "meson: 0.46.1 -> 0.47.0"

With meson 0.47.0 (or 0.47.1, or git)
things are very wrong re:rpath handling
resulting in at best missing libs but
even corrupt binaries :(.

When we run patchelf it masks the problem
by removing obviously busted paths.
Which is probably why this wasn't noticed immediately.

Unfortunately the binary already
has a long series of paths scribbled
in a space intended for a much smaller string;
in my testing it was something like
lengths were 67 with 300+ written to it.

I think we've reported the relevant issues upstream,
but unfortunately it appears our patches
are what introduces the overwrite/corruption
(by no longer being correct in what they assume)

This doesn't look so bad to fix but it's
not something I can spend more time on
at the moment.

--

Interestingly the overwritten string data
(because it is scribbled past the bounds)
remains in the binary and is why we're suddenly
seeing unexpected references in various builds
-- notably this is is the reason we're
seeing the "extra-utils" breakage
that entirely crippled NixOS on master
(and probably on staging before?).

Fixes #43650.

This reverts commit 305ac4dade.

(cherry picked from commit 273d68eff8f7b6cd4ebed3718e5078a0f43cb55d)
Signed-off-by: Domen Kožar <domen@dev.si>
2018-07-24 15:04:48 +01:00
Peter Simons 373541234a stockfish: update to version 9 2018-07-24 15:52:00 +02:00
Peter Simons 2c72d70970 arena: package initial version 1.1 of the Chess GUI 2018-07-24 15:40:58 +02:00
lewo c5f1eea023
Merge pull request #43664 from nlewo/pr-go-x
goBuildPackage: Add -x to the go build command if NIX_DEBUG >= 1
2018-07-24 14:24:55 +02:00
Tuomas Tynkkynen cc700ad55b php: libtidy -> html-tidy
https://nix-cache.s3.amazonaws.com/log/i8221imxr8cimkycd7vglyi62an1qirv-nixpkgs-tarball-18.09pre146984.f99f42c4736.drv
2018-07-24 14:30:00 +03:00
Kamil Chmielewski 7e8b7be2a0 ponyc: 0.24.0 -> 0.24.2 2018-07-24 13:24:28 +02:00
Jörg Thalheim 79925f1b2a
Merge pull request #44041 from eadwu/polybar/3.2.0
polybar: 3.1.0 -> 3.2.0
2018-07-24 07:09:32 -04:00
Jörg Thalheim a587aab8cd
Merge pull request #44032 from andir/networkmanager-vpnc
networkmanager-vpnc: 1.2.4 -> 1.2.6
2018-07-24 06:18:31 -04:00
Jörg Thalheim 1ebf90b9fb
Merge pull request #44043 from ljli/vscode-fix
vscode: fix keymapping.node rpath
2018-07-24 05:54:53 -04:00
Jörg Thalheim 14a481f26b
Merge pull request #44020 from Mic92/black
python3.pkgs.black: 18.4a0 -> 18.6b4
2018-07-24 05:52:30 -04:00
Matthew Stewart 18f517fbd6 Enable new dtags in a way that works with binutils 2.30.
In 3027bca, binutils was upgraded from 2.28.1 to 2.30. However, in 2.30,
the ldmain.c file within binutils, which the nixpkgs new-dtags.patch
file is meant to modify, was changed in such a way that the patch no
longer works. As a result, the new dtags are not actually enabled, and
binaries are built with RPATH set instead of RUNPATH, thereby preventing
LD_LIBRARY_PATH from overriding this built-in path. This change corrects
this. The patch file is no longer necessary because binutils's ldmain.c
now sets link_info.new_dtags based on the configuration flags.

This was probably not noticed immediately because, when the derivation
is built with nix-build, the fixupPhase runs patchelf --shrink-rpath.
patchelf converts any RPATH in the binary into RUNPATH (unless
--force-rpath is specified).  Of course, if the binary is built without
nix-build (such as in a nix-shell), this never occurs, and any RPATH in
the binary is left in place.
2018-07-24 11:09:36 +03:00
lewo f99f42c473
Merge pull request #44042 from flokli/træfik-1.6.5
traefik: 1.6.2 -> 1.6.5
2018-07-24 10:05:24 +02:00
Michael Hoang 4fac5ea60c minicom: Add macOS support 2018-07-24 17:25:28 +10:00
snaar 93207805b8 lesspipe: fix paths via patch and substitution 2018-07-24 01:23:17 -04:00
Leon Isenberg 6bf5dfc874 vscode: fix keymapping.node rpath 2018-07-24 03:04:36 +02:00
Florian Klink d70c04fc9e traefik: 1.6.2 -> 1.6.5 2018-07-24 03:00:58 +02:00
Jack Kelly b2be524e30 haskellPackages.blank-canvas: Move fixes to configuration-common.nix 2018-07-24 10:32:00 +10:00
Bas van Dijk f30bfcd623 doctest-discover: move override out of configuration-nix.nix
and move it to configuration-common.nix where it belongs.
configuration-nix.nix is only for fixing build failures
due to Nix.
2018-07-24 01:42:43 +02:00
Bas van Dijk 3d4ea59f20
Merge pull request #43959 from endgame/dontCheck-doctest-discover
haskellPackages.doctest-discover: Disable tests
2018-07-24 01:24:19 +02:00
Matthew Bauer 4639d55562
Merge pull request #43870 from nh2/static-krb5-openssl-flags
Optional static libraries for krb5 and openssl
2018-07-23 17:31:24 -04:00
Edmund Wu 149b42d8ee
polybar: 3.1.0 -> 3.2.0
Adds support for internal/pulseaudio
2018-07-23 17:06:44 -04:00
ajs124 3a14eb0e12 exim: add optional support for MySQL and the Dovecot authenticator 2018-07-23 23:00:50 +02:00
Andreas Rammhold f4f8cb5b22 networkmanager-vpnc: 1.2.4 -> 1.2.6
fixes CVE-2018-10900
2018-07-23 22:44:34 +02:00
Jörg Thalheim b414694b4c
Merge pull request #43987 from risicle/ris-cf-cli-6-37-0
cloudfoundry-cli: 6.36.1 -> 6.37.0
2018-07-23 21:20:57 +01:00
Jörg Thalheim 12abb6fb5c
Merge pull request #44019 from thefloweringash/rubocop-0.58.1
rubocop: 0.55.0 -> 0.58.1
2018-07-23 21:17:36 +01:00
John Ericson 611eefb067
Merge pull request #44025 from obsidiansystems/stdenv-deps-typo
mkDerivation: depsHostBuild -> depsHostHost
2018-07-23 16:09:21 -04:00
Wael M. Nasreddine 928c93ea7b perkeep: 20170505 -> 0.10.1
Also rewrite the derivation to use buildGoPackage
2018-07-23 13:04:35 -07:00
Timo Kaufmann f5581b74d2 zeromq: 4.2.3 -> 4.2.5 2018-07-23 21:58:10 +02:00
John Ericson ce2637c97a mkDerivation: depsHostBuild -> depsHostHost
`depsHostBuild` is not a thing, would never be a thing per the rules,
and isn't used anywhere. This is just my typo, hitherto unnoticed
because "host -> host" dependencies are by far the most obscure form.
2018-07-23 15:22:48 -04:00