adisbladis
81a6e50110
Merge pull request #34800 from adisbladis/linphone-3_12_0
...
linphone: 3.10.2 -> 3.12.0
2018-02-12 09:39:06 +08:00
Franz Pletz
cb02fae72f
Merge pull request #34797 from oxij/pkgs/opencl-things
...
OpenCL things
2018-02-12 00:16:16 +00:00
Will Fancher
627444cfc2
Use static cabal2nix in callCabal2nix
2018-02-11 18:33:20 -05:00
Hamish Mackenzie
ca74ad35f4
rust: fix disabling of fragile test
...
Tests in the run-make directory are all in subdirectories
2018-02-12 12:10:29 +13:00
Vladimír Čunát
226d86a3c4
nodejs: 6.12.2 -> 6.12.3 (maintenance)
...
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V6.md#6.12.3
2018-02-11 22:47:58 +01:00
Andreas Rammhold
7fad46051e
Merge pull request #34681 from xurei/master
...
postman: init at 5.5.2
2018-02-11 20:43:53 +01:00
Olivier Bourdoux
63a4cbfb43
postman: init at 5.5.2
2018-02-11 18:39:44 +01:00
Daiderd Jordan
69779a5f7e
Merge pull request #33374 from dtzWill/update/llvm-5-default
...
Update LLVM default 4 -> 5
2018-02-11 18:29:26 +01:00
Spencer Baugh
600d0afc4f
pythonPackages.aioconsole: init at 0.1.7
2018-02-11 17:23:52 +00:00
Frederik Rietdijk
3933b60bae
Merge pull request #34847 from va1entin/pynacl
...
pythonPackages.pynacl: fix tests
2018-02-11 15:15:42 +00:00
Valentin Heidelberger
92d68b0656
pythonPackages.pynacl: fix tests
2018-02-11 16:10:37 +01:00
Bjørn Forsman
8ea7a302bd
make-fonts-cache: remove CACHEDIR.TAG file from Nix store
...
A CACHEDIR.TAG file indicates that the contents can be automatically
re-generated. This is not really true for Nix store paths. (Well _Nix_
can recreate them, but that's different.)
I noticed this issue as I was restoring full system backup that "for
some reason" always missed /nix/store/*-fc-cache (found by `nix-store
--verify --repair`). Turns out I was excluding caches from my backup...
2018-02-11 16:07:43 +01:00
Frederik Rietdijk
b101148337
Merge pull request #34835 from vanzef/i3ipc
...
pythonPackages.i3ipc: init at 1.4.0
2018-02-11 14:10:27 +00:00
Ivan Solyankin
eb3611a8f3
pythonPackages.i3ipc: init at 1.4.0
...
closes #34828
2018-02-11 16:34:31 +03:00
Pascal Wittmann
b0047a527c
fswatch: 1.9.3 -> 1.11.2
2018-02-11 13:29:43 +01:00
Pascal Wittmann
63c97b946e
udunits: 2.2.24 -> 2.2.26
2018-02-11 13:22:19 +01:00
Pascal Wittmann
2d6d52b60c
icmake: 9.02.04 -> 9.02.06
2018-02-11 12:02:27 +01:00
Pascal Wittmann
2e7e318ffd
unibilium: 1.2.1 -> 2.0.0
2018-02-11 12:00:21 +01:00
Frederik Rietdijk
27217271e1
Merge pull request #34826 from va1entin/pynacl
...
pythonPackages.pynacl: 0.3.0 -> 1.2.1
2018-02-11 08:48:56 +00:00
Luke Adams
677aa175a7
platformio-python: add git
2018-02-11 09:20:13 +01:00
Luke Adams
4da3c294f6
platformio-fhs: minor changes
2018-02-11 09:19:53 +01:00
Nadrieril
ad7ab43448
pythonPackages.weboob: 1.1 -> 1.3
2018-02-11 09:14:42 +01:00
Lancelot SIX
45b9cf2659
pythonPackages.celery: 4.0.2 -> 4.1.0
2018-02-11 09:00:18 +01:00
Frederik Rietdijk
06a7281d0f
Merge master into staging
2018-02-11 08:55:28 +01:00
Frederik Rietdijk
9d69ebe5a8
Merge staging at '256ba86' into master
2018-02-11 08:54:49 +01:00
Frederik Rietdijk
773aca9632
Merge pull request #34825 from dotlambda/home-assistant-0.63.0
...
home-assistant: 0.62.1 -> 0.63
2018-02-11 07:30:02 +00:00
Frederik Rietdijk
35ab6369c6
Merge pull request #34065 from markuskowa/openmpi3-pr
...
openmpi: 1.10.7->3.0.0, add markuskowa as maintainer
2018-02-11 07:27:17 +00:00
Markus Kowalewski
389a130e6d
mpi4py: disable test_spawn.py
...
test_spawn.py fails when build with openmpi-3.0.0 in a sandboxed
environment.
2018-02-10 22:37:45 -08:00
Valentin Heidelberger
97982f264a
pythonPackages.pynacl: 0.3.0 -> 1.2.1
2018-02-11 01:52:38 +01:00
Tuomas Tynkkynen
48f3036e87
Merge remote-tracking branch 'upstream/master' into staging
2018-02-11 02:10:02 +02:00
Tuomas Tynkkynen
0ed5ba8a64
buildMavenPackage: Use concatStringsSep
2018-02-11 00:17:47 +02:00
Robert Schütz
0577bc4832
pythonPackages.astral: 1.4 -> 1.5
2018-02-10 23:16:48 +01:00
Austin Seipp
df689d142b
chez-scheme: 9.5-20171109 -> 9.5.1
...
- Add a new postInstall hook that installs Chez's kernel.o file into
the library directory. This library /should/ be installed by Chez, but
isn't, and it's the only way to properly embed Chez in your applications
or write your own shell/bootfile harness directly.
- Fixes the version number for Nix to properly reflect the one Chez
shows the user.
- Loose odds and ends (fix homepage URL, tidy up comments)
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-02-10 14:14:04 -06:00
adisbladis
d424160b33
go_1_8: 1.8.5 -> 1.8.7
2018-02-11 03:33:13 +08:00
adisbladis
cac2a6596c
go_1_9: 1.9.3 -> 1.9.4
2018-02-11 03:33:08 +08:00
Daiderd Jordan
0905e5e23a
qt59-qtbase: fix darwin build
2018-02-10 20:30:38 +01:00
Shea Levy
32085eafa1
haskell-hpio: disable test suite to fix the build
2018-02-10 18:10:47 +01:00
Shea Levy
b0270dfcec
haskell-securemem: fix build with GHC 8.4
2018-02-10 18:10:47 +01:00
Shea Levy
74bde7e20a
haskell-deepseq-generics: fix build on ghc 8.4
2018-02-10 18:10:47 +01:00
Shea Levy
d2b6665024
haskell-twee-lib: disable broken haddocks
2018-02-10 18:10:46 +01:00
Shea Levy
15344506cc
haskell-funcmp: Fix build on GHC 8.4
2018-02-10 18:10:46 +01:00
Shea Levy
7ac6c77323
ghc: Make deterministic profiling patches opt-in.
...
The patch changes some pieces of the exposed API, so we can't have our
default GHC changed in this way.
2018-02-10 18:10:44 +01:00
Shea Levy
9dfbb52423
liquidhaskell: Patch for compat with our deterministic profiling GHC patch
2018-02-10 18:05:29 +01:00
Shea Levy
69b0bc1bdf
ghc 8.{2,4}: Add patches for deterministic profiling symbols.
...
These are taken from https://phabricator.haskell.org/D4388 (which is
against HEAD) and fix an inconsistency when building profiling
libraries on multiple machines that leads to linking failure.
2018-02-10 18:05:29 +01:00
Peter Simons
36a095e27e
haskell-contravariant: fix build on GHC 7.10.x
2018-02-10 18:05:28 +01:00
Peter Simons
1d4529c7e2
cabal2nix: compile with hpack 0.25.0
2018-02-10 18:05:28 +01:00
Peter Simons
c8bc6163c0
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.8-24-g7642d25 from Hackage revision
ddb881454b
.
2018-02-10 18:05:23 +01:00
Peter Simons
52628a27e7
hackage2nix: disable broken builds
2018-02-10 18:05:21 +01:00
Jörg Thalheim
b3e42e607c
Merge pull request #34021 from dtzWill/update/boomerang-20180118
...
boomerang: switch to new active fork, cleanup, maintain
2018-02-10 15:57:24 +00:00
Jan Malakhovski
f036df0321
libclc: 2017-02-25 -> 2017-11-29
2018-02-10 15:07:14 +00:00
Jan Malakhovski
d64748295a
ocl-icd: fix cross-compilation
2018-02-10 15:07:14 +00:00
Jan Malakhovski
63a1c0c807
ocl-icd: provide a variant for each opencl-headers version
2018-02-10 15:07:13 +00:00
Jan Malakhovski
67a058eda7
opencl-headers: 2016-11-29 -> 2017-07-18, provide multiple versions
2018-02-10 15:07:13 +00:00
Jan Malakhovski
7f7e117c94
hwloc: disable x11 by default
...
I think nothing actually uses what this feature provides but all headless
machines suffer.
2018-02-10 15:07:12 +00:00
Jörg Thalheim
e2d2503515
Merge pull request #34015 from veprbl/pytgbot
...
python-telegram-bot: init at 9.0.0
2018-02-10 14:41:14 +00:00
Robert Schütz
3c97239afe
pythonPackages.testtools: clean up dependencies
2018-02-10 15:24:55 +01:00
Eric Wolf
230b640ea6
pythonPackages.neovim: 0.2.0 -> 0.2.1
...
changed dependency msgpack-python to msgpack to make
it build
2018-02-10 15:10:55 +01:00
Eric Wolf
b020aef13a
pythonPackages.msgpack: init at 0.5.4
2018-02-10 15:10:55 +01:00
Eric Wolf
e2859068b1
pythonPackages.msgpack: renamed to msgpack-python
2018-02-10 14:47:19 +01:00
Jörg Thalheim
5c22bf84e4
Merge pull request #34124 from arcadio/hunspell
...
hunspell: 1.6.1 -> 1.6.2
2018-02-10 13:03:10 +00:00
Jörg Thalheim
7e36db84c7
Merge pull request #34285 from fgaz/duktape
...
duktape: init at 2.2.0
2018-02-10 12:35:29 +00:00
Jörg Thalheim
7e1ebc2c52
Merge pull request #34327 from mnacamura/node-json-diff
...
node-packages.json-diff: init at 0.5.2
2018-02-10 12:30:41 +00:00
Jörg Thalheim
a4354c9593
Merge pull request #34515 from vbgl/ocaml-tyxml-4.2.0
...
ocamlPackages.tyxml: 4.0.1 -> 4.2.0
2018-02-10 11:53:53 +00:00
Jörg Thalheim
fdc9312dba
Merge pull request #34546 from samdroid-apps/add-spice-up
...
Add presentation app Spice Up
2018-02-10 11:43:09 +00:00
Frederik Rietdijk
2e07f0da88
Merge pull request #34808 from jluttine/fix-txtorcon
...
pythonPackages.txtorcon: fix tests
2018-02-10 11:33:34 +00:00
Jörg Thalheim
777c8388e6
Merge pull request #34523 from womfoo/init/librarian-puppet-go-0.3.9
...
librarian-puppet-go: init at 0.3.9
2018-02-10 11:32:40 +00:00
Jaakko Luttinen
6aee626c32
pythonPackages.txtorcon: fix tests
...
There is a bug in the upstream package that causes one test to fail currently:
https://github.com/meejah/txtorcon/issues/250
The test can be safely ignored but should be enabled once it's been fixed
upstream.
2018-02-10 13:11:07 +02:00
Frederik Rietdijk
2b16b1a1dd
Merge pull request #34807 from dotlambda/python
...
python: housekeeping
2018-02-10 10:55:51 +00:00
Robert Schütz
520eaac3c3
pythonPackages.pytest_xdist: enable tests for python2
2018-02-10 11:37:12 +01:00
Vladimír Čunát
256ba86fff
libtasn1: 4.12 -> 4.13 (security)
...
/cc #34787 .
2018-02-10 11:30:34 +01:00
Robert Schütz
5ca63e0462
python3Packages.async-timeout: clean up
2018-02-10 11:07:03 +01:00
Robert Schütz
56224e27af
pythonPackages.chardet: clean up
2018-02-10 11:07:03 +01:00
Robert Schütz
585a5c1634
python3Packages.multidict: clean up dependencies
2018-02-10 11:06:57 +01:00
Robert Schütz
43795b2cea
python3Packages.aiohttp: clean up dependencies
2018-02-10 10:53:01 +01:00
Jörg Thalheim
7fd8e8b40e
Merge pull request #33427 from vdemeester/init-go-symbols
...
go-symbols: init at 2017-02-06
2018-02-10 09:47:30 +00:00
Frederik Rietdijk
d8d8a0a00f
Merge pull request #34761 from nico202/papis
...
papis: init at 0.5.2 + dependencies
2018-02-10 08:32:52 +00:00
Jörg Thalheim
2c5c928a10
Merge pull request #34688 from andrew-d/adunham/dbd-sqlite
...
Fix build failures with DBD-SQLite
2018-02-10 08:27:49 +00:00
Nicolò Balzarotti
3c3bc83c39
python-magic: move to own file, 0.4.10 -> 0.4.13
...
move python_magic
2018-02-10 09:23:02 +01:00
Nicolò Balzarotti
c00d76cc29
pylibgen: init at 1.3.1
2018-02-10 09:23:02 +01:00
Nicolò Balzarotti
78ab516964
papis-python-rofi: init at 1.0.2
2018-02-10 09:23:01 +01:00
Nicolò Balzarotti
1e5216751e
pyparser: init at 1.0
2018-02-10 09:23:01 +01:00
Nicolò Balzarotti
e6a42f8252
habanero: init at 0.6.0
2018-02-10 09:23:01 +01:00
Nicolò Balzarotti
4422a70922
arxiv2bib: init at 1.0.8
2018-02-10 09:23:01 +01:00
Frederik Rietdijk
603952d86c
Merge pull request #34790 from dotlambda/pyhomematic
...
python3Packages.pyhomematic: 0.1.38 -> 0.1.39
2018-02-10 08:09:10 +00:00
adisbladis
051c92a825
belcard: init at 1.0.2
2018-02-10 13:23:56 +08:00
adisbladis
fa633e7905
belr: init at 0.1.3
2018-02-10 13:23:52 +08:00
adisbladis
611ed16125
bzrtp: init at 1.0.6
2018-02-10 13:20:51 +08:00
adisbladis
0dbe0ad242
ortp: 0.27.0 -> 1.0.2
2018-02-10 13:19:52 +08:00
adisbladis
bebb33a50f
belle-sip: 1.5.0 -> 1.6.3
2018-02-10 13:19:08 +08:00
adisbladis
ab2a3c74aa
mediastreamer: 2.14.0 -> 2.16.0
2018-02-10 13:18:44 +08:00
adisbladis
a5047cd5f0
bctoolbox: 0.2.0 -> 0.6.0
2018-02-10 13:18:00 +08:00
Robert Schütz
6da71d97d4
python3Packages.pyhomematic: 0.1.38 -> 0.1.39
2018-02-09 23:24:30 +01:00
Frederik Rietdijk
84a6d8a718
Merge pull request #34777 from dotlambda/pytest-httpbin
...
pythonPackages.pytest-httpbin: actually run tests
2018-02-09 19:42:58 +00:00
Frederik Rietdijk
75c5b8c01f
Merge pull request #34768 from dotlambda/dateparser
...
pythonPackages.dateparser: 0.6.0 -> 0.7.0
2018-02-09 19:42:41 +00:00
Robert Schütz
6ae627b01e
pythonPackages.pytest-httpbin: actually run tests
2018-02-09 20:37:56 +01:00
Peter Simons
13dda44b8b
haskell-with-packages-wrapper: don't bother with extraOutputsToInstall
...
symlinkJoin doesn't recognize this parameter, so this functionality has been
broken ever since 4b77d425aa
.
2018-02-09 20:26:35 +01:00
Frederik Rietdijk
9c105bdf8f
Merge remote-tracking branch 'upstream/master' into HEAD
2018-02-09 20:02:53 +01:00
Robert Schütz
d436d3dac5
pythonPackages.dateparser: 0.6.0 -> 0.7.0
2018-02-09 19:57:22 +01:00
Peter Simons
2c13435734
haskell-generic-builder: revert "set LD_LIBRARY_PATH in shellHook"
...
This reverts commit e73e5c884f
. Please don't
set $LD_LIBRARY_PATH! Instead, pass appropriate --extra-include-dir and
--extra-lib-dir arguments to "cabal configure" to ensure that Cabal knows
about system dependencies.
2018-02-09 19:56:20 +01:00
Peter Simons
bd3379c443
haskell-generic-builder: include build-tool dependencies in shell environments
...
For a Haskell package "foo" the environment foo.env now contains the build tool
dependencies required for compiling the package in $PATH.
Fixes https://github.com/NixOS/cabal2nix/issues/331 .
2018-02-09 19:56:20 +01:00