Commit Graph

59461 Commits

Author SHA1 Message Date
R. RyanTM
955a9959ac catch2: 2.4.2 -> 2.5.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/catch2/versions
2019-01-13 09:42:57 +01:00
R. RyanTM
f8d3a0d55c cfr: 0.137 -> 0.138
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cfr/versions
2019-01-13 09:42:37 +01:00
worldofpeace
0f017ed08b
Merge pull request #53830 from jethrokuan/pkg-init/pyment
pythonPackages.pyment: init at 0.3.3
2019-01-13 01:25:18 -05:00
Jethro Kuan
94de11a8e8 pythonPackages.pyment: init at 0.3.3 2019-01-13 13:59:44 +08:00
Profpatsch
62c6889018 skawarePackages.utmps: 0.0.1.3 -> 0.0.2.0 2019-01-13 04:01:35 +01:00
Austin Seipp
53fb3bb3ef compcert: clean up expression
- Require Coq 8.6.1+
  - Split substituteInPlace call into patchPhase
  - Constrain platforms correctly to x86_64 Linux/Darwin, which was all
it supported anyway (there was no way to properly configure i686 builds,
nor cross builds. In the future there might be)
  - Minor stylistic cleanups
  - Add new 'man' and 'doc' outputs (the previous attempt to move the
build artifact outputs into $lib no longer worked correctly and they
were installed into 'out' instead, this fixes it completely).
  - Clean up weird binary artifacts left in $out (that were already
in $lib)
  - Wrap ccomp to undefine _FORTIFY_SOURCE; otherwise it causes
annoying warnings on every invocation

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-01-12 20:06:28 -06:00
Vladimír Čunát
570d84a01e
Merge branch 'staging-next' 2019-01-13 00:39:38 +01:00
Trolli Schmittlauch
4b76c4605e qt511.qtdeclarative: fix CMake qmlcachegen path
This package contains several CMake files used for setting up its
provided tools for use in other projects build with CMake.
While packaging *ktouch* I found out that the ${_qt5Core_install_prefix}
variable doesn't expand at all, rendering the path to the `qmlcachegen`
binary useless. As a fix, the command itself is used instead of the path
to the binary.
2019-01-13 00:09:38 +01:00
Austin Seipp
3d36ea6a05 nextpnr: with GUI support, be sure to set QT_PLUGIN_PATH
This is to help QT find all the necessary plugin libraries at startup
time, otherwise it freaks out when run out of 'nix-env' environment or
run directly, e.g.  `./result/bin/nextpnr-ice40 --gui`. The reason for
this is that none of the traditional paths it looks for are available.
The workarounds for this are to otherwise:

  - Install e.g. into environment.systemPackages (presumably it will
then pick up QT libraries in /run/current-system/sw/lib/qt-*)

  - Install 'qtbase' into your user environment (qt will also try to
load dependent libraries out of ~/.nix-profile/lib/qt-*)

However, this QT_PLUGIN_PATH wrapping hack is used elsewhere in the
tree, presumably to mitigate these (poor) workarounds, especially for
non-NixOS users. There seems to be no downside to this.

With this, I have been able to run NextPNR's GUI on an Ubuntu 16.04
system using the 'nixGL' hack by simply running the resulting binary
from anywhere (though there seems to be some glitching artifacts in the
floorplan UI, I suspect this is due to a buggy OpenGL stack rather than
any direct problem with NextPNR or the QT libraries themselves).

This does not mark the GUI build as non-broken yet, though. That will
happen in the future after a bit more testing and splitting nextpnr into
separate minimal/GUI attributes.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-01-12 15:51:00 -06:00
Austin Seipp
8b5e6b7711 icestorm: minor cleanup with pythonPkg.interpreter [NFC]
Suggested cleanup by @dotlambda. See:

  18839e1cc1 (commitcomment-31917295)

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-01-12 15:51:00 -06:00
José Romildo Malaquias
a38cfed974 haskellPackages.dates: jailbreak 2019-01-12 18:10:04 -02:00
José Romildo Malaquias
3f7d94c8e0 haskellPackages.wl-pprint-extras: jailbreak 2019-01-12 18:04:45 -02:00
Vincent Laporte
ad23ea312d ocamlPackages.lablgtk3: 3.0.β2 → 3.0.β3 2019-01-12 18:42:45 +00:00
Mario Rodas
2c48580be1 flow: 0.89.0 -> 0.90.0 2019-01-12 18:16:28 +00:00
Thomas Tuegel
a59e7297c1
Merge pull request #52524 from stephengroat/patch-2
freetype: 2.9 -> 2.9.1
2019-01-12 10:21:24 -06:00
Vladimír Čunát
3131a8ea84
libnice: disable all tests for now :-(
Before this commit it built fine a few times for me,
i.e. without the single test, but it failed on Hydra anyway.
I guess jtojnar also tested the final expression with all tests,
so apparently they are sensitive the the kind of machine they run on.
2019-01-12 17:14:27 +01:00
Will Dietz
7feee4d81f retdec: remove pycache from install dir 2019-01-12 16:48:40 +01:00
Timo Kaufmann
b54d9e27cb
python.pkgs.pygal: fix build (#53833)
`pytestrunner` is a required build input.

Also we need to explicitly set the locale to pass the tests on darwin.
2019-01-12 15:08:21 +01:00
Robert Schütz
baf6252275 python3.pkgs.aiohttp: 3.5.3 -> 3.5.4 2019-01-12 14:56:40 +01:00
Thomas Tuegel
b07e1563fe
Merge pull request #53686 from dtzWill/update/poppler-0.73.0
poppler: 0.72.0 -> 0.73.0
2019-01-12 06:50:44 -06:00
José Romildo Malaquias
9536ada457 haskellPackages.HaTeX: jailbreak 2019-01-12 10:36:33 -02:00
Peter Simons
ae56467731
Merge pull request #53810 from NixOS/yegortimoshenko-patch-1
ghc844: update hash for d8495549ba9d194815c2d0eaee6797fc7c00756a patch
2019-01-12 12:31:41 +01:00
Vladimír Čunát
bde8efe792
Merge branch 'master' into staging-next
A couple thousand rebuilds have accumulated on master.
2019-01-12 12:19:34 +01:00
Vladimír Čunát
3d73081499
libnice: avoid one test for now
/cc #53293.
2019-01-12 12:11:05 +01:00
Timo Kaufmann
6359e9baf0 python3.pkgs.tinycss: fix build (#53831)
The build was broken by the python 3.7 switch, which caused an
incompatible change in the way cython generates files:

https://github.com/Kozea/tinycss/issues/17

This is solved by removing the pre-generated file and re-generating it
at build time.
2019-01-12 11:24:31 +01:00
Michael Weiss
768d876394
scons: Remove version 2.5.1 2019-01-12 10:44:33 +01: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
Orivej Desh
c55a42359a libjpeg-turbo: specify djpeg rgb-islow-icc-cmp test dependencies
Hydra failure: https://hydra.nixos.org/build/87096374/nixlog/1

Upstream issue: https://github.com/libjpeg-turbo/libjpeg-turbo/pull/321
2019-01-12 07:35:45 +00:00
Robert Schütz
98686d3b7f python3.pkgs.aiohttp: 3.5.2 -> 3.5.3 2019-01-12 07:39:28 +01: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
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
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
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
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
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
Orivej Desh (NixOS)
9a21967f0a
stdenv: prune libtool files by default (#51767)
See the motivation in fd97db43bc (#41819).
2019-01-11 13:20:46 +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
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
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
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 Raskin
0feb54c9ae gst_all_1.gst-editing-services: fix build 2019-01-11 11:46:23 +01:00
worldofpeace
403079a108
Merge pull request #53792 from worldofpeace/pycairo/1.18.0
pythonPackages.pycairo: 1.16.3 -> 1.18.0
2019-01-11 01:25:50 -05: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
worldofpeace
986650d0c2 pythonPackages.pycairo: 1.16.3 -> 1.18.0
Changelog: https://pycairo.readthedocs.io/en/latest/changelog.html
2019-01-10 22:06:51 -05:00
Franz Pletz
56bd59253e
openwsman: 2.6.5 -> 2.6.9, fix build with recent curl 2019-01-11 03:54:46 +01: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
Tim Cuthbertson
9e96bfb27c piep: 0.8.0 -> 0.9.2 (#53783) 2019-01-11 00:47:25 +01:00
Will Dietz
bfdf9d67a3 libinput: 1.12.4 -> 1.12.5
https://lists.freedesktop.org/archives/wayland-devel/2019-January/039804.html
2019-01-10 17:34:31 -06:00
worldofpeace
3bcd4f37c6
Merge pull request #53726 from Ma27/unbreak-thrift
thrift: fix build
2019-01-10 18:02:37 -05: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
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
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
Michael Weiss
22043d4614
pythonPackages.scapy: 2.4.1 -> 2.4.2 2019-01-10 21:14:41 +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
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
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
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
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
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
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
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
Franz Pletz
237deba4e7
Merge remote-tracking branch 'origin/master' into staging 2019-01-10 16:00:34 +01:00
Robert Schütz
9d08f32da6 python.pkgs.h5py: 2.8.0 -> 2.9.0 2019-01-10 15:09:59 +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
Robert Schütz
1067d63855 python: netdisco: 2.2.0 -> 2.3.0 2019-01-10 13:43:19 +01: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
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
Michael Raskin
e0fd84cf43 sbcl: fix a thread safety bug with an upstream patch 2019-01-10 12:05:55 +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
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
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
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
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
462a6d3250 glib: fix libgio segfaults
In particular this fixes the libmediaart tests.

closes https://github.com/NixOS/nixpkgs/issues/53701
2019-01-09 23:05:48 +01:00
Andreas Rammhold
02b1b8eaf3
websocketpp: 0.7.0 -> 0.8.1 2019-01-09 22:27:48 +01:00
Stephen
ff8d76ab3e freetype: 2.9 -> 2.9.1
exclude freetype-config
2019-01-09 13:23:35 -08:00
markuskowa
84f6692328
Merge pull request #53591 from Taneb/metamath
metamath: 0.168 -> 0.171
2019-01-09 21:03:10 +01: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
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
HaoZeke
efe4a6d205
conan: 1.6.0 -> 1.11.2 2019-01-09 19:33:29 +05:30
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
5611611677
Merge pull request #51515 from lopsided98/gmp-uname-purity
gmp: don't use uname to detect system features
2019-01-09 12:22:30 +00: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
Jörg Thalheim
60703db86c
electron_3: also update arm hashes 2019-01-09 09:33:53 +00: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
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
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
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
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
c60adabfbc yosys: 2018.10.17 -> 2019.01.08
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-01-08 19:15:24 -06:00
Will Dietz
4d24a84d82 readline80: add myself to maintainers list 2019-01-08 17:36:14 -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
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
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
klntsky
c869fc2ac1 pax-rs: init at 0.4.0 (#53660) 2019-01-08 13:16:59 -05:00
Robert Schütz
354b0d48d8 python.pkgs.pydot: 1.4.0 -> 1.4.1 2019-01-08 16:45:30 +01:00
Robert Schütz
d034fb8478 python.pkgs.pydot: hardcode path to graphviz's bin/ 2019-01-08 16:45:30 +01:00
Robert Schütz
2357d57e94 python.pkgs.objgraph: hardcode path to graphviz's bin/ 2019-01-08 16:45:30 +01:00
Robert Schütz
4d29e16bf2 python.pkgs.graphviz: hardcode path to graphviz's bin/ 2019-01-08 16:45:23 +01:00
Will Dietz
bc77c644ea libunwind: 1.2.1 -> 1.3.0
https://github.com/libunwind/libunwind/blob/v1.3.0/NEWS

Keep backtrace patch (still needed), but drop the other.
2019-01-08 09:29:16 -06:00
Will Dietz
e41fbe2ffe qtstyleplugin-kvantum: 0.10.6 -> 0.10.8, touchup
https://github.com/tsujan/Kvantum/releases/tag/V0.10.8
https://github.com/tsujan/Kvantum/releases/tag/V0.10.7
2019-01-08 09:27:52 -06:00
Corbin
2c9de98dba pythonPackages.zfec: patch out argparse dependency
Since `argparse` stopped doing anything a while ago, we'll just patch it
out of setup.py and nobody will notice.
2019-01-08 16:12:53 +01:00
Maximilian Bosch
06b02b027d
Merge pull request #53630 from r-ryantm/auto-update/cutelyst
cutelyst: 2.5.1 -> 2.6.0
2019-01-08 12:00:45 +01:00
Mathias Schreck
e96e5bc0d7 libuv: 1.23.2 -> 1.24.1 2019-01-08 11:49:48 +01:00
markuskowa
0e1f651795
Merge pull request #53457 from markuskowa/upd-uhd
uhd: 3.12.0.0 -> 3.13.0.1
2019-01-08 11:22:38 +01:00
Peter Simons
3a16c617e4
Merge pull request #53627 from endgame/jailbreak-hpc-coveralls
hpc-coveralls: jailbreak for GHC 8.6
2019-01-08 09:46:31 +01:00
Alex Branham
48541ab6b9 R: update CRAN and BIOC package sets
Closes https://github.com/NixOS/nixpkgs/pull/53414.
2019-01-08 09:34:37 +01:00
R. RyanTM
51230853c8 cutelyst: 2.5.1 -> 2.6.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/cutelyst/versions
2019-01-07 23:02:32 -08:00
Thomas Mader
92236be735 dmd: 2.083.1 -> 2.084.0 2019-01-08 07:51:31 +01:00
Will Dietz
d18abcb3f6 readline80: init
https://lists.gnu.org/archive/html/info-gnu/2019-01/msg00011.html
2019-01-07 23:57:58 -06:00
R. RyanTM
4bfdc717c7 python37Packages.xarray: 0.11.0 -> 0.11.2
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-xarray/versions
2019-01-08 00:45:41 -05:00
Jack Kelly
b10f43c1f1 hpc-coveralls: jailbreak for GHC 8.6 2019-01-08 16:30:17 +11:00
Rommel MARTINEZ
a2db494f6c tinyscheme: init at 1.41 2019-01-08 09:07:02 +08:00
worldofpeace
f0fbc76d3e pythonPackages.xdis: enable tests 2019-01-07 17:59:25 -05:00
R. RyanTM
0ca68bddcf python37Packages.xdis: 3.8.8 -> 3.8.9
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-xdis/versions
2019-01-07 17:59:25 -05:00
R. RyanTM
59667421a1 pgcli: 2.0.1 -> 2.0.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pgcli/versions
2019-01-07 17:21:12 -05:00
Matthew Bauer
3cfdf8eb23
Merge pull request #53539 from matthewbauer/darwin-fixes4
Fixes for recent darwin changes
2019-01-07 15:44:21 -06:00
Nathan van Doorn
3a096b4616 metamath: 0.168 -> 0.171 2019-01-07 18:38:22 +00:00
Michael Weiss
e1d9854816
scons: 3.0.1 -> 3.0.2
A few packages broke due to the SCons upgrade (they depended on
deprecated options that got removed), I've kept them on version 3.0.1
for now. The rest of the rebuilds seems fine (the failing ones where
already in a broken state before this change).
2019-01-07 15:07:29 +01:00
Robin Gloster
16413c05cd
Merge pull request #53554 from rnhmjoj/searx
searx: 0.14.0 -> 0.15.0
2019-01-07 13:21:39 +00:00
Bas van Dijk
8ad610b040
Merge pull request #53523 from jacereda/futhark-darwin
Fix futhark build on Darwin
2019-01-07 12:13:13 +01:00
rnhmjoj
bb9edd458e
python.pkgs.plone-testing: fix build 2019-01-07 11:09:56 +01:00
Peter Simons
6c54f9ea5a git-annex: patch to fix build with ghc 8.6.x 2019-01-07 10:57:22 +01:00
Peter Simons
10b9cc5b06 pandoc: drop obsolete override 2019-01-07 10:57:21 +01:00
Peter Simons
056227a877 haskell-yaya: break infinite recursion 2019-01-07 10:57:21 +01:00
Peter Simons
4976bc2fe2 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.13-1-gda47f40 from Hackage revision
7f0cb0143c.
2019-01-07 10:57:16 +01:00
Matthew Bauer
09ff7707ae llvm3.{8,9}: use old CMAKE_INSTALL_NAME_DIR value
adcf4aa524 broke these two. The old way
seems to work and might still avoid the original lldb issues.
2019-01-06 22:11:38 -06:00
R. RyanTM
1c1fd0935b simpleitk: 1.1.0 -> 1.2.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/simpleitk/versions
2019-01-06 15:12:50 -08:00
Jorge Acereda
2118e66fc3 futhark: fix darwin build 2019-01-06 22:56:50 +01:00
Jorge Acereda
a339eec2f5 futhark: remove obsolete non-hackage package 2019-01-06 22:56:29 +01:00
Joachim F
6d5cc1beb4
Merge pull request #53477 from andrew-d/andrew/uriparser-0.9.1
uriparser: 0.9.0 -> 0.9.1
2019-01-06 19:45:44 +00:00
Michael Weiss
a684ae6e53
scons: Remove version 3.0.0 2019-01-06 20:31:16 +01:00
Michael Weiss
d376ffe767
scons: Add version 3.0.2
"SCons release 3.0.2 now available from the download page at
SourceForge. This release should be used instead of 3.0.1. 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].

I'll update the default after running additional tests.

[0]: https://scons.org/scons-302-is-available.html
[1]: https://raw.githubusercontent.com/SConsProject/scons/rel_3.0.2/src/CHANGES.txt
2019-01-06 20:31:16 +01:00
Daniel Goertzen
1c10efc912 add generic x86_32 support (#52634)
* add generic x86_32 support

- Add support for i386-i586.
- Add `isx86_32` predicate that can replace most uses of `isi686`.
- `isi686` is reinterpreted to mean "exactly i686 arch, and not say i585 or i386".
- This branch was used to build working i586 kernel running on i586 hardware.

* revert `isi[345]86`, remove dead code

- Remove changes to dead code in `doubles.nix` and `for-meta.nix`.
- Remove `isi[345]86` predicates since other cpu families don't have specific model predicates.

* remove i386-linux since linux not supported on that cpu
2019-01-06 12:57:36 -06:00
Timo Kaufmann
a2ffb3fcd8
python.pkgs.r2pipe: init at 1.2.0 (#53504) 2019-01-06 19:10:47 +01:00
Markus Kowalewski
123b37297f
libbladeRF: 2.0.2 -> 2.2.0
Add submodule from analogdevicesinc
2019-01-06 12:35:27 +01:00
Vladimír Čunát
10a12194e3
Merge #53490: fix treewide linking errors after #51770
Issue #53001.  This might not be all of them, but let's not wait.
2019-01-06 12:14:52 +01:00
Vladimír Čunát
981b504ecd
gst_all_1.gst-plugins-ugly: link with libm explicitly 2019-01-06 12:13:19 +01:00
Frederik Rietdijk
a4250d1478 Merge staging-next into staging 2019-01-06 09:48:31 +01:00
Frederik Rietdijk
e5381cdece Merge master into staging-next 2019-01-06 09:36:23 +01:00
Andrew Dunham
83ba7beb1a uriparser: 0.9.0 -> 0.9.1 2019-01-05 23:23:54 -05:00
Ryan Mulligan
d62e013359
Merge pull request #53158 from ryantm/haskell-binary-orphans
haskellPackages.binary-orphans: dontCheck
2019-01-05 16:03:35 -08:00
Francesco Gazzetta
e7551acb7b pythonPackages.staticjinja: init at 0.3.4 2019-01-05 17:09:20 -05:00
Francesco Gazzetta
779e916c3b pythonPackages.easywatch: init at 0.0.5 2019-01-05 17:09:20 -05:00
Michael Weiss
46dd27e025
pythonPackages.gcutil: Deprecate the package
The package doesn't exist anymore (even the deprecation notice is gone
[0]) and the build is currently broken:
Collecting google-apputils==0.4.1 (from gcutil==1.16.1)
  Could not find a version that satisfies the requirement
google-apputils==0.4.1 (from gcutil==1.16.1) (from versions: )
No matching distribution found for google-apputils==0.4.1 (from
gcutil==1.16.1)

[0]: https://download.huihoo.com/google/gdgdevkit/DVD1/developers.google.com/compute/docs/gcutil.1.html
> "Warning: gcutil is deprecated. We encourage you to transition to
> using gcloud compute ."
2019-01-05 22:56:13 +01:00
Michael Weiss
35bee29824
pythonPackages.simplejson: Update the metadata
The old homepage URL returns a 404 and the project is dual-licensed.
2019-01-05 22:56:13 +01:00
Michael Weiss
2acda72b85
python27Packages.weboob: Override google_api_python_client 2019-01-05 22:32:49 +01:00
Michael Weiss
8d9c2fc3ff
python37Packages.google_api_python_client: 1.7.4 -> 1.7.7 2019-01-05 22:32:49 +01:00
Michael Raskin
f27fe449b1 pythonPackages.ldap3: switch src to fetchFromGitHub
PyPI links to a source tarball at PythonHosted that has an empty
ldap3/protocol/sasl/digestMd5.py
while the linked egg file has a non-empty file (and the upstream GitHub
repository has a non-empty file that hasn't even had a non-comment
change for some time.
2019-01-05 22:37:00 +01:00
Will Dietz
93a5522a7b
Merge pull request #53459 from dtzWill/update/gllvm-1.2.3
gllvm: 1.2.2 -> 1.2.3
2019-01-05 14:02:25 -06:00
Will Dietz
d42d70aee9
Merge pull request #53417 from dtzWill/update/getdns-1.5.0
getdns: 1.4.2 -> 1.5.0, stubby: 0.2.3 -> 0.2.4
2019-01-05 13:54:26 -06:00
Will Dietz
8cc2db0d8f
Merge pull request #52533 from dtzWill/fix/libpcap-musl
pcap: Add missing include, fix w/musl
2019-01-05 13:49:25 -06:00
Will Dietz
fcfdeedab9
Merge pull request #51339 from dtzWill/feature/minizincide
minizincide: init at 2.2.3
2019-01-05 13:48:52 -06:00
Will Dietz
6f886ca7aa gllvm: 1.2.2 -> 1.2.3
https://github.com/SRI-CSL/gllvm/releases/tag/v1.2.3
2019-01-05 13:39:17 -06:00
Will Dietz
5adde64416 minizincide: minor touchups per reviewer suggestion
(sourceRoot needed a "source/" prefix, FWIW)
2019-01-05 13:35:10 -06:00
Markus Kowalewski
256ae3ab48
uhd: 3.12.0.0 -> 3.13.0.1 2019-01-05 19:52:55 +01:00
Ryan Mulligan
d637039acf
Merge pull request #53432 from jerith666/haskell-fixes
haskell: friday: jailbreak
2019-01-05 10:48:48 -08:00
Ryan Mulligan
f706777f5b haskellPackages.binary-orphans: dontCheck 2019-01-05 10:29:20 -08:00
Ryan Mulligan
88029fc8af
Merge branch 'master' into haskell-github 2019-01-05 10:02:30 -08:00
Will Dietz
52ee4d07b6
Merge pull request #53347 from dtzWill/update/libxslt-1.1.33
libxslt: 1.1.32 -> 1.1.33, cleanup
2019-01-05 12:00:54 -06:00
Will Dietz
bce7888d46
Merge pull request #53348 from dtzWill/update/libxml2-2.9.9
libxml2: 2.9.8 -> 2.9.9
2019-01-05 11:58:57 -06:00
Vladimír Čunát
d84a33d85b
Merge branch 'master' into staging-next
A few more rebuilds (~1k on x86_64-linux).
2019-01-05 15:02:04 +01:00
Matt McHenry
8358ffc708 haskellPackages.friday: jailbreak 2019-01-05 08:39:09 -05:00
Domen Kožar
5ec91bac2f
Merge pull request #53326 from domenkozar/elm-packaging-rehaul
Elm: automate packaging with elm2nix
2019-01-05 13:20:16 +00:00
Jörg Thalheim
8832292ace
Merge pull request #52932 from ejpcmac/init-elixir_1_8
elixir_1_8: init at 1.8.0-rc.1
2019-01-05 12:59:33 +01:00
Jörg Thalheim
bf6aa78d0d
Merge pull request #52951 from Gerschtli/update/pdf2image
pythonPackages.pdf2image: 1.0.0 -> 1.3.1
2019-01-05 12:56:47 +01:00
Michael Raskin
fbd6ddadf1
Merge pull request #53434 from tohl/master
sbcl updated, tested on nixos x86_64
2019-01-05 11:48:23 +00:00
Jörg Thalheim
69d3eb6b6f
elixir: link to compatibility table 2019-01-05 12:39:23 +01:00
Jean-Philippe Cugnet
5cefef0d12
elixir_1_3: Remove since it is not supported anymore 2019-01-05 12:34:49 +01:00
Orivej Desh
8dddd6d4a1 clang-tools: override llvm version in all-packages 2019-01-05 11:19:37 +00:00
Tobias Happ
f94016eb84 pythonPackages.pdf2image: 1.0.0 -> 1.3.1 2019-01-05 10:56:50 +01:00
Frederik Rietdijk
60a3973a55 Merge staging-next into staging 2019-01-05 10:15:00 +01:00
Matthew Bauer
d9707792b5 mesa: make sure $drivers output gets created
Not all installs will have a $drivers output, so we just create an
empty one here.
2019-01-04 23:26:57 -06:00
Tomas Hlavaty
2d9d6337f8 sbcl: 1.4.13 -> 1.4.15 2019-01-05 05:19:42 +01:00
Ben Wolsieffer
3e94847022 gmp: don't infer build platform from uname 2019-01-04 22:21:59 -05:00
Anton-Latukha
25f9129f86 nv-codec-headers: 8.1.24.2 -> 8.2.15.6 2019-01-05 03:41:54 +02:00
Anton-Latukha
9f6e6f9b31 nv-codec-headers: bring package to top-level 2019-01-05 03:31:43 +02:00
worldofpeace
678dda92a5 libcdr: drop boost159 compat fix 2019-01-04 19:49:05 -05:00
worldofpeace
2764297cc5 libcdr: disable werror is default
So this optional configure flag is uneeded.

See: 10211e95bb/NEWS (L5)
2019-01-04 19:49:05 -05:00
R. RyanTM
d211457188 libcdr: 0.1.4 -> 0.1.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libcdr/versions
2019-01-04 19:49:05 -05:00
R. RyanTM
487cbfc563 python37Packages.node-semver: 0.5.1 -> 0.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/python3.7-node-semver/versions
2019-01-04 17:43:19 -05:00
R. RyanTM
b69d3fae73 python37Packages.django_redis: 4.9.1 -> 4.10.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-django-redis/versions
2019-01-04 17:42:23 -05:00
R. RyanTM
bb5ebed17f python37Packages.faker: 0.9.3 -> 1.0.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/python3.7-faker/versions
2019-01-04 17:36:39 -05:00
Piotr Bogdan
ac1122f264 pythonPackages.sipsimple: use c compiler for linkage 2019-01-04 21:44:22 +00:00
Piotr Bogdan
a898c8335d sqlitebrowser: link with libQt5PrintSupport explicitly 2019-01-04 21:44:21 +00:00
Piotr Bogdan
8bc5a019e8 pure: link with libLLVMJIT explicitly 2019-01-04 21:44:21 +00:00
Piotr Bogdan
a830472b0b libmatchbox: link with libX11 explicitly 2019-01-04 21:44:20 +00:00
Piotr Bogdan
3de83a8004 libfakekey: link with libX11 explicitly 2019-01-04 21:44:20 +00:00
Piotr Bogdan
46fad2b3b8 gtk-server: link with libdl explicitly 2019-01-04 21:44:19 +00:00
Piotr Bogdan
6910266b01 flatpak: link with pthreads explicitly 2019-01-04 21:44:18 +00:00
Piotr Bogdan
ef5baf894c cwiid: link with libbluetooth explicitly 2019-01-04 21:44:18 +00:00
Piotr Bogdan
b137a4c950 buddy: link with libm explicitly 2019-01-04 21:44:17 +00:00
Piotr Bogdan
580125f6fc box2d: don't build examples
They fail to build and aren't included in the output anyway.
2019-01-04 21:44:17 +00:00
Maximilian Bosch
da4c73045b
Merge pull request #53402 from geistesk/py-cbor-init
cbor: init at 1.0.0
2019-01-04 21:31:20 +01:00
Piotr Bogdan
6b0d3da79f a52dec: build shared libraries 2019-01-04 20:23:18 +00:00
Piotr Bogdan
d17273394b dbus_cplusplus: disable tests
They fail to build.
2019-01-04 20:23:18 +00:00
Frederik Rietdijk
9618abe87c Merge master into staging-next 2019-01-04 21:13:19 +01:00
Will Dietz
7ce548ef4f getdns: 1.4.2 -> 1.5.0
https://getdnsapi.net/releases/getdns-1-5-0/
2019-01-04 14:12:17 -06:00
Jan Tojnar
aca57f1aed
libnice: 0.1.14 -> 0.1.15
Port to meson, split outputs, enable tests.
2019-01-04 17:17:21 +01:00
Domen Kožar
28293fb169
fix #52118 2019-01-04 13:55:06 +00:00
Jörg Thalheim
3a0945f339
Merge pull request #53400 from JakobBruenker/no-curses-idris
idris-modules/curses.nix: delete
2019-01-04 14:43:28 +01:00
Lengyel Balazs
f4a53ff3bc treewide/xorg: replace *proto with xorgproto 2019-01-04 14:38:57 +01:00
Frederik Rietdijk
c0e6fbba70 python: pylint: 1.9.3 -> 1.9.4 2019-01-04 14:35:58 +01:00
Frederik Rietdijk
0173194e4f Revert "pythonPackages.python-jose: fix build for python 3.6""
This reverts commit d65a3efc3f.

This change should have been applied to the `rsa` package instead.
2019-01-04 14:35:58 +01:00
Frederik Rietdijk
4a7c9e5af2 python36.pkgs.rsa: fix build 2019-01-04 14:35:58 +01:00
Maximilian Bosch
46adbcde48 cutelyst: fix build
Cutelyst misses `pcre.h` to compile, adding `pkgs.pcre` as build input
fixes the compilation.

This unbreaks `virtlyst` and the corresponding module as well.

See also https://hydra.nixos.org/build/86293236
2019-01-04 14:16:45 +01:00
geistesk
89c433fbf1 cbor: init at 1.0.0 2019-01-04 14:11:26 +01:00
Domen Kožar
fb0e49a9a7
elm: get to compile on GHC 8.6.3 2019-01-04 13:03:24 +00:00
Jörg Thalheim
e3bc81f531
Merge pull request #53351 from Mic92/clang-tools
clang-tools: 5 -> 7
2019-01-04 13:49:06 +01:00
Jakob Brünker
e0bcc7f082 idris-modules/curses.nix: delete
The repository is currently unmaintained and cannot be guaranteed to
work.
2019-01-04 13:44:37 +01:00
Peter Simons
cce612a649 haskell-pandoc: jailbreak to fix the build 2019-01-04 12:58:27 +01:00
Peter Simons
22c495bb28 haskell-esqueleto: lo and behold, the package is no longer broken 2019-01-04 12:58:27 +01:00
Peter Simons
c792202b99 configuration-ghc-8.6.x.nix: cosmetic 2019-01-04 12:58:27 +01:00
Peter Simons
720a857c55 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.13-1-gda47f40 from Hackage revision
62a980cbfe.
2019-01-04 12:57:12 +01:00
Peter Simons
e911f179f5 hackage2nix: update list of broken Hydra builds 2019-01-04 12:57:02 +01:00
Peter Simons
e4d4080db3 LTS Haskell 13.1 2019-01-04 12:43:22 +01:00
Frederik Rietdijk
63bcd07888 python: add isPy2 attribute to passthru
Some packages relied on it. For consistency, also introduce isPy3 (which
is the same as isPy3k).
2019-01-04 12:31:42 +01:00
Joachim F
f0e28f982f
Merge pull request #52770 from eadwu/electron/4.0.0
electron: 3.0.5 -> 4.0.0
2019-01-04 11:04:59 +00:00
Jörg Thalheim
b27b443e14
Merge pull request #53363 from Ma27/fix-Pweave
pythonPackages.Pweave: fix build
2019-01-04 11:37:58 +01:00
Jörg Thalheim
2315ee940e
Merge pull request #53329 from r-ryantm/auto-update/insomnia
insomnia: 6.2.3 -> 6.3.2
2019-01-04 11:35:30 +01:00
Vladyslav M
4c943d77e2
Merge pull request #53378 from r-ryantm/auto-update/closure-compiler
closurecompiler: 20181125 -> 20181210
2019-01-04 11:56:00 +02:00
Frederik Rietdijk
d91b496eac pythonInterpreters.pypy{27,35}_prebuilt: init at 6.0.0
These interpreters are prebuilt by upstream and patched using patchelf.
They are primarily added for testing purposes and development on the
non-prebuilt PyPy interpreters as it can speed up translation
significantly.
2019-01-04 10:45:22 +01:00
Frederik Rietdijk
0a2caa41fe Python: drop python.majorVersion
Drop `python.majorVersion`. For Python language version, use `python.pythonVersion`.
For implementation version, use `python.sourceVersion`.

Some expressions were broken. Those that were identified were fixed.

fixup major
2019-01-04 10:45:22 +01:00
Frederik Rietdijk
f665828fa3 Python: improve cross-compilation
This changeset allows for cross-compilation of Python packages. Packages
built with buildPythonPackage are not allowed to refer to the build
machine. Executables that have shebangs will refer to the host.
2019-01-04 10:45:22 +01:00
Frederik Rietdijk
613498af97 pypy: merge 2.7 and 3.5 into a single expression
This commit merges the two expressions in a single one, using
the passthru function that is shared with CPython.
2019-01-04 10:45:22 +01:00
Frederik Rietdijk
efbe87f3ef CPython: merge expressions of interpreters
Each time a new major/minor version of CPython was released, a new
expression would be written, typically copied from the previous release.
Often fixes are only made in the current/latest release. By merging the
expressions it's more likely that modifications end up in all versions,
as is likely intended.

This commit introduces one expression for Python 3, and another for 2.7.
These two may also be merged, but it will result in a lot of extra
conditionals making the expression harder to follow.

A common passthru is introduced for CPython and PyPy.

python 2.7: use common passthru
2019-01-04 10:45:22 +01:00
Jörg Thalheim
d4910911e2
Merge pull request #53372 from r-ryantm/auto-update/actor-framework
caf: 0.16.2 -> 0.16.3
2019-01-04 09:44:30 +01:00
Wisut Hantanong
8ae21a85cc haskellPackage.greenclip: add missing dependency (xdmcp) (#53388)
fixes #53336
2019-01-04 09:13:36 +01:00
Jörg Thalheim
4f9970fcbf
Merge pull request #53352 from Mic92/fix-ceph
ceph: fix dependencies
2019-01-04 08:59:50 +01:00
Will Dietz
f11591afd9
Merge pull request #52745 from dtzWill/update/boehmgc-8.0.2
boehmgc: 8.0.0 -> 8.0.2
2019-01-04 00:52:23 -06:00
Michael Raskin
d366e13b8d
Merge pull request #53383 from r-ryantm/auto-update/angelscript
angelscript: 2.32.0 -> 2.33.0
2019-01-04 06:09:26 +00:00
R. RyanTM
f985ffd06a angelscript: 2.32.0 -> 2.33.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/angelscript/versions
2019-01-03 20:54:24 -08:00
Maximilian Bosch
0f6cf5fefe python{2,3}Packages.pytest-repeat: fix build
Test suite and build environment had several issues with Pytest >3.6
which can be fixed by applying the (yet unreleased) upstream patch from
f94b6940e3.patch
2019-01-03 23:01:17 -05:00
R. RyanTM
6e515fea7e closurecompiler: 20181125 -> 20181210
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/closure-compiler/versions
2019-01-03 19:44:17 -08:00
R. RyanTM
a452a8b103 caf: 0.16.2 -> 0.16.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/actor-framework/versions
2019-01-03 18:27:58 -08:00
Maximilian Bosch
ba1a181a88
Merge pull request #53367 from r-ryantm/auto-update/checkstyle
checkstyle: 8.15 -> 8.16
2019-01-04 03:19:16 +01:00
R. RyanTM
cc09a97be7 checkstyle: 8.15 -> 8.16
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/checkstyle/versions
2019-01-03 17:17:42 -08:00