Vincent Laporte
0c4daae16a
ocamlPackages.ppx_sqlexpr: init at 0.9.0
2018-07-28 14:16:47 +00:00
Vincent Laporte
5a9645c37f
ocamlPackages.sqlexpr: 0.5.5 -> 0.9.0
2018-07-28 14:16:46 +00:00
Vincent Laporte
f2ae2c9b8f
ocamlPackages.estring: disable for OCaml ≥ 4.06
2018-07-28 14:16:41 +00:00
Vincent Laporte
5a2ee49f3c
ocamlPackages.base: 0.11.0 -> 0.11.1
2018-07-28 14:10:47 +00:00
Vladyslav Mykhailichenko
31cd3830f1
yarn: 1.8.0 -> 1.9.2
2018-07-28 13:41:40 +03:00
Frederik Rietdijk
8db716d9f3
Merge master into staging-next
2018-07-28 12:31:35 +02:00
Frederik Rietdijk
8364053af4
python3.pkgs.pandas: fix build, for real
2018-07-28 12:13:44 +02:00
Frederik Rietdijk
c9dca79fda
Revert "python.pkgs.ipython: allow prompt_toolkit 2.0"
...
Too many packages still rely on prompt_toolkit 1.x. Therefore, that bump was reverted. That also meant this had to be reverted.
This reverts commit 178b84c10d
.
2018-07-28 10:19:23 +02:00
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
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
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
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
660721140c
pythonPackages.sabyenc: init at 2.3.3
2018-07-27 19:01:59 +01:00
Profpatsch
3bc88ecaf9
skalibs: 2.6.0.1 -> 2.6.4.0
2018-07-27 17:48:32 +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
Jörg Thalheim
f026e85080
libgit2_0_25: remove
2018-07-27 13:35:24 +01: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
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
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
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
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
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
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
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
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
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
Daiderd Jordan
911b7b20c0
elixir: init 1.7.0
2018-07-25 23:48:50 +02: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
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
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
Domen Kožar
059c2312be
haskell: move yaml overrides to configuration-nix
2018-07-25 15:17:56 +01: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
Domen Kožar
db557aab7b
haskell: remove/add some servant overrides
2018-07-25 09:02:40 +01: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
6688b650f8
pet: init at 0.3.2
2018-07-24 20:25:39 -07:00
John Ericson
0f3a7982e7
libstdcxx5: Move around ahead of other GCC libs being added
2018-07-24 20:22:51 -04:00
John Ericson
6bee6b8f4b
qt-4.8: Don't use crossAttrs
2018-07-24 20:01:43 -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
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
40c33cbd4e
nlohmann_json: No more crossAttrs
2018-07-24 17:25:40 -04: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
2baf02035c
Merge pull request #44054 from kamilchm/ponyc
...
ponyc: 0.24.0 -> 0.24.2
2018-07-24 22:48:46 +02: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
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
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
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
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
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