Commit graph

32869 commits

Author SHA1 Message Date
Frederik Rietdijk 8544e86bc2 python.pkgs.lark-parser: init at 2017-12-10 2017-12-11 13:57:24 +01:00
aszlig cbd4d0e3f5
python/qrcode: Add mock to checkInputs
Another test issue surfacing from the setuptools bump in
70c1899768.

This time, the tests just fail because mock is missing as a dependency.

Tested building against Python 2.7 and Python 3.6.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @joachifm, @Mic92
2017-12-11 12:05:31 +01:00
aszlig 1c1a555438
python-axolotl: Disable tests for Python 2.x
The bump of setuptools from version 36.7.1 to 38.2.3 (commit
70c1899768) has caused the axolotl tests
to suddenly being run.

As the comment prior to the doCheck attribute states, we're using
pycryptodome so the tests are expected to fail even on Python 2.7 but
because of the version bump mentioned above, the tests didn't run and
thus the build didn't fail during when commit
094ac2d9b1 was made.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @abbradar, @Mic92
2017-12-11 11:38:21 +01:00
Vladimír Čunát e9c12f6936
Merge older staging
There are some regressions, but not that many and I want
the security update of openssl fast.
2017-12-11 09:49:56 +01:00
Frederik Rietdijk 35ccdb8632
Merge pull request #32544 from FRidh/pythonmodule
Python: rewrite requiredPythonModules to prevent stack overflows
2017-12-11 09:46:15 +01:00
Franz Pletz 963c3ef9f7
Merge pull request #32499 from FRidh/libvirt
libvirt: 3.8.0 -> 3.10.0
2017-12-11 04:52:08 +00:00
Franz Pletz c65107068e
xmr-stak: init at 2.0.0 2017-12-11 04:23:46 +01:00
John Ericson de6e133486 Merge branch 'ericson2314-cross-base' into staging
All the underlying commits are already on master
2017-12-10 17:16:11 -05:00
John Ericson 3337e9eca4
Merge pull request #32547 from obsidiansystems/fix-splice
top-level: Fix splicing, again
2017-12-10 17:13:56 -05:00
John Ericson 6c36d3c9e0 top-level: Fix splicing, again 2017-12-10 17:01:23 -05:00
Orivej Desh c86b19cb20 Python: simplify hasPythonModule 2017-12-10 20:10:35 +00:00
Frederik Rietdijk 9630bd5232 python.pkgs.setuptools: mark as python module 2017-12-10 20:40:35 +01:00
Frederik Rietdijk a334930490 Python: rewrite requiredPythonModules. Add requiredPythonModules attribute to derivation 2017-12-10 20:40:34 +01:00
Orivej Desh bf132e6464 gnuplot_qt: Qt 4 -> Qt 5 2017-12-10 19:30:57 +00:00
Orivej Desh e21e752caf libcerf: init at 1.5
squash! libcerf: init at 1.5

squash! libcerf: init at 1.5
2017-12-10 19:30:57 +00:00
John Ericson b0114725f3
Merge pull request #32521 from obsidiansystems/fix-splice
top-level: Fix splicing in the presence of evaluation errors
2017-12-10 13:34:24 -05:00
Michael Fellinger 3abcc2c514 Revert "calamares: remove due to being broken and insecure."
This reverts commit c677c35922.
2017-12-10 16:59:33 +01:00
Orivej Desh dd604d575f Merge branch 'master' into staging
* master: (39 commits)
  pythonPackages: rename dns -> dnspython
  awesome: fix LUA_PATH/LUA_CPATH to lgi [now for version 3.5]
  qt4: fix qmake on darwin and delete custom install phase
  python.buildEnv: always include the $out output
  nix-bash-completions: lazy load aware install
  borg: 1.1.1 -> 1.1.3
  nixos/programs/bash: document that /etc/bash_completion.d is obsolete
  ocamlPackages.markup: 0.7.4 -> 0.7.5
  hhvm: 3.21 -> 3.23.2
  ocamlPackages.ulex: 1.1 -> 1.2
  notmuch: 0.25.2 -> 0.25.3
  gmime3: 3.0.1 -> 3.0.5
  qt4: fix darwin install phase
  nixos/programs/bash: Let bash-completion lazy load scripts
  Revert "gmime: 3.0.1 -> 3.0.5"
  rawtherapee: delete unused files
  pythonPackages: rename dns -> dnspython
  nixpkgs: remove sqlite/kyotocabinet deps for leveldb
  tor-browser-bundle-bin: 7.0.10 -> 7.0.11
  networkmanager: remove restart after suspend from resume
  ...
2017-12-10 15:24:30 +00:00
Vincent Laporte 746d9d1b7b ocamlPackages.markup: 0.7.4 -> 0.7.5 2017-12-10 13:01:40 +01:00
Vincent Laporte 1ccd3b9755
ott: 0.25 -> 0.27 2017-12-10 11:49:05 +00:00
Vincent Laporte d98d944d5d
Merge pull request #32494 from mpickering/ber-metaocaml2
ber_metaocaml: (re)init at 104
2017-12-10 12:36:30 +01:00
Frederik Rietdijk c6fbf4a15a
Merge pull request #32531 from rnhmjoj/dnspython
pythonPackages: rename dns -> dnspython
2017-12-10 10:09:05 +01:00
Orivej Desh fc930e055a rawtherapee: delete unused files 2017-12-10 08:44:04 +00:00
rnhmjoj b56d92a53b
pythonPackages: rename dns -> dnspython 2017-12-10 03:22:52 +01:00
John Ericson 965cc5da57 top-level: Fix splicing in the presence of evaluation errors
- No more `or {}`, this was misleading at best since those values
   wouldn't be used unless the attr they are defined from was present
   anyways.

 - `tryEval` for get outputs. This ensures that if some derivations fail, they
   won't take out the others. This benefited from the `or {}` before, but that
   was never good enough. `tryEval` is strictly better.
2017-12-09 20:02:45 -05:00
Orivej Desh b687ffa0d2 gurobipy: fix eval 2017-12-09 22:41:18 +00:00
Orivej Desh 8e2f912b65
Merge pull request #32526 from andir/rawtherapee-git-removal
rawtherapee-git: remove `-git` version
2017-12-09 22:19:45 +00:00
Orivej Desh 926aaa4870
Merge pull request #32215 from dtzWill/feature/clang-multilib
multilib-capable clang, multilib tests
2017-12-09 21:41:54 +00:00
Andreas Rammhold 241f3bb673
rawtherapee-git: remove -git version
As discussed in #32337 the `-git` version is outdated since a while and
doesn't compile with modern compilers anymore.

closes #32337
2017-12-09 22:04:33 +01:00
Orivej Desh d61b1cee5c
Merge pull request #32522 from bhipple/python-cryptop-0.2
cryptop: 0.1 -> 0.2
2017-12-09 20:59:15 +00:00
Orivej Desh d1e3e83d67 cryptop: alias to altcoins.cryptop 2017-12-09 20:53:04 +00:00
Orivej Desh 88f7171fe0
Merge pull request #32519 from mbode/kontemplate_1_3_0
kontemplate: init at 1.3.0
2017-12-09 20:33:18 +00:00
Shea Levy 286eadc147
Add gurobipy for python2.7 on Linux 2017-12-09 15:28:39 -05:00
Shea Levy 3dfbf51a25
Add gurobipy for python2.7 on darwin. 2017-12-09 15:00:43 -05:00
Vladimír Čunát 2309acf723
Merge branch 'master' into staging 2017-12-09 21:00:07 +01:00
Shea Levy 6d7ceedaf9
Add insert_dylib darwin package. 2017-12-09 14:37:24 -05:00
Maximilian Bode 473c295dbb kontemplate: init at 1.3.0 2017-12-09 20:10:05 +01:00
Peter Simons 73d85455e4
Merge pull request #32503 from mpickering/ghc-head-updates-8.5
ghcHEAD: 8.3.20170808 -> 8.5.20171209
2017-12-09 19:27:04 +01:00
Orivej Desh c7bf1b8a0e
Merge pull request #32036 from mbode/flink-1_3_2
flink: init at 1.3.2
2017-12-09 17:53:57 +00:00
Jörg Thalheim 82235b388c
Merge pull request #32437 from vbgl/ocaml-facile-1.1.3
facile: 1.1 -> 1.1.3
2017-12-09 16:19:52 +00:00
Sarah Brofeldt e32a2b4695
Merge pull request #32458 from elitak/vncdo
vncdo: init at 0.11.2
2017-12-09 16:54:59 +01:00
Daiderd Jordan b2e2490181
Merge pull request #32454 from andir/erlang-cleanup
Erlang cleanup (remove R17, R16 cleanup, updated couchdb to R19)
2017-12-09 14:48:56 +01:00
Frederik Rietdijk 3e1748f727 python.pkgs.xmltodict: 0.9.2 -> 0.11.0 2017-12-09 14:07:24 +01:00
Matthew Pickering 9a072a466c Remove broken ber-metaocaml-003 attribute 2017-12-09 12:18:06 +00:00
Matthew Pickering 08dfb95673 ber_metaocaml: (re)init at 104 2017-12-09 12:18:05 +00:00
Orivej Desh 54aafd15b2 luaPackages.luadbi: fix darwin build 2017-12-09 11:54:40 +00:00
Matthew Pickering e7a327da5c ghcHEAD: 8.3.20170808 -> 8.5.20171208 2017-12-09 11:04:31 +00:00
Orivej Desh 5ce5ef06ab
Merge pull request #32462 from magnetophon/fluidsynth
fluidsynth: 1.1.6 -> 1.1.8
2017-12-09 10:37:09 +00:00
Bart Brouns 95ef6622a7 fluidsynth: 1.1.6 -> 1.1.8 2017-12-09 10:15:46 +00:00
markuskowa 66da9b9f8f gpredict: init at 1.3 (#32436) 2017-12-09 09:45:29 +00:00
Jörg Thalheim 3a20229361
Merge pull request #32484 from magnetophon/qsampler
qsampler: svn-2342 -> 0.4.3
2017-12-09 09:22:38 +00:00
Orivej Desh 40950f6a2d
Merge pull request #31006 from florianjacob/prosody
Improvements for Prosody
2017-12-09 09:19:24 +00:00
Tamas Herman 53e16ecd21 python.pkgs.boto3: 1.4.7 -> 1.4.8 2017-12-09 09:18:29 +00:00
Frederik Rietdijk 8b5fd51064 python.pkgs.libvirt: move to separate file 2017-12-09 10:10:05 +01:00
Sarah Brofeldt 26be73bf5c
Merge pull request #32362 from caugner/php-pecl-mailparse
phpPackages.mailparse: init at 3.0.2
2017-12-09 10:07:30 +01:00
Sarah Brofeldt 6edcc25c6e
Merge pull request #32153 from yuriaisaka/pr-fcitx-skk-init
fcitx-skk: init at 0.1.4
2017-12-09 10:03:44 +01:00
Jörg Thalheim 398478df2f
Merge pull request #32468 from magnetophon/qsynth
qsynth: 0.3.9 -> 0.4.4
2017-12-09 07:53:56 +00:00
Bart Brouns 9b1ba6515a qsampler: svn-2342 -> 0.4.3 2017-12-09 02:04:45 +00:00
Orivej Desh d87976c19f linuxsampler: svn-2340 -> 2.1.0 2017-12-09 02:04:45 +00:00
Robert Schütz 2320b0af02 pythonPackages.py3status: 3.6 -> 3.7 2017-12-08 23:16:48 +01:00
Bart Brouns 59782d8bff qsynth: 0.3.9 -> 0.4.4 2017-12-08 21:53:27 +01:00
Eric Litak 19126daab3 vncdo: init at 0.11.2 2017-12-08 10:43:14 -08:00
Joachim F 11d0cccf56
Merge pull request #32421 from caugner/zilla-slab
zilla-slab: init at 1.002
2017-12-08 16:10:46 +00:00
Andreas Rammhold 14f1698649
erlangR17: removed outdated & unused version
erlangR17 doesn't receive any upstream updates anymore and none of our
packages depend on it.
2017-12-08 15:06:01 +01:00
Andreas Rammhold 9f39d0ef68
erlang_basho_R16B02: OTP_16B02_basho8 -> OTP_16B02_basho10
Also renamed the file since it is no longer version 8.
2017-12-08 15:06:00 +01:00
Andreas Rammhold 8e2f11ee51
couchdb: use erlangR19 instead of erlangR17
erlangR17 is no longer receiving any kind of (security) patches,
switching to R19 should be fine as per the couchdb documentation [1]

[1] http://docs.couchdb.org/en/2.1.1/install/unix.html#dependencies
2017-12-08 15:06:00 +01:00
Daiderd Jordan 5bc910a6ef
Merge pull request #32443 from andir/erlang-cve-2017-1000385
Erlang CVE-2017-1000385 erlangR{18,19,20}
2017-12-08 12:57:58 +01:00
Andreas Rammhold 2b72043079
erlangR16: removed outdated & unused version
erlangR16 doesn't receive any upstream updates anymore and none of our
packages depend on it.
2017-12-08 12:18:58 +01:00
Pascal Wittmann b00f806ed0
Merge pull request #32400 from vbgl/ocamlnet-4.1.5
ocamlPackages.ocamlnet: 4.1.4 -> 4.1.5
2017-12-08 10:32:03 +01:00
Vincent Laporte 01f473c8d1
facile: 1.1 -> 1.1.3
Move to ocamlPackages.
Add a META file to use with ocamlfind
2017-12-08 06:12:26 +00:00
Claas Augner 8569087a53
zilla-slab: init at 1.002 2017-12-07 20:48:39 +01:00
John Doe 5b5b686f0a libvirt: 3.8.0 -> 3.10.0 2017-12-07 15:16:59 +00:00
Eelco Dolstra 5c5223d46b
make-tarball.nix: Fix <nixpkgs> check
This was broken by 6bcf194449, which
caused the result of the check to be ignored (since xargs will return
a non-zero exit status if *any* grep doesn't find a match).
2017-12-07 16:00:09 +01:00
Frederik Rietdijk 0e92f2100c python.pkgs.TurboCheetah: init at 1.0 2017-12-07 14:14:16 +01:00
Frederik Rietdijk 05be27f7dc python.pkgs.pathlib2: fix tests 2017-12-07 14:14:16 +01:00
Frederik Rietdijk e60a1fd433 python.pkgs.cheetah: move and update expression 2017-12-07 14:14:16 +01:00
Frederik Rietdijk 587556ce1d python.pkgs.backports_shutil_get_terminal_size: fix python 2 tests 2017-12-07 14:14:15 +01:00
Vladimír Čunát 6f5d989478
treewide: checkMeta fixes for x86_64-linux 2017-12-07 07:50:47 -05:00
Pascal Wittmann ae7e3a3a41
Merge pull request #32378 from markuskowa/master
airspy: init at 1.0.9
2017-12-07 12:38:38 +01:00
Orivej Desh c9a03d9b48 premake5: fix build on darwin 2017-12-07 09:41:46 +00:00
Izorkin 3025eb446b
mydumper: init at 0.9.3 2017-12-07 09:41:32 +08:00
Vincent Laporte d3e488c3a3
nettle: remove at 3.3 2017-12-06 20:39:41 +00:00
Patrick Chilton 38e2228a35 meshlab: 1.3.3 -> 2016.12 2017-12-06 20:45:38 +01:00
Jan Tojnar 7fcdd34d17
phpPackages.php-parallel-lint: init at 0.9.2 2017-12-06 16:50:18 +01:00
Jan Tojnar 26293bae50
phpPackages.box: init at 2.7.5 2017-12-06 16:50:18 +01:00
Jan Tojnar 019131c826
phpPackages.php-cs-fixer: init at 2.8.3 2017-12-06 16:11:28 +01:00
José Romildo Malaquias 0226077169
gcal: init at 4.1 2017-12-06 12:01:50 +01:00
Frederik Rietdijk 3674d7aa41
Merge pull request #32097 from jluttine/add-python-salmon
Add pythonPackages.salmon and dependencies
2017-12-06 10:40:25 +01:00
Peter Hoeg acab619ba0 freeorion: 0.4.6 -> 0.4.7.1
Also compile against latest boost.
2017-12-06 16:50:42 +08:00
Markus Kowalewski e832834a14 airspy: init at 1.0.9 2017-12-06 00:37:05 -08:00
John Doe 683337d5f5 oraclejdk: remove redundant asserts 2017-12-06 07:43:22 +00:00
Jaakko Luttinen f74f5ed30c
pythonPackages.salmon: init at bec795 2017-12-06 09:41:13 +02:00
Jaakko Luttinen 93305ee919
pythonPackages.lmtpd: init at 6.0.0 2017-12-06 09:41:13 +02:00
Jan Tojnar fcd04a9ae5
Merge pull request #24986 from johnramsden/master
onboard: 1.4.1
2017-12-06 06:36:58 +01:00
adisbladis b9aaab9634
Merge pull request #32367 from peterromfeldhk/softhsm-darwin
softhsm: darwin support
2017-12-06 12:01:35 +08:00
Rodney Lorrimar e6f1618dbc saxon-he: init at 9.8.0.6 2017-12-06 03:59:20 +00:00
Rodney Lorrimar e970236591 saxonb_9_1: init at 9.1.0.8
saxonb_8_8 is kept as default saxonb because the newer version is not
a completely compatible replacement.

https://www.saxonica.com/documentation/#!changes/xslt20/8.8-9.1
2017-12-06 03:52:20 +00:00
Rodney Lorrimar d0cd7a0999 saxons: refactor common builder code
Also add myself as maintainer.
2017-12-06 03:51:32 +00:00
Peter Romfeld e4ce67615e softhsm: darwin support 2017-12-06 11:51:28 +08:00
John Ramsden 58b281c3fb
onboard: init at 1.4.1
Add testing reqs, but keep tests disabled

Tests are runnable but still produce errors.

To get tests working, add locale setting, replace killall
and add nose package. To run the tests enable 'doCheck'.

Hunspell needs to be explicitly installed to use.

Patch SpellCheck.py to put hunspell in system datadir location.
For example, '/var/run/current-system/sw/share/hunspell/'
or '${HOME}/.nix-profile/share/hunspell/'

To get rid of atspi errors set
'services.gnome3.at-spi2-core.enable = true'
2017-12-05 18:53:33 -08:00
Claas Augner 442b6666a0
phpPackages.mailparse: init at 3.0.2 2017-12-06 00:08:06 +01:00
Michael Raskin a32b941425
Merge pull request #32210 from gnidorah/gapps
wrapGAppsHook: use it for some more packages
2017-12-05 20:52:31 +00:00
Peter Simons c722252251 idris: update overrides for new 1.1.1 default version 2017-12-05 21:01:50 +01:00
Bert Moens b8b7428a81 pcscd: add plugin for ACS ACR38U smart card reader 2017-12-05 20:11:17 +01:00
Austin Seipp 827142a7fa nixpkgs: add unicorn-emulator library 1.0.1
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2017-12-05 10:09:22 -06:00
Frederik Rietdijk 0b8417823d librepo: add bindings to python-packages.nix 2017-12-05 16:04:24 +01:00
John Doe f38560a17b oraclejdk8: support aarch64
[dezgeg amended the change to all-packages.nix]
2017-12-05 15:48:25 +02:00
Will Dietz 9d8f9b2e53 Add clang multilib variants (x64_64-only, 64/32bit), basic multilib tests 2017-12-05 07:17:14 -06:00
Jörg Thalheim 322855603e
Merge pull request #32222 from markus1189/ddgr
ddgr: init at 1.1
2017-12-05 13:00:40 +00:00
Jörg Thalheim 7e6068c353
Merge pull request #32335 from makefu/pkgs/devpi-common/update
init devpi-server at 4.3.1, bump devpi-client
2017-12-05 12:44:02 +00:00
makefu 623f9c15e0
devpi-server: init at 4.3.1 2017-12-05 13:31:55 +01:00
makefu 19ce61d79c
pytest-timeout: init at 1.2.1 2017-12-05 13:31:43 +01:00
makefu 7c464e3133
argon2_cffi: init at 16.3.0 2017-12-05 13:30:06 +01:00
Peter Simons 8d8061ec20
Revert "Revive multiple outputs for Haskell packages." 2017-12-05 09:36:08 +01:00
Fatih Altinok e5e32822df flow: 0.59.0 -> 0.60.1 2017-12-05 08:04:58 +01:00
Joachim F c0d7a054cb
Merge pull request #32274 from ThomasMader/dlang
Improve dlang packages
2017-12-04 23:02:11 +00:00
Frederik Rietdijk 78291a920f Python: support multiple overrides
Fixes https://github.com/NixOS/nixpkgs/issues/32263
2017-12-04 20:09:30 +01:00
Markus Hauck fd3d199c55 ddgr: init at 1.1 2017-12-04 18:30:38 +01:00
Peter Simons 7993e8790f
Merge pull request #32112 from nc6/hask-split-out
Revive multiple outputs for Haskell packages.
2017-12-04 12:36:45 +01:00
aszlig 6841064ac5
python/hetzner: 0.7.5 -> 0.8.0
New features:

 * Support for retrieving reverse PTRs.
 * Support for subnet-ranges.
 * Add logging (aszlig/hetzner#14).

Fixes:

 * Hide internal methods from the public API.
 * Fix Python 3 compatibility.
 * Fix for creating admin accounts with Hetzner's new login site.
 * Fix __repr__/__str__ issue with some exceptions (aszlig/hetzner#23).
 * Fix login for RobotWebInterface

Changes for the hetznerctl utility:

 * show: Show subnets
 * show: Show reverse PTRs
 * New 'rdns' subcommand for getting/setting/removing reverse-PTRs.
 * Use 'argparse' instead of 'optparse'.
 * Add command for managing admin accounts.
 * New '--debug' flag for printing debugging information.

This also fixes NixOS/nixops#778.

Tested building against Python 2.7 and Python 3.6.

Signed-off-by: aszlig <aszlig@nix.build>
2017-12-04 06:38:19 +01:00
adisbladis 74857c9dce
Revert "linux_4_13: Remove, no longer supported."
This reverts commit b39ab30ba7.

There are some show stopper issues in the 4.14 kernel that are still
not resolved.

https://github.com/NixOS/nixpkgs/issues/31640
2017-12-04 09:59:11 +08:00
Tuomas Tynkkynen b39ab30ba7 linux_4_13: Remove, no longer supported. 2017-12-03 23:20:08 +02:00
Ilya Kolpakov cf62c0e884 pythonPackages.jsondate: in sorted order in python-packages 2017-12-03 21:59:41 +01:00
Ilya Kolpakov 037e35da2d pythonPackages.inflection: in sorted order in python-packages 2017-12-03 21:58:24 +01:00
Ilya Kolpakov fb598605cd pythonPackages.quandl: in sorted order in python-packages 2017-12-03 21:56:10 +01:00
Tuomas Tynkkynen 17218f0bac Make callPackage_i686 fail on on-x86
...instead of silently producing an i686 derivation.
2017-12-03 17:17:34 +02:00
Domen Kožar d64ba1c060
Add localtime package and nixos module
Simple daemon for keeping system timezone up-to-date via geoclue2.

Sadly i3 status needs to be restarted for timezone changes.
2017-12-03 11:42:51 +01:00
Thomas Mader 54f1b753b3 dmd: Enable tests and integrate bootstrap into one derivation
- Merge bootstrap dmd into default derivation.
- Reenable all tests by using a fixed-output derivation for phobos tests because of network checks in sandbox mode.
- Adding supported platforms.
2017-12-03 05:18:57 +01:00
Tuomas Tynkkynen 58307d15a7 Merge remote-tracking branch 'upstream/staging' into master 2017-12-03 01:49:14 +02:00
Tim Steinbach 4e7deb7100
linux-copperhead: 4.14.2.a -> 4.14.3.a 2017-12-02 14:01:14 -05:00
Vincent Laporte 464c63e8d4
coqPackages_8_4: remove 2017-12-02 08:55:01 +00:00
Vincent Laporte da84fab60b
coqPackages_8_4.contribs: remove 2017-12-02 08:54:19 +00:00
Vincent Laporte 48aa378780
coqPackages_8_4.ynot: remove 2017-12-02 08:53:14 +00:00
Vincent Laporte e8a316f17f
coqPackages_8_4.unimath: remove 2017-12-02 08:52:38 +00:00
Vincent Laporte c1efbbab96
coqPackages_8_4.tlc: remove 2017-12-02 08:52:01 +00:00
Vincent Laporte f6284c76da
coqPackages_8_4.ssreflect: remove 2017-12-02 08:51:36 +00:00
Vincent Laporte f307634f9d
coqPackages_8_4.QuickChick: remove 2017-12-02 08:51:02 +00:00
Vincent Laporte 459860043a
coqPackages_8_4.paco: remove 2017-12-02 08:50:21 +00:00
Vincent Laporte 5b7e3de309
coqPackages_8_4.mathcomp: remove 2017-12-02 08:49:36 +00:00
Vincent Laporte 00a6d849f8
coqPackages_8_4.interval: remove 2017-12-02 08:48:41 +00:00
Vincent Laporte 1ba141bf18
coqPackages_8_4.heq: remove 2017-12-02 08:47:12 +00:00
Vincent Laporte 5bd0a09351
coqPackages_8_4.flocq: remove 2017-12-02 08:46:48 +00:00
Vincent Laporte 5a043e24da
coqPackages_8_4.fiat: remove 2017-12-02 08:46:16 +00:00
Vincent Laporte 13573cf129
coqPackages_8_4.domains: remove 2017-12-02 08:45:14 +00:00
Vincent Laporte 017321a91c
coqPackages_8_4.coquelicot: remove 2017-12-02 08:44:29 +00:00
Vincent Laporte 5add451ee3
coqPackages_8_4.coqeal: remove 2017-12-02 08:42:29 +00:00
Vincent Laporte 7a12b3de44
coqPackages_8_4.coqExtLib: remove 2017-12-02 08:41:40 +00:00
Vincent Laporte 1ada9f8283
coqPackages_8_4.bedrock: remove 2017-12-02 08:40:42 +00:00
Vincent Laporte e36cb93283
coq_HEAD: remove 2017-12-02 08:38:58 +00:00
Vladimír Čunát 33300c7316
Merge branch 'master' into staging
Hydra: ?compare=1415329
2017-12-02 09:37:07 +01:00
Robert Helgesson d1ddc3ff23
perl-Sys-Syslog: 0.34 -> 0.35
Fixes CVE-2016-1238.
2017-12-01 23:50:15 +01:00
Robert Helgesson 25a853e619
perl-Log-Any: disable syslog test 2017-12-01 23:44:19 +01:00
Robert Helgesson 84c3186711
perlPackages: update some packages
- CGI: 4.37 -> 4.38

- Log-Any: 1.045 -> 1.703

- Moo: 2.003003 -> 2.003004

- Sub-Info: init at 0.002

- Term-Table: init at 0.012

- Test2-Suite: 0.000061 -> 0.000094

- Test-Simple: 1.302067 -> 1.302120
2017-12-01 23:33:24 +01:00
Jörg Thalheim 302552b722
Merge pull request #32120 from rybern/add-drip
drip: init at 0.2.4
2017-12-01 21:44:23 +00:00
Jörg Thalheim 04221193f9
Merge pull request #32167 from dotlambda/git-annex-adapter
python3Packages.git-annex-adapter: init at 0.2.0
2017-12-01 21:39:08 +00:00
Jörg Thalheim 0b0256a72f
Merge pull request #32224 from bkchr/redis_desktop_manager
redis-desktop-manager: 0.8.3 -> 0.9.0-alpha5
2017-12-01 20:25:50 +00:00
zimbatm aa5fa2f7cd
Merge pull request #32179 from mrVanDalo/feature/memo
memo: init at 0.2 + changed my email address
2017-12-01 16:38:00 +00:00
Tim Steinbach a57a32e07c
linux: 4.4.102 -> 4.4.103 2017-12-01 10:07:28 -05:00
Tim Steinbach 777f49bfff
linux: 4.9.65 -> 4.9.66 2017-12-01 10:04:09 -05:00
Tim Steinbach 2863022480
linux: 4.14.2 -> 4.14.3 2017-12-01 10:00:48 -05:00
Bastian Köcher 623d859001 redis-desktop-manager: 0.8.3 -> 0.9.0-alpha5
- Fixes build with latest Qt and glibc.
- Switches to Qt 5.9
2017-12-01 13:07:57 +01:00
Vladimír Čunát 9f8c3f77ea
Merge branch 'master' into staging
Hydra: ?compare=1415011
2017-12-01 09:18:58 +01:00
adisbladis de675e19cf
Merge pull request #32191 from adisbladis/vagrant-ruby-24
vagrant: Use ruby 2.4
2017-12-01 16:18:57 +08:00
gnidorah f423efb7f5 libreoffice: use wrapGAppsHook 2017-12-01 11:11:09 +03:00
Orivej Desh d95cc52d14 emulationstation: fix build by using gcc5 2017-12-01 07:30:16 +00:00
Orivej Desh 1f99fd6965 libminc: fix build after hdf5 upgrade by using hdf5_1_8 2017-12-01 00:37:29 +00:00
Bas van Dijk 460a4b0832 networkmanager_strongswan: fix package
Added the boolean option:

  networking.networkmanager.enableStrongSwan

which enables the networkmanager_strongswan plugin and adds
strongswanNM to the dbus packages.

This was contributed by @wucke13, @eqyiel and @globin.

Fixes: #29873
2017-11-30 23:03:32 +01:00
Robert Helgesson 1332bf244c
perl-CryptX: 0.054 -> 0.055 2017-11-30 16:02:19 +01:00
Ilya Kolpakov e5037694f5 pythonPackages.Quandl: 3.0.0 -> 3.2.1 (alias for pythonPackages.quandl) 2017-11-30 13:48:52 +01:00
Ilya Kolpakov e15c715daf pythonPackages.quandl: init at 3.2.1 2017-11-30 13:48:46 +01:00
Ilya Kolpakov 741d9c8c2d pythonPackages.inflection: enable and add tests 2017-11-30 12:59:38 +01:00
Ilya Kolpakov a60513428d pythonPackages.jsondate: init at 0.1.3 2017-11-30 12:59:30 +01:00
Vladimír Čunát d477bc353c
ocamlnet: fixup build by bringing back nettle-3.3 2017-11-30 12:28:35 +01:00
adisbladis 0396e494db
vagrant: Use ruby 2.4
ffi gem is explicitly referencing libruby.so.2.4

Fixes #32190
2017-11-30 15:57:40 +08:00
Ingolf Wagner c80e1b6fe7
memo: init at version 0.2 2017-11-29 21:22:25 -03:00
Vladimír Čunát a8f3df29c6
Merge #32165: curlFull: add brotli support 2017-11-29 22:36:47 +01:00
Jason Felice ed38976d9a chez: support Darwin 2017-11-29 19:26:13 +00:00
Vladimír Čunát a4280a5e1c
mesa_noglu: use llvm-5 on aarch64 as well 2017-11-29 18:06:57 +01:00
Jörg Thalheim 4654fb6aa5
Merge pull request #32157 from womfoo/init/yq-2.3.3
yq: init at 2.3.3
2017-11-29 13:05:48 +00:00
Robert Helgesson ffd7ebdd49
perl-Log-Contextual: 0.007001 -> 0.008000 2017-11-29 12:50:54 +01:00
adisbladis 8d479c0397
curl: Add brotli support 2017-11-29 19:47:41 +08:00
Orivej Desh 11520e812c
Merge pull request #32123 from kosta/master
brotli: 0.6.0 -> 1.0.1
2017-11-29 11:16:53 +00:00
Orivej Desh 6c82383370 libskk: fix build 2017-11-29 10:30:03 +00:00
Orivej Desh d6431833be gencfsm: fix build 2017-11-29 10:27:24 +00:00
Kranium Gikos Mendoza 131f48d0b1 yq: init at 2.3.3 2017-11-29 21:15:15 +11:00
Vladimír Čunát 5f020d5627
Merge branch 'staging'
There are security fixes in multiple packages /cc #32117,
so I'm merging a little earlier, with a few thousand jobs
still not finished on Hydra for x86_64-darwin and aarch64-linux.
2017-11-29 10:02:40 +01:00
Orivej Desh 937b4821fe aseprite-unfree: 1.2.2 -> 1.2.4 2017-11-29 08:18:12 +00:00
Daiderd Jordan 4cf3a494cc
Merge pull request #31759 from LnL7/darwin-libmpack
libmpack: fix darwin build
2017-11-29 08:07:48 +01:00
Christian Kögler 0f570807fc vdrsymbols: init at 20100612 2017-11-29 06:53:32 +00:00
Yuri Aisaka 35bb45e1f2 fcitx-skk: init at 0.1.4 2017-11-29 12:46:13 +09:00
Daiderd Jordan b7ed086650 lua-mpack: fix darwin build 2017-11-29 03:01:15 +00:00
Maximilian Bode ea37640791 flink: init at 1.3.2 2017-11-29 02:01:32 +00:00
Mike Playle 3aecf95548 libamqpcpp: init at 2.7.4 2017-11-29 01:54:32 +00:00
Orivej Desh 0238e5ca93
Merge pull request #32108 from yuriaisaka/pr-libskk-init
libskk: init at 1.0.2
2017-11-29 01:03:40 +00:00
Orivej Desh 7584d1c3bd brotliUnstable: delete 2017-11-29 00:59:46 +00:00
Orivej Desh e8b6a11aba libbrotli: delete
Its functionality was incorporatad into brotli.
2017-11-29 00:59:46 +00:00
Brian McKenna a0c5d084c6 peek: init at 1.2.0 2017-11-28 23:53:55 +00:00
Vladimír Čunát addd20e6f9
Merge branch 'master' into staging 2017-11-28 18:19:34 +01:00
Philipp Steinpass e8fcced76e linux-testing: 4.14-rc8 -> 4.15-rc1
Closes #32137
2017-11-28 15:19:23 +02:00
Tuomas Tynkkynen acbaefa615 Revert "linux-testing: 4.14-rc8 -> 4.15-rc1"
This reverts commit 9335f1dda2.

Doesn't compile, a working version is at #32137.
2017-11-28 15:18:49 +02:00