Commit Graph

57102 Commits

Author SHA1 Message Date
Mario Rodas
6e54e95616
pythonPackages.rednose: fix build on darwin 2018-12-07 10:31:23 -05:00
Frederik Rietdijk
74d0b82f29 buildPython*: add updateScript to passthru
All Python packages now have an updateScript. The script calls
`update-python-libraries` and passes it the position of the derivation
expression obtained using `meta.position`. This works fine in case a Nix
expression represents only a single derivation. If there are more in it,
`update-python-libraries` will fail.
2018-12-07 15:48:54 +01:00
Alexey Shmalko
12bacf1fca
Merge pull request #51654 from plapadoo/libopusenc-init-0.2.1
libopusenc: init at 0.2.1
2018-12-07 15:07:19 +02:00
Alexey Shmalko
dc87b4855f
Merge pull request #51653 from Tomahna/bloop
bloop: 1.1.0 -> 1.1.1
2018-12-07 14:59:03 +02:00
Philipp Middendorf
bf050b13b0 libopusenc: init at 0.2.1 2018-12-07 13:19:04 +01:00
Sarah Brofeldt
e1b7493cfe
Merge pull request #51648 from vbgl/ocaml-camlimages-5.0.1
ocamlPackages.camlimages: 5.0.0 -> 5.0.1
2018-12-07 12:21:08 +01:00
Jörg Thalheim
dca1fe7956
Merge pull request #51585 from veprbl/pr/tradcpp_aarch64_support
tradcpp: improved aarch64 support
2018-12-07 10:52:49 +00:00
Kevin Rauscher
0fc90852d9 bloop: 1.1.0 -> 1.1.1 2018-12-07 11:41:42 +01:00
Florian Klink
1915bbfae3
Merge pull request #51565 from alyssais/jenkins
jenkins: 2.138.3 -> 2.150.1 (security!)
2018-12-07 10:41:48 +01:00
Joachim F
f0dbbdf970
Merge pull request #51581 from joachifm/rWrapper-local-runCommand
Implement R wrappers as local-only runCommand
2018-12-07 09:17:44 +00:00
Florian Klink
b89978cafa
Merge pull request #51634 from jokogr/u/pylint-2.2.2
pylint: 2.1.1 -> 2.2.2
2018-12-07 10:07:12 +01:00
Vincent Laporte
0c9abf6436
ocamlPackages.camlimages: 5.0.0 -> 5.0.1 2018-12-07 04:22:10 +00:00
Mario Rodas
88b48753ac flow: 0.86.0 -> 0.87.0 2018-12-07 03:48:39 +00:00
Vincent Laporte
b684e3d24b ocamlPackages.javalib: 2.3.5 -> 3.0
ocamlPackages.sawja: 1.5.3 -> 1.5.6
2018-12-07 03:28:54 +00:00
Renaud
61bb42b990
Merge pull request #51572 from georgewhewell/qmltermwidget-fix-darwin
qmltermwidget: add missing utmp lib on darwin
2018-12-06 22:52:50 +01:00
Ioannis Koutras
6b5963ea22 python: pylint: 2.1.1 -> 2.2.2 2018-12-06 22:12:22 +02:00
Ioannis Koutras
ce728ce496 python: astroid: 2.0.4 -> 2.1.0 2018-12-06 22:12:09 +02:00
Orivej Desh
0c1a4e808a libpqxx: fix license 2018-12-06 16:35:08 +00:00
Christian Kauhaus
3b445042ac rPackages.littler: fix build (#51282)
littler gives a wrapped called `r` (or `lr` for non-case-preserving
systems like Darwin) which works as shebang or pipe target.

The build was completely broken before (missing deps).

Symlink executables and manpage into standard locations so that this
packages also works in `environment.systemPackages`.
2018-12-06 17:22:31 +01:00
Jörg Thalheim
d74d9c0378
Merge pull request #51619 from Mic92/pyflame
pyflame: also install flame-chart-json
2018-12-06 14:02:30 +00:00
Jörg Thalheim
6b9bcfe6fd
pyflame: also install flame-chart-json
This is useful to use chrome's flamechart viewer.
2018-12-06 14:01:43 +00:00
Robert Schütz
b8c76cbd99
Merge pull request #51610 from peterhoeg/u/octo
octoprint: 1.3.8 -> 1.3.9
2018-12-06 14:43:58 +01:00
Sarah Brofeldt
01389f1ad6
Merge pull request #51440 from Tomahna/bloop
bloop: 1.0.0 -> 1.1.0
2018-12-06 12:30:49 +01:00
Lionello Lunesu
69baf44674 solc: 0.5.0 -> 0.5.1 2018-12-06 18:53:56 +08:00
Peter Hoeg
129502ec3f pythonPackages.flask_login: fetch from PyPi so we can override the version 2018-12-06 12:40:42 +08:00
Mario Rodas
8af15af15c
pythonPackages.flake8-future-import: fix build on Python 3.7 2018-12-05 19:37:06 -05:00
Peter Simons
db6aeeae56 haskell-json-autotype: disable the test suite to fix the build 2018-12-05 21:38:14 +01:00
Peter Simons
8e11a25d5f haskell-brick: update override for the new version 2018-12-05 21:38:14 +01:00
Peter Simons
0325f01d31 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.12-5-g7b287a8 from Hackage revision
47cd70c536.
2018-12-05 21:38:06 +01:00
zimbatm
7faa6723d6
Merge pull request #51524 from zimbatm/vault-1.0.0
vault: 0.11.5 -> 1.0.0
2018-12-05 21:13:07 +01:00
Joachim Fasting
21d83e5b11
rstudioWrapper: use runCommand, local build only
This seems more appropriate for a wrapper generator.
2018-12-05 20:59:41 +01:00
Joachim Fasting
d2b467a2de
rWrapper: use runCommand, local build only
This seems more appropriate for a wrapper generator.
2018-12-05 20:59:35 +01:00
Dmitry Kalinkin
93ba7aa8c5
tradcpp: improved aarch64 support 2018-12-05 13:48:18 -05:00
Chris Ostrouchov
47f54a48bd
pythonPackages.parsimonious: 0.7.0 -> 0.8.1 2018-12-05 12:05:17 -05:00
George Whewell
5205aaa655 qmltermwidget: add missing utmp lib on darwin 2018-12-05 15:43:25 +00:00
Tim Steinbach
e814fba316
scala: 2.12.7 -> 2.12.8 2018-12-05 09:27:34 -05:00
zimbatm
3064dd1906
gox: 0.4.0 -> 20181025
We need the latest gox to support the latest go releases better.
Unfortunately the author doesn't seem interesting in making new releases
(1y already since the last release).
2018-12-05 14:52:04 +01:00
zimbatm
b5360ce722
govers: 20150109 -> 20160623 2018-12-05 14:52:04 +01:00
Alyssa Ross
33e6c84753
jenkins: 2.138.3 -> 2.150.1
Fixes several security issues.

See https://jenkins.io/blog/2018/12/05/security-updates/.
2018-12-05 12:49:37 +00:00
Alexey Shmalko
d5090fe57c
Merge pull request #51542 from marsam/feature/update-python-svgwrite
pythonPackages.svgwrite: 1.1.6 -> 1.2.1
2018-12-05 13:44:44 +02:00
Jörg Thalheim
4e45eab9f7
Merge pull request #51513 from gnidorah/python-fontconfig
pythonPackages.python-fontconfig: regenerate sources using cython
2018-12-05 11:23:26 +00:00
Joe Hermaszewski
33e7330440
libgpiod: init at 2018-10-07
Co-Authored-By: expipiplus1 <github@sub.monoid.al>
2018-12-05 11:18:31 +00:00
Florian Klink
99c37b0d86
Merge pull request #51547 from marsam/fix-curtsies-build
pythonPackages.curtsies: fix build
2018-12-05 11:52:45 +01:00
Jörg Thalheim
df2e442853
radare2: 3.1.2 -> 3.1.3 2018-12-05 10:44:41 +00:00
Robert Schütz
8f2d5e6d07
Merge pull request #50308 from Synthetica9/arrelle-update
pythonPackages.arelle: 2017-08-24 -> 18.3
2018-12-05 10:50:37 +01:00
Vincent Laporte
f698c0c418 ocamlPackages.frontc: 3.4 -> 3.4.1 2018-12-05 08:49:40 +00:00
Vincent Laporte
b3411342a4 ocamlPackages.zmq: fix build with non-default OCaml 2018-12-05 08:48:59 +00:00
Philippe
f03c9c25ac Add cl-jpeg, cl-pdf & cl-typesetting, no extra external deps 2018-12-05 07:01:40 +01:00
Mario Rodas
d9f90bae6d
pythonPackages.curtsies: fix build 2018-12-04 23:01:45 -05:00
Mario Rodas
e728f2dab5
pythonPackages.qasm2image: fix build 2018-12-04 22:23:34 -05:00