Commit Graph

147300 Commits

Author SHA1 Message Date
Michael Weiss
768d876394
scons: Remove version 2.5.1 2019-01-12 10:44:33 +01:00
Michael Weiss
d8bbec2dff
Merge pull request #53566 from primeos/master
gringo: Switch to the default SCons version
2019-01-12 10:41:39 +01:00
Vincent Laporte
3e7fa939f4
sile: 0.9.4 -> 0.9.5 2019-01-12 10:03:50 +01:00
worldofpeace
df712e2055
Merge pull request #53823 from eadwu/vscode/1.30.2
vscode: 1.30.1 -> 1.30.2
2019-01-12 03:27:49 -05:00
Vincent Laporte
db217a8aca ocamlPackages.resource-pooling: init at 0.5.2
A library for pooling resources like connections, threads, or similar.

Homepage: https://github.com/ocsigen/resource-pooling
2019-01-12 08:23:48 +00:00
Robert Schütz
98686d3b7f python3.pkgs.aiohttp: 3.5.2 -> 3.5.3 2019-01-12 07:39:28 +01:00
Robert Schütz
feae4d6cdb home-assistant: 0.85.0 -> 0.85.1 2019-01-12 07:39:19 +01:00
Dmitry Kalinkin
73625f2522 root5: mark as broken on Linux 2019-01-11 20:45:37 -05:00
Dmitry Kalinkin
0c9335fb1c root, root5: fix build on darwin 2019-01-11 20:45:37 -05:00
Edmund Wu
6b80db3f5f
vscode: 1.30.1 -> 1.30.2 2019-01-11 20:02:00 -05:00
Mario Rodas
93369a1b34
pythonPackages.pytest-rerunfailures: 4.2 -> 6.0 2019-01-11 19:39:01 -05:00
Austin Seipp
61e57a827b icestorm: enableParallelBuilding = true
With the previous PyPy3 change, this reduces the compile time from
~1m30s to roughly 36s (compared to the original, serial, Python 3 build
time of 2:30s).

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-01-11 18:03:35 -06:00
Austin Seipp
18839e1cc1 icestorm: improve x86 build/runtime perf with pypy
PyPy3 offers tremendous speedups for IceStorm tools written in Python,
including tools used at compile-time to generate the chip databases, and
runtime tools distributed to users, such as icebox_vlog.

For example, on my ThreadRipper 1950X, build times for IceStorm
consistently go from 2m30s -> 1m30s with this change, a 40% improvement,
simply due to improvements in raw CPU efficiency. (This is also worsened
by the fact the build is currently serial, but that can easily be fixed
anyway.)

On top of that, tools distributed to users are also now run using PyPy.
Utilities such as icebox_vlog are useful for post-bitstream testing, for
instance, and also are improved due to improved CPU efficiency as well.
For example, when "decompiling" an ICE40 bitstream for HX8K devices,
containing a synthesized copy of PicoRV32 (from the NextPNR demos), the
runtime of icebox_vlog is cut from 25 seconds to 9 seconds consistently
with this change alone.

Normally, picking a Python interpreter outright for Python-based code is
a "bad idea", but in the case of IceStorm it should be perfectly safe,
and an excellent improvement for users. There are a few reasons for
this:

  - IceStorm uses pure Python 3 and nothing else. There are no
requirements for any 3rd party packages, which might cause annoying
incompatibilities, and PyPy has historically shown very strong core
Python compatibility.

  - IceStorm is NOT a set of Python libraries, it is a set of tools,
some of which, coincidentally, are written in Python. It is (normally)
bad form to fix libraries to certain interpreters versions if the reason
strictly isn't "it doesn't work/isn't compatible". That is not the case
here. These tools may later be used by other programs, such as NextPNR,
but the Python interpreter is ultimately not that important in quesion
for the user. In this sense, there is almost no downside to picking
PyPy explicitly if it offers far better performance.

(Point 2 is not actually strictly true; there are some distributed .py
files that you can import from but they are basically just static
classes that are imported by tools like nextpnr; this is expected.)

Because of this, users should see very little change except better
performance for IceStorm tools on their machines.

Note that PyPy is not supported on aarch64 -- this only applies to
x86_64 machines.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-01-11 18:03:35 -06:00
Andy Chun @noneucat
3bdcbd8cb9 polar-bookshelf: 1.7.0 -> 1.8.0 2019-01-11 15:58:01 -08:00
worldofpeace
9ccd6471b1
Merge pull request #53602 from ivan/wine-4.0-rc5
wine{Unstable,Staging}: 4.0-rc2 -> 4.0-rc5
2019-01-11 18:06:10 -05:00
R. RyanTM
a8518f976c yarn: 1.12.3 -> 1.13.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/yarn/versions
2019-01-12 00:00:57 +02:00
worldofpeace
70013f236b
Merge pull request #51236 from fgaz/cht.sh/init
cht-sh: init at unstable-2018-11-02
2019-01-11 15:19:18 -05:00
Vladimír Čunát
414e66f222
boehmgc: avoid mass rebuild due to the parent commit 2019-01-11 20:12:56 +01:00
Dmitry Kalinkin
ac7f4c0478
boehmgc: fix patch url
Fixes: 587467a18e ('github-gentoo-compromized_can...')
Closes: #53809
2019-01-11 13:20:05 -05:00
Silvan Mosberger
084e008a2a
Merge pull request #53743 from baracoder/add-nvidia-maintainer
linuxPackages.nvidia_x11*: Add maintainer: baracoder
2019-01-11 19:09:40 +01:00
Vincent Laporte
10fa10731e coqPackages.category-theory: bound build parallelism 2019-01-11 17:24:45 +00:00
Yegor Timoshenko
bb1cb2a332
ghc844: update hash for d8495549ba9d194815c2d0eaee6797fc7c00756a patch 2019-01-11 20:06:22 +03:00
Robert Schütz
b720ecb9ee matrix-synapse: use python3 2019-01-11 16:36:28 +01:00
nyanloutre
bc561526d1 matrix-synapse: 0.34.0.1 -> 0.34.1.1
Also correctly run tests.
2019-01-11 16:36:27 +01:00
nyanloutre
06c08984ae pythonPackages.pysaml2: 3.0.2 -> 4.6.5
Also run tests and hardcode path to xmlsec1.
2019-01-11 16:36:27 +01:00
Michael Raskin
eb5d51d4cf clasp-common-lisp: update/fix build, 2018-11-28 prerelease (towards 0.9) 2019-01-11 16:29:29 +01:00
Joachim F
11cd6aeb0c
Merge pull request #53802 from delroth/kernel-randstruct
Use a deterministic seed for kernel RANDSTRUCT, and re-enable in hardened kernels
2019-01-11 14:49:33 +00:00
Eelco Dolstra
c1a13108e2
nix: Add editline dependency
Also fix incorrect hash for nixUnstable.
2019-01-11 15:05:17 +01:00
Eelco Dolstra
ac97ba25ae
Revert "libgit2: 0.26.6 → 0.27.7"
This reverts commit cc50638176 because
it breaks cargo (again, see fca4fbeba9):

  $ cargo build
      Updating crates.io index
  Segmentation fault
2019-01-11 14:58:45 +01:00
yochai
10b50b661b culmus: add .otf, .pfa and .afm files (#53638)
restructure into stdenv.mkDerivation. This resolves the problem of changing hashes.
2019-01-11 13:57:28 +01:00
Jörg Thalheim
15ec5d03e6
Merge pull request #52563 from vdemeester/52469-containerd-to-buildgopackage
containerd: migrate to using buildGoPackage
2019-01-11 12:29:35 +00:00
Jörg Thalheim
f3cb8cedef
Merge pull request #53744 from prusnak/gcc-arm-embedded-8
gcc-arm-embedded: 7-2018-q2-update -> 8-2018-q4-major
2019-01-11 12:26:13 +00:00
Jörg Thalheim
566cc6bf20
Merge pull request #52572 from vdemeester/52469-openshift-to-buildgopackage
openshift: migrate to using buildGoPackage
2019-01-11 12:22:53 +00:00
Jörg Thalheim
831ffbdc96
Merge pull request #53737 from dpetranek/update-leiningen
leiningen: 2.8.1 -> 2.8.3
2019-01-11 12:06:36 +00:00
Jörg Thalheim
efe523725e
Merge pull request #53718 from jlesquembre/clojure
clojure: 1.10.0.403 -> 1.10.0.411
2019-01-11 12:05:09 +00:00
Robert Schütz
3027e4b736 python.pkgs.mt-940: 4.12.2 -> 4.13.0 2019-01-11 12:53:27 +01:00
Jörg Thalheim
8476d03bb7
Merge pull request #53794 from thefloweringash/rubocop-0.62.0
rubocop: 0.59.1 -> 0.62.0
2019-01-11 11:53:06 +00:00
Eelco Dolstra
94ea1c2d83
nix: 2.1.3 -> 2.2 2019-01-11 12:47:06 +01:00
Jörg Thalheim
b4df112941
Merge pull request #53780 from OPNA2608/obs-scripting
obs-studio: add new optional dependencies
2019-01-11 11:43:27 +00:00
Jörg Thalheim
ce9bc1ed81
Merge pull request #53722 from Ma27/fix-python37-on-termbox
termbox: fix build
2019-01-11 11:38:48 +00:00
Pierre Bourdon
b26c824da3
Revert "Revert "Revert "linux-hardened: Disable GCC_PLUGIN_RANDSTRUCT"""
The issue with out-of-tree modules has been addressed and the feature
should now be good to re-enable again.

This reverts commit 865f7a14b4.
2019-01-11 12:35:16 +01:00
Pierre Bourdon
1b9bf8fa75
kernel: make the RANDSTRUCT seed deterministic 2019-01-11 12:35:16 +01:00
Robert Schütz
e9b34b1bfa
pythonPackages.nipype: 1.1.5 -> 1.1.7 (#53254)
* pythonPackages.nipype: 1.1.5 -> 1.1.7

Fix build by dropping a patch for an issue that is already fixed.
See: https://github.com/nipy/nipype/pull/2701

Also had to disable tests.
See: https://github.com/nipy/nipype/issues/2839

* pythonPackages.xvfbwrapper: disable tests

See: https://github.com/cgoldberg/xvfbwrapper/issues/30
2019-01-11 12:28:55 +01:00
Michael Weiss
9b17ee61b8
nvme-cli: 1.6 -> 1.7 2019-01-11 12:23:49 +01:00
Michael Raskin
0feb54c9ae gst_all_1.gst-editing-services: fix build 2019-01-11 11:46:23 +01:00
Michael Raskin
3bd38b0daa lighttpd: fix tests on Linux
The tests were enabled in #53488 and succeeded on Darwin; on Linux they
still failed because of empty hostname inside the sandbox (we have no
UTS-namespace hostname and I think no /etc/hosts). Nix on Darwin lacks
powerful enough sandboxing, so there were no problems on Darwin.

Patching the tests to fallback to "127.0.0.1" if hostname of the
localhost cannot be retrieved matches the behaviour of lighttpd itself
and allows the tests to pass.

Not sure if having no hostname in the test environment is a bit too
weird for the upstream to care.
2019-01-11 11:46:23 +01:00
Herman Fries
ca1f092fe9 linuxPackages.nvidia_x11*: Add maintainer: baracoder
I bought some recent nVidia hardware, so I am stuck with it for a couple
of years and because of this, I have an interest in a working nVidia driver.
2019-01-11 11:36:34 +01:00
Jörg Thalheim
5ef8b40d4d
sysdig: enable 4.20 2019-01-11 10:34:34 +00:00
Francesco Gazzetta
9c3cb094ce cht-sh: init at unstable-2018-11-02 2019-01-11 10:42:37 +01:00
markuskowa
e5c07bde10
Merge pull request #53731 from tadeokondrak/update-neofetch
neofetch: 5.0.0 -> 6.0.0
2019-01-11 10:25:24 +01:00
Franz Pletz
9ea5b2c052
nginxMainline: 1.15.7 -> 1.15.8 2019-01-11 07:55:25 +01:00
Franz Pletz
3db072d823
prometheus-node-exporter: now works with recent go 2019-01-11 07:55:25 +01:00
Peter Hoeg
a9632dd470
Merge pull request #52453 from Anton-Latukha/handbrake-1.2
handbrake: 1.1.2 -> 1.2.0
2019-01-11 14:10:56 +08:00
Andrew Childs
42815ce8de rubocop: 0.59.1 -> 0.62.0 2019-01-11 12:12:03 +09:00
Robin Gloster
8f92eff731
hoppet: fix sandboxed build 2019-01-11 04:10:31 +01:00
Franz Pletz
6ac4267ef3
checkSSLCert: 1.79.0 -> 1.80.0, fix build (date impurity) 2019-01-11 04:00:58 +01:00
Franz Pletz
56bd59253e
openwsman: 2.6.5 -> 2.6.9, fix build with recent curl 2019-01-11 03:54:46 +01:00
Franz Pletz
a246144a01
Merge pull request #53485 from dtzWill/update/powertop-2.10
powertop: 2.9 -> 2.10
2019-01-11 02:35:36 +00:00
worldofpeace
9257887fa7 pythonPackages.xvfbwrapper: disable tests
See: https://github.com/cgoldberg/xvfbwrapper/issues/30
2019-01-10 20:10:51 -05:00
worldofpeace
9619e6a7f6 pythonPackages.nipype: 1.1.5 -> 1.1.7
Fix build by dropping a patch for an issue that is already fixed.
See: https://github.com/nipy/nipype/pull/2701

Also had to disable tests.
See: https://github.com/nipy/nipype/issues/2839
2019-01-10 20:10:51 -05:00
Danylo Hlynskyi
0f69eb3e5b
Merge pull request #53614 from ebzzry/tinyscheme-1.41
tinyscheme: init at 1.41
2019-01-11 02:41:16 +02:00
Will Dietz
fd1de3e577 aminal: 0.7.12 -> 0.8.5 2019-01-10 18:13:50 -06:00
Tim Cuthbertson
9e96bfb27c piep: 0.8.0 -> 0.9.2 (#53783) 2019-01-11 00:47:25 +01:00
tbenst
d34f2b9b96 bftools: init at 5.9.2 (#53769) 2019-01-10 18:28:28 -05:00
worldofpeace
3bcd4f37c6
Merge pull request #53726 from Ma27/unbreak-thrift
thrift: fix build
2019-01-10 18:02:37 -05:00
Peter Hoeg
8336ccaa44 omping: init at 0.0.5 2019-01-11 01:01:54 +02:00
Maximilian Bosch
642f778fb6
pythonPackages.pycassa: fix build
Use `thrift` 0.9.3 to build.

See also https://github.com/pycassa/pycassa/issues/245
2019-01-10 23:44:53 +01:00
worldofpeace
1b1ea35f74
Merge pull request #53599 from jbaum98/poetry
pythonPackages.poetry: init at 0.12.10
2019-01-10 17:42:35 -05:00
Maximilian Bosch
ada7cf0c66 bonfire: fix build
The build could be fixed by loosening the constraint for `click` (which
is currently at 7.0 in master). The CLI interface remains functional
with v7.

See also https://hydra.nixos.org/build/86455177
2019-01-10 17:29:35 -05:00
Maximilian Bosch
fc24e4237d python3Packages.pika-pool: fix build
Loosen version constraint to allow current `pika` as well (currently
0.12). See also https://hydra.nixos.org/build/86116480
2019-01-10 17:26:43 -05:00
Maximilian Bosch
338a5c3ca7 pythonPackages.xml2rfc: fix build
Adds the missing dependencies `google-i18n-address`, `pycountry` and
`html5lib` from the `pythonPackages` subtree.

See also https://hydra.nixos.org/build/86535305
2019-01-10 17:25:39 -05:00
Maximilian Bosch
b58e41ebad pythonPackages.google-i18n-address: init at 2.3.4 2019-01-10 17:25:39 -05:00
Maximilian Bosch
44a80294f7
Merge pull request #53746 from zaninime/patch-1
nexus: 3.12.1 -> 3.14.0-04
2019-01-10 23:01:26 +01:00
Christoph Neidahl
26f7df6b6a obs-studio: add new optional dependencies
This commit adds a new set of optional dependencies introduced with version 21.0 of OBS to allow Lua and Python 3 scripts to be run.

If this batch of new dependencies is not desired by the user, then they may set `scriptingSupport` to false to disable it.
2019-01-10 22:58:20 +01:00
Timo Kaufmann
0d028c3bee
neovim-qt: add desktop file to wrapper (#53777)
My recent change in #53447 caused neovim-qt to no longer be recognized
as a desktop application.
2019-01-10 22:18:04 +01:00
Elis Hirwing
49538f6b3a
php71: 7.1.25 -> 7.1.26
Changelog: http://php.net/ChangeLog-7.php#7.1.26
2019-01-10 21:23:01 +01:00
Elis Hirwing
ab341a18ad
php72: 7.2.13 -> 7.2.14
Changelog: http://php.net/ChangeLog-7.php#7.2.14
2019-01-10 21:22:54 +01:00
Tor Hedin Brønner
a4fa9e8a1d
gnome3.gnome-system-log: remove, broken and obsolete (#53768)
It doesn't run, and it has been supplanted by `gnome-logs`:
https://gitlab.gnome.org/Infrastructure/Infrastructure/issues/46

If it actually worked it would be fine to keep, but I don't consider it worth it
to fix.
2019-01-10 21:16:25 +01:00
Michael Weiss
22043d4614
pythonPackages.scapy: 2.4.1 -> 2.4.2 2019-01-10 21:14:41 +01:00
Léo Gaspard
fc7bbfdc40 Merge branch 'pr-53772'
* pr-53772:
  matrix-synapse: 0.34.0 -> 0.34.0.1 (CVE-2019-5885)
2019-01-10 21:04:06 +01:00
Franz Pletz
74a64a8a61
systemd: 239 -> 239.20190110
Fixes CVE-2018-16864 & CVE-2018-16865 (journald stack clash). Fixes #53755.

Also updates the debian patches to fix CVE-2018-15686. Fixes #52250.
2019-01-10 20:54:12 +01:00
Vladyslav M
af32605c09
Merge pull request #53770 from dywedir/hexyl
hexyl: 0.3.0 -> 0.3.1
2019-01-10 21:42:34 +02:00
Pascal Bach
395dbf0d9a youtube-dl: 2019.01.02 -> 2019.01.10 2019-01-10 20:36:35 +01:00
Notkea
0be693a8df
matrix-synapse: 0.34.0 -> 0.34.0.1 (CVE-2019-5885) 2019-01-10 20:22:01 +01:00
markuskowa
b70a4b2b98
Merge pull request #53478 from bgamari/bump-ngspice
ngspice: 29 -> 30
2019-01-10 20:17:54 +01:00
Elmar Athmer
539d62be3a hcloud: 1.9.1 -> 1.11.0 2019-01-10 14:02:47 -05:00
Dmitry Kalinkin
6bc8a66212
Merge pull request #53300 from msteen/openra
openra with extra mods
2019-01-10 13:56:46 -05:00
Dmitry Kalinkin
9fac2254b2
Merge pull request #53666 from ThomasMader/dlang-update
dmd: 2.083.1 -> 2.084.0, dub: 1.12.1 -> 1.13.0, dtools: 2.083.1 -> 2.084.0, Literate: 2018-12-23 -> 2019-01-08
2019-01-10 13:54:44 -05:00
Vladyslav Mykhailichenko
a083a56c15
hexyl: 0.3.0 -> 0.3.1 2019-01-10 20:53:17 +02:00
Michael Weiss
d7cedf7394
ubridge: init at 0.9.14 2019-01-10 19:47:58 +01:00
Robin Gloster
70732eb482
Merge pull request #53765 from mayflower/php-7.3.1
php73: 7.3.0 -> 7.3.1
2019-01-10 18:04:36 +00:00
lewo
7612a6add4
Merge pull request #52870 from xtruder/pkgs/dockerTools/buildLayeredImage/extraCommands
dockerTools: allow to pass extraCommands, uid and gid to buildLayered image
2019-01-10 19:00:19 +01:00
Profpatsch
9e9fec640e bazel: 0.20.0 -> 0.21.0
0.21 removed the bundled openjdk-distribution. Instead, tries to fetch
the “right” distribution on-the-fly when building.
So we need to provide our own openjdk.

According to
https://github.com/bazelbuild/bazel/issues/6865#issuecomment-447261288
we should set `--host_javabase="@local_jdk//:jdk` if we want to do
that. This uses the jdk that is currently in the environment, which is
openjdk 8 in our case. 0.21 defaulted to a toolchain for JDK9, which
we don’t package in nixpkgs, so we use the JDK8 toolchain.

This commit also replaces the line-number-based sed invocations with
something more stable.
2019-01-10 18:46:25 +01:00
Will Dietz
7e31406886 bazel: greatly reduce time spent substituting, be smart which files
Files inspected: 2756 -> 40
Total size of inspected files: 20M -> 1016K
2019-01-10 18:46:25 +01:00
Herwig Hochleitner
5d4f0de689 mps: 1.116.0 -> 1.117.0 2019-01-10 18:25:41 +01:00
Robert Schütz
28ba2d3379 qmediathekview: 2017-04-16 -> 2019-01-06 2019-01-10 18:20:37 +01:00
Joachim F
988ca691c4
Merge pull request #53683 from dtzWill/update/tor-3.5.7
tor: 0.3.4.9 -> 0.3.5.7, add few deps
2019-01-10 17:12:57 +00:00
Robert Schütz
7ca9db080b python.pkgs.fido2: run tests 2019-01-10 18:10:21 +01:00
Jake Waksbaum
53b996a62a pythonPackages.poetry: init at 0.12.10 2019-01-10 17:02:45 +00:00
worldofpeace
0756066b1b pythonPackages.pyristent: add pytestrunner, fix build 2019-01-10 17:02:45 +00:00
Jake Waksbaum
33f486f456 pythonPackages.tomlkit: init at 0.5.3 2019-01-10 17:02:45 +00:00
Jake Waksbaum
a9ced39e88 pythonPackages.cachy: init at 0.2.0 2019-01-10 17:02:45 +00:00
Jake Waksbaum
9f6a76b95b pythonPackages.cleo: init at 0.7.2 2019-01-10 17:02:45 +00:00
Jake Waksbaum
8aa6c116f2 pythonPackages.clikit: init at 0.2.3 2019-01-10 17:02:45 +00:00
Jake Waksbaum
1b22109904 pythonPackages.pastel: init at 0.1.0 2019-01-10 17:02:45 +00:00
Jake Waksbaum
e77c10db63 pythonPackages.pylev: init at 1.3.0 2019-01-10 17:02:45 +00:00
Robert Schütz
3f3fe76fec
Merge pull request #53761 from dotlambda/aiohttp-3.5.2
python3.pkgs.aiohttp: 3.4.4 -> 3.5.2
2019-01-10 18:02:28 +01:00
Herwig Hochleitner
0e5c70eb76 nixops: add checkPhase with a smoke test
This can detect (python) import errors introduced by dependency updates.
2019-01-10 17:50:25 +01:00
Robin Gloster
0af5ce1c8b
php73: 7.3.0 -> 7.3.1 2019-01-10 17:43:14 +01:00
Robert Schütz
77ec7d75a9 python.pkgs.py3status: 3.14 -> 3.15 2019-01-10 17:39:23 +01:00
Robert Schütz
a36c2d9c54 python.pkgs.multidict: 4.4.2 -> 4.5.2 2019-01-10 17:20:08 +01:00
adisbladis
2ac775a084
emacsPackagesNg.forge: Add git as build input 2019-01-10 16:16:38 +00:00
Robert Schütz
e56f76f81b gns3-server: improve expression 2019-01-10 17:05:21 +01:00
Robert Schütz
cc70439e11 python3.pkgs.aiohttp: 3.4.4 -> 3.5.2 2019-01-10 17:05:15 +01:00
Eelco Dolstra
6232df2a1e
Merge branch 'master' of git://github.com/NixOS/nixpkgs 2019-01-10 16:53:34 +01:00
Herwig Hochleitner
bd3695090e systemtap: 3.3 -> 4.0 2019-01-10 16:44:51 +01:00
Robert Schütz
6da71c7abc python.pkgs.hpack: fix build 2019-01-10 16:44:12 +01:00
Eelco Dolstra
79229ca863
rustfmt: 0.99.5 -> 1.0.0
Note: there is a 1.0.1, but it doesn't compile with our stable Rust.
2019-01-10 16:43:43 +01:00
R. RyanTM
c703e835b2 claws-mail: 3.17.2 -> 3.17.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/claws-mail/versions
2019-01-10 15:41:30 +00:00
Eelco Dolstra
ab33df13ac
Merge branch 'rustfmt' of https://github.com/symphorien/nixpkgs 2019-01-10 16:35:11 +01:00
Tor Hedin Brønner
63b88f668b
Merge pull request #53738 from hedning/libmediaart-disable-tests
libmediaart: turn off broken tests until fixed
2019-01-10 16:28:12 +01:00
Jaka Hudoklin
954cda5c9d
dockerTools: allow to pass extraCommands, uid and gid to buildLayeredImage 2019-01-10 16:02:23 +01:00
agentpt5
2f1e8d40cf flexget: add transmissionrpc as dependency (#53735)
Add transmissionrpc as dependency to flexget, in order to communicate with Transmission networking client.
2019-01-10 15:54:39 +01:00
Robert Schütz
9d08f32da6 python.pkgs.h5py: 2.8.0 -> 2.9.0 2019-01-10 15:09:59 +01:00
Eelco Dolstra
5d09620d83
nixUnstable: 2.2pre6526_9f99d624 -> 2.2pre6600_85488a93 2019-01-10 15:05:53 +01:00
Robert Schütz
eb0e3e02e0
Merge pull request #53741 from dotlambda/home-assistant-0.85
home-assistant: 0.84.6 -> 0.85.0
2019-01-10 14:57:54 +01:00
Michael Weiss
44e1571a42
pythonPackages.scapy: 2.4.0 -> 2.4.1 2019-01-10 14:49:19 +01:00
Robert Schütz
b07fbf0add python.pkgs.zstd: 1.3.5.1 -> 1.3.8.1 2019-01-10 14:47:19 +01:00
Robert Schütz
d6ededb2a1 python.pkgs.pyfakefs: 3.4.3 -> 3.5.5 2019-01-10 14:33:52 +01:00
Robert Schütz
f3902687b8 python3.pkgs.pyhomematic: 0.1.53 -> 0.1.54 2019-01-10 14:26:09 +01:00
Maximilian Bosch
b936b2ddac
Merge pull request #53733 from nalbyuites/pgsanity
pgsanity: init at 0.2.9
2019-01-10 14:12:15 +01:00
markuskowa
3c5845c575
Merge pull request #53469 from markuskowa/upd-bladerf
libbladeRF: 2.0.2 -> 2.2.0
2019-01-10 13:49:27 +01:00
Ashijit Pramanik
06339255ca pythonPackages.pgsanity: init at 0.2.9 2019-01-10 18:13:33 +05:30
markuskowa
62033a2209
Merge pull request #53510 from r-ryantm/auto-update/transmission-remote-gtk
transmission-remote-gtk: 1.4.0 -> 1.4.1
2019-01-10 13:43:24 +01:00
Robert Schütz
1067d63855 python: netdisco: 2.2.0 -> 2.3.0 2019-01-10 13:43:19 +01:00
adisbladis
3b67c43e95
firefox-beta-bin: 65.0b3 -> 65.0b9 2019-01-10 12:26:36 +00:00
adisbladis
7222470711
firefox-devedition-bin: 65.0b3 -> 65.0b9 2019-01-10 12:26:30 +00:00
adisbladis
8a59662205
Merge pull request #53331 from adisbladis/emacs-packages-2019-01-03
Emacs packages update
2019-01-10 12:25:55 +00:00
Tor Hedin Brønner
2712f12244
gtk3: fix segfaults when opening dialogs
Fixes https://github.com/NixOS/nixpkgs/issues/53697
Closes https://github.com/NixOS/nixpkgs/pull/53736
2019-01-10 13:16:00 +01:00
Vladimír Čunát
d49f83442b
knot-resolver: 3.2.0 -> 3.2.1
https://gitlab.labs.nic.cz/knot/knot-resolver/tags/v3.2.1
2019-01-10 13:10:50 +01:00
Michael Raskin
87fb354cee
Merge pull request #53745 from taku0/firefox-bin-64.0.2
firefox, firefox-bin: 64.0 -> 64.0.2
2019-01-10 12:08:16 +00:00
Vladimír Čunát
287144e342
Merge branch 'master' into staging-next 2019-01-10 13:07:21 +01:00
Francesco Zanini
27132c35df
nexus: 3.12.1 -> 3.14.0-04 2019-01-10 12:56:33 +01:00
Pavol Rusnak
8eb031786c
gcc-arm-embedded: 7-2018-q2-update -> 8-2018-q4-major 2019-01-10 12:30:42 +01:00
adisbladis
676de9dd5f
melpa-stable-packages: 2019-01-03 2019-01-10 11:29:08 +00:00
adisbladis
83f611288a
org-packages: 2019-01-03 2019-01-10 11:29:06 +00:00
adisbladis
f3b18da42d
melpa-packages: 2019-01-03 2019-01-10 11:29:05 +00:00
adisbladis
4c27eceff8
elpa-packages: 2019-01-03 2019-01-10 11:29:02 +00:00
taku0
08f779a9c3 firefox: 64.0 -> 64.0.2 2019-01-10 20:16:21 +09:00
Michael Raskin
e0fd84cf43 sbcl: fix a thread safety bug with an upstream patch 2019-01-10 12:05:55 +01:00
taku0
244f1ce1a7 firefox-bin: 64.0 -> 64.0.2 2019-01-10 20:04:21 +09:00
taku0
a019087ef4 flashplayer-standalone: mark broken 2019-01-10 19:49:22 +09:00
zimbatm
c9c1e88dbb
nomad: 0.7.1 -> 0.8.6 2019-01-10 11:35:02 +01:00
Robert Schütz
9a70a1842c home-assistant: 0.84.6 -> 0.85.0 2019-01-10 11:25:16 +01:00
Domen Kožar
8fc21a347e
elm2nix: use package from hackage 2019-01-10 09:56:29 +00:00
Michael Weiss
28c63d56a7
Merge pull request #53685 from dtzWill/update/scons-3.0.3
scons: 3.0.2 -> 3.0.3

"This release should be used instead of 3.0.2. This release fixes
several issues. This release supports Python versions 2.7.* as well as
3.5+." [0]

Details can be found in the changelog [1].

"NOTE: 3.0.2 release was dropped because there was a packaging bug. Please
consider all 3.0.2 content."

There where no regressions and no deprecations in this release (at least it does
not break any builds in nixpkgs).

[0]: https://scons.org/scons-303-is-available.html
[1]: https://raw.githubusercontent.com/SConsProject/scons/rel_3.0.3/src/CHANGES.txt
2019-01-10 10:02:41 +01:00
Maximilian Bosch
d50dacbf80
termbox: fix build
Applies a patch which fixes the `waf` build on Python 3.7.
See also https://hydra.nixos.org/build/86295267
2019-01-10 09:18:28 +01:00
Vladyslav M
63ffed17db
Merge pull request #53728 from kballard/hexyl
hexyl: init at 0.3.0
2019-01-10 10:04:59 +02:00
Tor Hedin Brønner
ed78851688 libmediaart: turn off broken tests until fixed 2019-01-10 08:06:55 +01:00
dpetranek
7c19fba9f6 leiningen: 2.8.1 -> 2.8.3 2019-01-10 01:04:21 -06:00
Franz Pletz
bf5f85ea2e
rambox: update node deps hash 2019-01-10 05:51:02 +01:00
Franz Pletz
4b95e496e1
minetest: refactor and add dev version 5 2019-01-10 05:51:01 +01:00
Tadeo Kondrak
d6f355f700
neofetch: 5.0.0 -> 6.0.0 2019-01-09 20:50:21 -07:00
Silvan Mosberger
0b96dc8740
Merge pull request #52992 from azazel75/anydesk_401
Upgrade Anydesk package to version 4.0.1
2019-01-10 04:04:17 +01:00
Dmitry Kalinkin
1a7e65e146
adv_cmds: switch url to use https
warning: unable to download 'http://opensource.apple.com/tarballs/adv_cmds/adv_cmds-158.tar.gz': HTTP error 302 (curl error: Couldn't connect to server); retrying in 298 ms
2019-01-09 21:46:58 -05:00
Lily Ballard
96bffeb865 hexyl: init at 0.3.0 2019-01-09 18:22:50 -08:00
Mario Rodas
c0174f715a
shadowsocks-libev: 3.2.0 -> 3.2.3 2019-01-09 21:04:17 -05:00
Maximilian Bosch
53380970e7
pythonPackages.thrift: fix build
Adds missing `six` dependency to the build inputs.

See also https://hydra.nixos.org/build/86094652
2019-01-10 02:42:21 +01:00
Dmitry Kalinkin
6b81768297
Merge pull request #30479 from obsidiansystems/singularity-tools
singularity-tools: Only copy into /bin what is specified in contents
2019-01-09 19:39:08 -05:00
wedens
8786617f8f dropbox-cli: 2015.10.28 -> 2018.11.28 2019-01-09 18:41:01 -05:00
R. RyanTM
686ed2cbca python37Packages.elpy: 1.27.0 -> 1.28.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-elpy/versions
2019-01-09 18:30:22 -05:00
Roman Volosatovs
87f798edc6 kitty: Adapt fix-paths.patch to source changes 2019-01-09 18:26:36 -05:00
Roman Volosatovs
81f3a3e7c6 kitty: 0.13.1 -> 0.13.2 2019-01-09 18:26:36 -05:00
Timo Kaufmann
8dd63a67e9
python3.pkgs.graph-tool: fix with python3.7 (#53719)
"async" is now reserved, there is an upstream fix but no release yet.
2019-01-10 00:10:34 +01:00
R. RyanTM
36b09654f0 librealsense: 2.17.0 -> 2.17.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/librealsense/versions
2019-01-09 17:57:26 -05:00
José Luis Lafuente
e82f51cded
clojure: 1.10.0.403 -> 1.10.0.411 2019-01-09 23:38:57 +01:00
Tor Hedin Brønner
ccca2e5e4b
Merge pull request #53656 from dtzWill/update/xterm-342
xterm: 341 -> 342
2019-01-09 23:38:16 +01:00
Dmitry Kalinkin
95ba471110
Merge pull request #53713 from andir/websocketpp
websocketpp: 0.7.0 -> 0.8.1
2019-01-09 17:11:13 -05:00
markuskowa
eadb304a5f
Merge pull request #53604 from r-ryantm/auto-update/nmon
nmon: 16g -> 16h
2019-01-09 22:50:56 +01:00
Andreas Rammhold
4aa8a81092
Merge pull request #53711 from andir/ecdsautils
ecdsautils: updated source to new location
2019-01-09 22:49:55 +01:00
Andreas Rammhold
450b512c47
Merge pull request #53709 from andir/gopass-1.8.4
gopass: 1.8.3 -> 1.8.4
2019-01-09 22:36:11 +01:00
Andreas Rammhold
02b1b8eaf3
websocketpp: 0.7.0 -> 0.8.1 2019-01-09 22:27:48 +01:00
Andreas Rammhold
ff01f0ae19
ecdsautils: updated source to new location 2019-01-09 22:20:19 +01:00
Andreas Rammhold
590f267c5b
gitAndTools.grv: 0.3.0 -> 0.3.1 2019-01-09 22:16:22 +01:00
Andreas Rammhold
84e1e62730
gopass: 1.8.3 -> 1.8.4 2019-01-09 22:08:58 +01:00
markuskowa
a6a8712146
Merge pull request #53586 from r-ryantm/auto-update/pasystray
pasystray: 0.7.0 -> 0.7.1
2019-01-09 21:18:36 +01:00
adisbladis
9ca9e4fefc
Merge pull request #53652 from jethrokuan/fix/pdf-tools
emacsPackages.pdf-tools: 0.80 -> 0.90
2019-01-09 20:18:25 +00:00
markuskowa
84f6692328
Merge pull request #53591 from Taneb/metamath
metamath: 0.168 -> 0.171
2019-01-09 21:03:10 +01:00
Matthijs Steen
1ae7384ddb openra with extra mods 2019-01-09 20:57:29 +01:00
Orivej Desh
654f3c467c go-mtpfs: 20150917 -> 2018-02-09 2019-01-09 18:46:41 +00:00
Will Dietz
8ec4bcf1f0 libunwind: 1.3.0 -> 1.3.1
single-commit release:

workaround issue with clang + static alias

https://github.com/libunwind/libunwind/commits/v1.3.1
2019-01-09 12:45:19 -06:00
Tim Steinbach
20f9b5d10a
linux: 4.19.13 -> 4.19.14 2019-01-09 12:10:11 -05:00
Tim Steinbach
39173bff87
linux: 4.20 -> 4.20.1 2019-01-09 11:59:35 -05:00
Vincent Laporte
a18ac72b4a
ocamlPackages.ocp-indent: 1.6.1 -> 1.7.0 2019-01-09 16:37:39 +00:00
Vincent Laporte
522148ba4e
ocamlPackages.cmdliner: restore version 1.0.2 for OCaml ≤ 4.02 2019-01-09 16:37:39 +00:00
Jörg Thalheim
2479e9ea0e
Merge pull request #53699 from makefu/pkgs/exfat-nofuse/update
exfat-nofuse: fix build for 4.18
2019-01-09 16:33:40 +00:00
Tim Steinbach
d55b3c9bf0
linux: 4.14.91 -> 4.14.92 2019-01-09 11:24:45 -05:00
Tim Steinbach
ec3e81beaf
linux: 4.9.148 -> 4.9.149 2019-01-09 11:03:10 -05:00
makefu
3034023976
exfat-nofuse: fix build for 4.18
additionally we use the PR 137 instead of the patch files from AUR.
This avoids changes in source files and pins the patch to exactly what we want
It also removes one fetchpatch call
2019-01-09 15:13:54 +01:00
Robert Schütz
43d4f07bf1 esptool: 2.5.1 -> 2.6 2019-01-09 15:00:14 +01:00
Alberto Berti
80cac27461 anydesk: 2.9.4 -> 4.0.1 2019-01-09 14:45:29 +01:00
Robert Schütz
9f3d9915d7
Merge pull request #52523 from dotlambda/graphviz-hardcode
python.pkgs.graphviz: hardcode path to graphviz's bin/
2019-01-09 13:39:01 +01:00
Jörg Thalheim
f0f7531d78
Merge pull request #51412 from Synthetica9/konsole-keyboard-fix
konsole: fix arrow keys
2019-01-09 12:11:32 +00:00
Jörg Thalheim
e6ca0fb71b
Merge pull request #53696 from makefu/pkgs/exfat-nofuse/update
exfat-nofuse: unbreak for 4.18 and 4.20
2019-01-09 12:01:24 +00:00
Florian Klink
05231c4bbf
Merge pull request #53640 from flokli/minio-2018-12-27T18-33-08Z
minio: 2018-12-06T01-27-43Z -> 2018-12-27T18-33-08Z
2019-01-09 12:34:24 +01:00
Jörg Thalheim
9e4fe77abc
Merge pull request #53694 from bkchr/raspberry_wifi_fix
linux: Adds patch for fixing wifi on raspberry pi
2019-01-09 10:54:34 +00:00
Michael Raskin
9d3c5a21d7
Merge pull request #53578 from pbogdan/rxvt-build
rxvt_unicode: fix build
2019-01-09 10:44:48 +00:00
makefu
eac6725843
exfat-nofuse: unbreak for 4.18 and 4.20 2019-01-09 11:37:20 +01:00
Tor Hedin Brønner
5cbb010faf
Merge pull request #53693 from hedning/fix-qgpgme
libsForQt5.qgpgme: fix tests after 2019-01-06
2019-01-09 11:33:25 +01:00
Bastian Köcher
a90fc6d3ef linux: Adds patch for fixing wifi on raspberry pi 2019-01-09 11:18:09 +01:00
Jörg Thalheim
60703db86c
electron_3: also update arm hashes 2019-01-09 09:33:53 +00:00
Gabriel Ebner
03a2dfc63b
Merge pull request #53663 from ivan/mozc-2.23.2815.102
ibus-engines.mozc: 2.20.2673.102 -> 2.23.2815.102
2019-01-09 09:54:40 +01:00
Tor Hedin Brønner
96bfa25500 libsForQt5.qgpgme: fix tests after 2019-01-06
The keys used in one of the qt tests expired on 2019-01-06 breaking the build.

closes https://github.com/NixOS/nixpkgs/issues/53632
2019-01-09 09:19:30 +01:00
Jörg Thalheim
fdb87a0fee
rambox: downgrade electron to 3.x 2019-01-09 07:24:18 +00:00
Jörg Thalheim
66c1f82631
electron_3: init at 3.1.0
electron 4 had many breaking changes in their API,
breaking rambox. Since the 3.x version is still maintained,
we can add an older variant.
2019-01-09 07:24:17 +00:00
Thomas Mader
205dd437ec Literate: 2018-12-23 -> 2019-01-08 2019-01-09 08:07:34 +01:00
Thomas Mader
08ca4ce27c dtools: 2.083.1 -> 2.084.0 2019-01-09 08:06:37 +01:00
Thomas Mader
5041439421 dub: 1.12.1 -> 1.13.0 2019-01-09 08:05:51 +01:00
Will Dietz
33b9ddc0a3 texlive: fix w/poppler 0.73.0 2019-01-08 21:40:24 -06:00
Will Dietz
7757e43fcb poppler: 0.72.0 -> 0.73.0 2019-01-08 21:39:43 -06:00
Will Dietz
e69d494033 scons: 3.0.2 -> 3.0.3
https://scons.org/scons-303-is-available.html

cc e1d9854816
2019-01-08 21:34:55 -06:00
Will Dietz
6b3943d07d tor: 0.3.4.10 -> 0.3.5.7
(thank you, update script!)
2019-01-08 21:31:28 -06:00
Will Dietz
5db46cf3f1 tor: lzma, zstd, scrypt deps 2019-01-08 21:31:27 -06:00
Will Dietz
91859c0504 tor: 0.3.4.9 -> 0.3.4.10
https://lists.torproject.org/pipermail/tor-announce/2019-January/000171.html

FWIW, in the ChangeLog (in the source, sorry) it mentions:

  As a reminder, the Tor 0.3.4 series will be supported until 10 June
  2019. Some time between now and then, users should switch to the Tor
  0.3.5 series, which will receive long-term support until at least 1
  Feb 2022.

So we should consider moving to 0.3.5 "soon" :).
2019-01-08 21:31:25 -06:00
Dmitry Kalinkin
2a68c2c413 poppler: fix build on darwin 2019-01-08 22:17:47 -05:00
Austin Seipp
beaf69cee2 nextpnr: enable ECP5 P&R with Project Trellis
This requires an absurd, disgustingly gross hack in order to share the
build artifacts necessary for nextpnr to use trellis.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-01-08 19:15:24 -06:00
Austin Seipp
d67cbe9e53 trellis: 2018.08.01 -> 2018.12.20, update, cleanup
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-01-08 19:15:24 -06:00
Austin Seipp
651679c257 nextpnr: fix version string output
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-01-08 19:15:24 -06:00
Austin Seipp
412e02c784 nextpnr: disable broken GUI build for now
This didn't work remotely (on a server with Nvidia drivers) _or_ on a
local Intel machine with integrated graphics. I presumably messed
something up (a missing dependency), but I'm not sure where. We can fix
it later.

In the mean time, just disable this by hiding it behind a minimal flag.
As a bonus this reduces the closure size by about half, although it's
still surprisingly large (~300MB or so). Part of that is probably
Python, though.

When the GUI is reintroduced in a working manner, we can expose two
nextpnr attributes for the minimal non-GUI build, and the GUI build.
(Note that I have no plans of making Python optional, since it's
extremely valuable in general and much more lightweight than qtbase.)

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-01-08 19:15:24 -06:00
Austin Seipp
c10650760d yices: s/fetchurl/fetchFromGitHub/
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-01-08 19:15:24 -06:00
Austin Seipp
38aa0a3df4 z3: 4.8.3 -> 4.8.4
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-01-08 19:15:24 -06:00
Austin Seipp
1d36130ac1 nextnpr: 2018.12.29 -> 2019.01.08
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-01-08 19:15:24 -06:00
Austin Seipp
db136382f8 icestorm: 2018.09.04 -> 2018.12.31
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-01-08 19:15:24 -06:00
Austin Seipp
d77f381055 symbiyosys: 2018.09.12 -> 2018.12.09
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-01-08 19:15:24 -06:00
Austin Seipp
c60adabfbc yosys: 2018.10.17 -> 2019.01.08
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-01-08 19:15:24 -06:00
Ryan Mulligan
41279233ea
Merge pull request #53526 from r-ryantm/auto-update/simpleitk
simpleitk: 1.1.0 -> 1.2.0
2019-01-08 14:47:52 -08:00
Matthew Bauer
cd8c1a4053
Merge pull request #52643 from jabranham/ledger-info
ledger: Include info files
2019-01-08 16:03:56 -06:00
Jorge Acereda
7dafdc1400 darwin: basic_cmds was installing binaries in the wrong path 2019-01-08 22:43:45 +01:00
Timo Kaufmann
e012ec5b14
Merge pull request #53670 from timokau/vim-plugins-update
vimPlugins: update, init neoterm and vim-slime
2019-01-08 22:27:42 +01:00
Timo Kaufmann
67cf32751c vimPlugins.vim-slime: init at 2019-01-03 2019-01-08 22:04:27 +01:00
Timo Kaufmann
f7113786af vimPlugins.neoterm: init at 2018-12-21 2019-01-08 21:59:31 +01:00
Timo Kaufmann
8c81099cda
radare2: add propagated build inputs (#53667)
Fixes the cutter build which was broken when radare2 was moved away from
vendored dependencies in #51837.
2019-01-08 21:55:44 +01:00
Dmitry Kalinkin
fc09fcb33b
Merge pull request #53664 from iblech/patch-6
tikzit: 2.0 -> 2.1
2019-01-08 15:35:04 -05:00
R. RyanTM
0eed2c7013 gnome-menus: 3.10.1 -> 3.31.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gnome-menus/versions
2019-01-08 14:50:59 -05:00
James Kay
7cd403e331 pythonPackages.glom: init at 18.4.0 2019-01-08 14:43:28 -05:00
James Kay
a5a6b8eaa2 pythonPackages.face: init at 0.1.0 2019-01-08 14:43:28 -05:00
James Kay
ca4104cc07 pythonPackages.boltons: init at 2019-01-07 2019-01-08 14:43:28 -05:00
Roman Volosatovs
3bc3772677 keybase-gui: 2.11.0 -> 2.13.0 2019-01-08 14:21:57 -05:00
Roman Volosatovs
563d4e2a77 keybase: 2.10.1 -> 2.11.0 2019-01-08 14:21:57 -05:00
Roman Volosatovs
a3a0742919 kbfs: 2.10.1 -> 2.11.0 2019-01-08 14:21:57 -05:00