Commit graph

108448 commits

Author SHA1 Message Date
Yegor Timoshenko 1d4222566e
Merge pull request #33189 from dtzWill/update/brotli-1.0.2
brotli: 1.0.1 -> 1.0.2
2017-12-30 03:42:59 +03:00
Daiderd Jordan 36326ed55d
Merge pull request #33153 from LnL7/darwin-mercurial
mercurial: don't propagate frameworks
2017-12-30 01:37:52 +01:00
Yegor Timoshenko 0d321897fb
linuxPackages.spl: eval, 84d8ef6e2f
Second attempt.
2017-12-30 00:28:37 +00:00
Yegor Timoshenko f497999e86
linuxPackages.spl: eval, 84d8ef6e2f 2017-12-29 23:43:05 +00:00
Benjamin Staffin f0f290e6cb
melpaPackages: match version of magit-popup to magit
Related to https://github.com/magit/magit/issues/3286
2017-12-29 18:42:28 -05:00
Kier Davis 537f213ef7
hugo: update dependencies
Generated a new deps.nix by installing hugo into a clean
GOPATH with `go get` and running `go2nix save`.
2017-12-29 23:41:11 +00:00
Will Dietz 9064293f31 brotli: 1.0.1 -> 1.0.2 2017-12-29 17:11:33 -06:00
adisbladis 99b49592bc
Merge pull request #33181 from kierdavis/hugo-0.30.2
hugo: 0.29 -> 0.30.2
2017-12-29 23:41:43 +01:00
Nick Hu 47c1711f68 llvm-hs: fix llvm-config dependency 2017-12-29 22:38:27 +00:00
adisbladis 612e1acb6b
Merge pull request #33177 from Mounium/gnome-ext
dash-to-panel: init at v11
2017-12-29 23:35:17 +01:00
adisbladis f056ec2f24
Merge pull request #33183 from mstarzyk/miller
miller: init at 5.2.2
2017-12-29 23:31:45 +01:00
Tuomas Tynkkynen 722295fc15 openblas: Support ARMv6 2017-12-30 00:19:57 +02:00
Franz Pletz 6b74d2ca07
linuxPackages.zfs: use correct kernel module build flag
In this expression the boolean flags `buildUser` and `buildKernel` determine
if either userspace tools or the kernel module is being built.

cc #33166
2017-12-29 22:46:34 +01:00
Franz Pletz 84d8ef6e2f
linuxPackages.spl: simplify expression
This package only contains a kernel module.
2017-12-29 22:45:53 +01:00
Franz Pletz 1fb0d3d158
Fix some instances of #33166 correctly 2017-12-29 22:35:32 +01:00
Vladimír Čunát 5997b4f3db
linuxPackages.rtlwifi_new: fix missing libelf
/cc #33166.  Fixes #33102.
2017-12-29 22:25:13 +01:00
David Guibert 1e77d0b975 kernel 4.14 require libelf to compile modules.
[...]
make modules -C /nix/store/h1vzl6bq4wif3m8dd1bw2p3fv4shjg3n-linux-4.14.9-dev/lib/modules/4.14.9/build EXTRA_CFLAGS=-Werror-implicit-function-declaration M=/tmp/nix-build-spl-kernel-2017-11-16-4.14.9.drv-0/source/build
/nix/store/h1vzl6bq4wif3m8dd1bw2p3fv4shjg3n-linux-4.14.9-dev/lib/modules/4.14.9/source/Makefile:939: *** "Cannot generate ORC metadata for CONFIG_UNWINDER_ORC=y, please install libelf-dev, libelf-devel or elfutils-libelf-devel". Stop.

This patch introduces kernel.moduleBuildDependencies to avoid the logic "stdenv.lib.optional (stdenv.lib.versionAtLeast kernel.version "4.14") libelf" in multiple places.

[dezgeg did some minor tweaks on top]
2017-12-29 23:08:17 +02:00
Orivej Desh 77cc63950a wxmaxima: build with cmake
Fixes reported version number: see
https://github.com/NixOS/nixpkgs/pull/31657#issuecomment-354414642

"make check" did not run any tests with autotools, and is not defined with
cmake. ("make test" is not defined too.)
2017-12-29 21:00:03 +00:00
Maciek Starzyk 8bf2a0971e miller: init at 5.2.2 2017-12-29 21:55:42 +01:00
John Ericson 52a4a7c3bb
Merge pull request #33167 from bnikolic/mingw32-w64-fix
Mingw_w64 fix to get cross-compilation working again
2017-12-29 15:44:17 -05:00
John Ericson bc3a6e260a Merge commit '3afe325a3e2f906ba512fb7a2f28f79496711592' into mingw32-w64-fix 2017-12-29 15:28:56 -05:00
John Ericson 5d336d36bb Merge commit 'e82bd498d1a2a28fb20249569a6f49fcaab9aca8' into mingw32-w64-fix 2017-12-29 15:28:49 -05:00
Joachim F 56518ff5ac
Merge pull request #32230 from bkchr/renderdoc
renderdoc: Fixes build with missing SWIG_PACKAGE
2017-12-29 20:03:43 +00:00
Kier Davis 901fa266fb
hugo: 0.29 -> 0.30.2
Also requires updating the github.com/alecthomas/chroma dependency.
2017-12-29 20:00:43 +00:00
Eelco Dolstra eaf2877cd8 Finance::Quote: 1.38 -> 1.47 2017-12-29 20:56:47 +01:00
Peter Simons 4a01a175a3
Merge pull request #33158 from shlevy/hslib-haskell-build-inputs-again
Revert "Revert "hslib: Function to extract the haskell build inputs of a package.""
2017-12-29 20:51:24 +01:00
Shea Levy 89e882f956
Merge branch 'haskell-ide-engine' 2017-12-29 14:41:47 -05:00
Shea Levy 961907de47
Add haskell-ide-engine 2017-12-29 14:41:15 -05:00
Shea Levy 1ee61d8f23
Revert "Revert "hslib: Function to extract the haskell build inputs of a package.""
Trying again, without changing the generic builder.

This reverts commit 65138e8a41.
2017-12-29 14:37:24 -05:00
John Ericson 169227bfd2 Merge commit '3a59cd87f26cc59c91fb821749b1ec0d64922f87' into mingw32-w64-fix 2017-12-29 14:24:10 -05:00
Bojan Nikolic 2e0ebc0532 mingw-w64: Disable stack hardening of the runtime
Do this because it is built with the static stage
2017-12-29 14:23:30 -05:00
Katona László 19175d4f7b dash-to-panel: init at v11 2017-12-29 20:23:08 +01:00
John Ericson 2365e2ffcd Merge commit '51948eab9415fde1825dea5c7d31b99b2e1a0fdb' into mingw32-w64-fix 2017-12-29 14:23:05 -05:00
dywedir c8c5b022ec feh: 2.22.2 -> 2.23 2017-12-29 20:54:44 +02:00
Bojan Nikolic 771bae04e8 gcc: Enable SSP and shared libs in the final stage for MinGW
Hardening on by default now that we don't use the cross wrapper. In
turn, hardening requires libssp in particular.
2017-12-29 13:27:02 -05:00
Frederik Rietdijk d8490e34a5 python.pkgs.numexpr: 2.6.2 -> 2.6.4 2017-12-29 18:57:06 +01:00
volth 4026ea9c8a collectd: 5.7.2 -> 5.8.0
This is https://github.com/NixOS/nixpkgs/pull/32811 without refactoring parts.

Closes #32811
2017-12-29 17:34:55 +00:00
Frederik Rietdijk d3297379ad
Merge pull request #33175 from johbo/pelican-without-pandoc
pelican: Disable pandoc support for now
2017-12-29 17:24:02 +00:00
Johannes Bornhold 5b7f9db5c5 pelican: Disable pandoc support for now
Version 3.7.1 is not compatible with the current (more recent) pandoc version.
Since pandoc support is optional in pelican, we can ship it without pandoc
support until a fix will be applied upstream.

Kept a note in the buildInputs so that the improvement opportunity can be
spotted again on future updates of pelican.
2017-12-29 18:13:11 +01:00
Jörg Thalheim 805e25988f
Merge pull request #33174 from Mic92/pythonix
python3Packages.pythonix: init at 0.1.0
2017-12-29 17:49:34 +01:00
Jörg Thalheim 7e20ba9515 python3Packages.pythonix: init at 0.1.0 2017-12-29 17:38:05 +01:00
schneefux 40ab1bed8a
wallabag: 2.2.3 -> 2.3.1 2017-12-29 16:26:40 +01:00
Peter Simons 40a3d775a5 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.7.1-1-gc1b61fc from Hackage revision
246f2ece36.
2017-12-29 15:47:44 +01:00
Peter Simons 504016f753
Merge pull request #32993 from shlevy/haskell-internal-libs
haskell generic-builder: Support installing internal libs.
2017-12-29 15:41:19 +01:00
Orivej Desh 3c8cff253e Revert "collectd: 5.7.2 -> 5.8.0"
This reverts commit 7b9c5b4849.

This is incomplete, collectd is being updated in
https://github.com/NixOS/nixpkgs/pull/32811
2017-12-29 13:48:09 +00:00
sternenseemann 019c631840 libhttpseverywhere: 0.4.5 -> 0.6.5 2017-12-29 14:22:30 +01:00
adisbladis 52c707c84d
subsurface: 4.7.2 -> 4.7.5 2017-12-29 13:23:46 +01:00
Moritz Ulrich 8a5f3ec6a8
btrbk: 0.25.1 -> 0.26.0
This update fixes compatibility with recent btrfs-progs which are
already available in NixOS.
2017-12-29 13:02:40 +01:00
Franz Pletz 4ce44d6d4c
wireguard: 0.0.20171111 -> 0.0.20171221 2017-12-29 11:37:21 +01:00
Franz Pletz 7b9c5b4849
collectd: 5.7.2 -> 5.8.0 2017-12-29 11:37:20 +01:00
Rickard Nilsson 1de251c664 haskellPackages.LDAP: Fix build 2017-12-29 11:42:20 +01:00
Christoph Hrdinka d07bc8bb30
woff2: init at 1.0.2
Signed-off-by: Christoph Hrdinka <c.github@hrdinka.at>
2017-12-29 11:38:08 +01:00
adisbladis aaea2bfc20
Merge pull request #33163 from brachiel/patch-2
veracrypt: refactor
2017-12-29 18:16:24 +08:00
adisbladis 8b7654a67e
Merge pull request #33161 from markuskowa/minimodem-pr
minimodem: 0.19->0.24
2017-12-29 18:12:59 +08:00
adisbladis d003553bb6
Merge pull request #33162 from markuskowa/multimon-ng-pr
multimon-ng: 1.0.0->1.1.4
2017-12-29 18:09:53 +08:00
Vincent Laporte efcb39233d ocaml: adds an argument to enable flambda 2017-12-29 10:49:13 +01:00
brachiel 9acb07d716
veracrypt: refactor
Previous Veracrypt hoster was CodePlex which will be shut down and was set to read only on 27th of November. See the announcement (https://blogs.msdn.microsoft.com/bharry/2017/03/31/shutting-down-codeplex/) . Verycrypt's homepage has since moved to https://www.veracrypt.fr which is owned by IDRIX (https://www.afnic.fr/fr/produits-et-services/services/whois/)
2017-12-29 09:20:53 +01:00
Yegor Timoshenko 76c146c990
Merge pull request #32092 from samdroid-apps/add-eolie
eolie: init at 0.9.14
2017-12-29 10:37:49 +03:00
Sam Parkinson ca74d62bdd
eolie: init at 0.9.16 2017-12-29 07:24:52 +00:00
Markus Kowalewski 1b9f22caa8
multimon-ng: 1.0.0:1.1.4 2017-12-28 22:26:34 -08:00
Markus Kowalewski a85e23cd6b
minimodem: 0.19->0.24 2017-12-28 22:07:28 -08:00
Yegor Timoshenko 1f3f774bbe
Merge pull request #33040 from yegortimoshenko/20171225.022736/easyrpg-player
easyrpg-player: init at 0.5.3
2017-12-29 08:33:58 +03:00
Yegor Timoshenko 082416febb
Merge pull request #33107 from rnhmjoj/palemoon
palemoon: use upstream recommended options
2017-12-29 07:38:16 +03:00
Yegor Timoshenko 2d4426ab05
Merge pull request #33098 from olynch/denemo
denemo: init at 2.2.0
2017-12-29 06:37:11 +03:00
Owen Lynch d13d8006ab pjsip: 2.6 -> 2.7.1 2017-12-29 03:40:57 +01:00
Robin Gloster 5908726117
jbake: cleanup 2017-12-29 03:26:25 +01:00
John Mercier 78d76e4b55 jbake: init at 2.5.1 2017-12-29 03:26:13 +01:00
Chloe Kever 341d181eab gdrivefs: 0.14.8 -> 0.14.9 2017-12-29 03:17:29 +01:00
Maarten Hoogendoorn 536d1d3016 dlib: 19.6 -> 19.8 2017-12-29 03:11:33 +01:00
taku0 c162a98bb4 firefox-esr: 52.5.2esr -> 52.5.3esr 2017-12-29 02:06:06 +01:00
taku0 ae3af011fb firefox: 57.0.2 -> 57.0.3 2017-12-29 02:06:06 +01:00
taku0 d41197c731 firefox-bin: 57.0.2 -> 57.0.3 2017-12-29 02:06:06 +01:00
Nick Hu 8640e286b4 fdr: 4.2.0 -> 4.2.3 2017-12-29 02:01:31 +01:00
Kamil Chmielewski e2f6d9f34d yEd: 3.17.1 -> 3.17.2 2017-12-29 01:53:08 +01:00
Robin Gloster a0d3ee9fce
prometheus-blackbox-exporter: 0.10.0 -> 0.11.0 2017-12-29 01:13:35 +01:00
Robin Gloster 02545a64a9
glm: 0.9.8.4 -> 0.9.8.5, clean up build 2017-12-29 01:11:39 +01:00
Maxwell Huang-Hobbs 87e71f22c8
glm: 0.9.6.1 -> 0.9.8.4, include built glm.pc 2017-12-29 01:11:38 +01:00
Daiderd Jordan b3facac2cd
mercurial: don't propagate frameworks 2017-12-29 00:40:44 +01:00
Will Dietz fec590e594 chkrootkit: fixup relative path usage 2017-12-28 17:18:16 -06:00
Jörg Thalheim c333e9b348
Merge pull request #32302 from andir/uwimap-pollution
uwimap pollution of `include/`
2017-12-29 00:08:26 +01:00
Joe Doyle e9886dde9b csfml: init at 2.4 (#33000) 2017-12-28 22:04:02 +01:00
Peter Simons d54384bb80
Merge pull request #33129 from domenkozar/ghc-binary-boot-pkgs
ghc: wire up new binary ghc for bootstrapping
2017-12-28 19:28:40 +01:00
Peter Simons 65138e8a41 Revert "hslib: Function to extract the haskell build inputs of a package."
This reverts commit d545ef3fa1. Please don't
commit substantial changes to the generic Haskell builder without giving me a
chance to review them.
2017-12-28 19:23:41 +01:00
Michael Alan Dorman 68ff2f45d4 melpa-packages: 2017-12-28 2017-12-28 12:52:50 -05:00
Michael Alan Dorman 9aff8f3c0f melpa-stable-packages: 2017-12-28 2017-12-28 12:52:49 -05:00
Michael Alan Dorman 22054d1d1e elpa-packages: 2017-12-28 2017-12-28 12:52:49 -05:00
hyphon81 7ccceeacca
pythonPackages.chainer: init at 3.2.0 2017-12-28 17:47:15 +01:00
hyphon81 0184f60c1c
pythonPackages.cupy: init at 2.2.0 2017-12-28 17:47:08 +01:00
hyphon81 e5921012a1
pythonPackages.filelock: init at 2.0.13 2017-12-28 17:47:03 +01:00
hyphon81 a9379a6d67
pythonPackages.fastrlock: init at 0.3 2017-12-28 17:46:59 +01:00
hyphon81 05573d3e06
nccl: init at 1.3.4-1 2017-12-28 17:46:52 +01:00
Shea Levy a7334eb476
Merge branch 'hslib-haskell-build-inputs' 2017-12-28 11:24:45 -05:00
Domen Kožar 695a026f5f
ghc: wire up new binary ghc for bootstrapping
This change brings development feedback loop improvement
from a couple of ghc rebuilds to only one for working on generic
builder.

To completely eliminate the rebuilds, use two nixpkgs clones
and point boot packages to the unmodified one.
2017-12-28 15:11:50 +00:00
Jaakko Luttinen f297764c5a yle-dl: 2.28 -> 2.30 2017-12-28 16:07:33 +01:00
Christoph Hrdinka f00c17e927
nsd: 4.1.16 -> 4.1.19
Signed-off-by: Christoph Hrdinka <c.github@hrdinka.at>
2017-12-28 14:34:06 +01:00
Christoph Hrdinka 02694384c0
nsd: add configFile parameter
Signed-off-by: Christoph Hrdinka <c.github@hrdinka.at>
2017-12-28 14:34:05 +01:00
dywedir f3949a2e8e sway: 0.15.0 -> 0.15.1 2017-12-28 14:25:34 +01:00
adisbladis 907face464
qt5: Add qtvirtualkeyboard submodule 2017-12-28 21:13:45 +08:00
Christoph Hrdinka 47a71e9426
pg_tmp: init at 2.3
Signed-off-by: Christoph Hrdinka <c.github@hrdinka.at>
2017-12-28 13:50:06 +01:00
Christoph Hrdinka a3c45b383d
bbswitch: add libelf to buildInputs
Signed-off-by: Christoph Hrdinka <c.github@hrdinka.at>
2017-12-28 13:28:39 +01:00
Christoph Hrdinka d1bfa7ee08
nvidia-x11: add libelf to buildInputs
Signed-off-by: Christoph Hrdinka <c.github@hrdinka.at>
2017-12-28 13:28:39 +01:00
Vincent Laporte 0004682e36
gtksourceview: run checks on Linux only 2017-12-28 11:28:42 +00:00
Frederik Rietdijk 1dc391d92b
Merge pull request #32890 from vanschelven/google-cloud-speech
google-cloud-speech: init at 0.30.0
2017-12-28 10:56:10 +00:00
adisbladis 71f677d138
firefox-devedition-bin: 58.0b11 -> 58.0b13 2017-12-28 18:27:06 +08:00
adisbladis 8ab993a5d3
firefox-beta-bin: 58.0b9 -> 58.0b13 2017-12-28 18:26:41 +08:00
adisbladis da09b6b1ae
Merge pull request #33119 from jwiegley/Xaw3d-fix
Xaw3d: 1.6 -> 1.6.2
2017-12-28 18:08:52 +08:00
adisbladis f80200e07b
Merge pull request #33112 from KaiHa/nitrokey-1.2
nitrokey-app: 1.1 -> 1.2
2017-12-28 18:02:27 +08:00
Jörg Thalheim 4000e6b47e
Merge pull request #33121 from dtzWill/update/chkrootkit-0.52
chkrootkit: 0.51 -> 0.52
2017-12-28 10:41:37 +01:00
Jörg Thalheim 53c2210812
Merge pull request #33117 from mimadrid/update/git_cola-3.0
git-cola: 2.11 -> 3.0
2017-12-28 09:18:33 +01:00
Vincent Laporte a9d066a990 coqPackages.tlc: init at 20171206
TLC is a general purpose Coq library that provides an alternative to Coq's
standard library.

Homepage: http://www.chargueraud.org/softs/tlc/
2017-12-28 08:19:54 +01:00
Tim Steinbach 5128f43b28
linux-copperhead: 4.14.8.b -> 4.14.9.a 2017-12-27 21:40:39 -05:00
Tim Steinbach 15b2a76399
linux: 4.4.107 -> 4.4.108 2017-12-27 21:31:14 -05:00
Yegor Timoshenko 25b35f4ffb
chrootenv: resolve potential race condition 2017-12-28 00:25:02 +00:00
Peter Hoeg 7798051817
Merge pull request #32927 from peterhoeg/u/kdeapp
kde-applications: 17.08.3 -> 17.12.0
2017-12-28 08:22:27 +08:00
Will Dietz c82b52d8a7 chkrootkit: 0.51 -> 0.52 2017-12-27 17:40:28 -06:00
John Wiegley 6674e34614 Xaw3d: 1.6 -> 1.6.2
Previously the version was given as 1.6.2, but the tarball it was installing
from was only 1.6.
2017-12-27 15:33:09 -08:00
Bastian Köcher 039cb6291d renderdoc: Fixes build with missing SWIG_PACKAGE 2017-12-28 00:15:32 +01:00
José Romildo Malaquias 9fed741776 jgmenu: 0.7.5 -> 0.7.6 (#33079) 2017-12-27 17:50:01 -05:00
Miguel Madrid Mencía e8207876a5
git-cola: 2.11 -> 3.0 2017-12-27 22:59:40 +01:00
John Ericson ad1a1ee7dd
Merge pull request #33087 from obsidiansystems/alt-stdenv
treewide: Clean up multi-arch tools and usage
2017-12-27 13:45:24 -08:00
Ahmed Kamal 298798bcd6 electrum-ltc: 2.6.4.2 -> 2.9.3.1 2017-12-27 21:15:57 +00:00
Peter Simons 635c10140f hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.7-7-g6012213 from Hackage revision
e61097beb3.
2017-12-27 21:33:17 +01:00
Peter Simons 071c6bb8ab LTS Haskell 10.1
Fixes https://github.com/NixOS/nixpkgs/issues/33097.
2017-12-27 21:33:12 +01:00
Peter Simons 63a9142279
Merge pull request #33054 from NixOS/ghc-prebuilt
ghc prebuilt: Add 7.8.4, 7.10.3 and 8.2.1, and make consistent style
2017-12-27 21:31:56 +01:00
John Ericson 558c96fe13 treewide: Cleanup usage of multi-arch tools
- Don't needlessly force GCC

 - Prefer using multi-arch stdenvs to using multi-arch tools directly.
2017-12-27 15:15:45 -05:00
John Ericson 831c71eea3 top level: Clean up definitions of alternative stdenvs
- Dispatch off more appropriate conditions---`stdenv.cc.is*` and
   `hostPlatform.is*` directly---rather than the OS as a proxy.

 - Don't worry about pulling in binutils from normal `stdenv.cc` for
   `gccMultiStdenv`.

 - Defining a `multiStdenv` that uses whatever compiler is default.

 - Define `stdenv_32bit` in terms of `multiStdenv`.
2017-12-27 15:15:41 -05:00
Yegor Timoshenko afac8c61e9
Merge pull request #33108 from mdorman/emacs-updates
Semi-automated Emacs package updates
2017-12-27 21:55:51 +03:00
Kai Harries d01f0530ac nitrokey-app: 1.1 -> 1.2 2017-12-27 18:37:27 +01:00
Peter Simons d9d554a287
Merge pull request #33089 from NixOS/revert-33077-scalendar-cycle
Revert "haskellPackages.{SC,sc}alendar: nullify to fix ofborg eval"
2017-12-27 18:34:49 +01:00
Peter Simons 39eb15b028 haskell-scalendar: break the infinite recursion to avoid evaluation errors
Suggested in https://github.com/NixOS/nixpkgs/pull/33077#issuecomment-353993598.
2017-12-27 18:33:45 +01:00
Lancelot SIX 92cdd7d3ae
Merge pull request #33111 from jonafato/liferea-1.12.1
liferea: 1.12.0 -> 1.12.1
2017-12-27 17:59:19 +01:00
Peter Hoeg 8423b6a3d4 wp-cli: allow using more memory as composer can exhaust it 2017-12-28 00:39:09 +08:00
Jon Banafato 0fef1ed1b1 liferea: 1.12.0 -> 1.12.1
Liferea has a new bugfix release.
2017-12-27 11:33:48 -05:00
Michael Alan Dorman 4eb6074755 melpaStablePackages.rcirc-menu: mark broken 2017-12-27 08:19:42 -05:00
Michael Alan Dorman 85fbf141ae melpaStablePackages.insert-shebang: mark broken 2017-12-27 08:19:42 -05:00
Michael Alan Dorman 8043782b8f melpaStablePackages.eterm-256color: fix bad markBroken
I type `emacs` much more readily than `eterm`.
2017-12-27 08:19:42 -05:00
Michael Alan Dorman af2ef2eac6 melpa-packages: 2017-12-26
Removals:
 - company-eshell-autosuggest - Removed from melpa
 - helm-package - Removed from melpa
2017-12-27 08:19:42 -05:00
Michael Alan Dorman c7ab815035 melpa-stable-packages: 2017-12-26
Removals:
 - company-eshell-autosuggest - removed from melpa
 - helm-package - removed from melpa
2017-12-27 08:19:41 -05:00
Michael Alan Dorman a998ee41e5 org-packages: 2017-12-26 2017-12-27 08:19:41 -05:00
Michael Alan Dorman cd165af5f4 elpa-packages: 2017-12-26 2017-12-27 08:19:41 -05:00
rnhmjoj 3efe021416
palemoon: use upstream recommended options 2017-12-27 13:57:49 +01:00
Michael Weiss b15eea6f31
Merge pull request #33085 from gnidorah/rootston
rootston module: better defaults
rootston module, orbment/bemenu: change my maintainership
2017-12-27 12:01:44 +01:00
Peter Hoeg e8db78639c openwsman: do not compile on Darwin 2017-12-27 16:43:36 +08:00
gnidorah c955c131f7 rootston module, orbment/bemenu: change my maintainership 2017-12-27 10:21:34 +03:00
Owen Lynch afd198f0f4 mitschemeX11: init at 9.2 2017-12-26 22:32:23 -05:00
Owen Lynch ee4aa56320 denemo: init at 2.2.0 2017-12-26 21:52:06 -05:00
Peter Hoeg 4d5837fc08 scummvm: add support for FluidSynth
This gives by far the best music and general sound quality for games
with MIDI support.
2017-12-27 09:10:34 +08:00
Jesper 1258d9a491 netdata: 1.7.0 -> 1.9.0 (#33009) 2017-12-26 16:54:06 -05:00
Justin Wood 6af1a08e9b Elixir: init 1.6-rc.0 (#33034) 2017-12-26 16:53:24 -05:00
Langston Barrett c9ec07309f calcurse: 4.2.0 -> 4.3.0 (#33036)
* calcurse: 4.2.0 -> 4.3.0
2017-12-26 16:52:18 -05:00
Graham Christensen 152c386564
Merge pull request #33064 from samdroid-apps/gradio-update
gradio: 6.0.2 -> 7.0
2017-12-26 16:51:50 -05:00
Graham Christensen f45d2e966d
Merge pull request #33068 from mimadrid/update/ack-2.22
ack: 2.16 -> 2.22
2017-12-26 16:51:34 -05:00
Peter Simons adabca4b13
Revert "haskellPackages.{SC,sc}alendar: nullify to fix ofborg eval" 2017-12-26 22:24:30 +01:00
Graham Christensen c964449c98
Merge pull request #33005 from vbgl/coq-lablgtk
coq: lablgtk is only needed for coqide
2017-12-26 15:52:28 -05:00
Graham Christensen cd78ac9586
Merge pull request #33020 from pbogdan/flashtool-broken
flashtool: mark as broken
2017-12-26 15:51:14 -05:00
John Ericson f5fc1ff344 top level: Stop hacking around #28223
Clang stdenvs with either libc++ should work now.
2017-12-26 15:26:55 -05:00
Markus Hauck 21d51ece1b odpdown: add checkInputs
Related #32244
2017-12-26 21:33:08 +03:00
gnidorah bac2d913d3 pythonPackages.pykde4: init at 4.14.3
instead of #30985
2017-12-26 21:32:59 +03:00
Tuomas Tynkkynen 4271a210b0 zathura: No need for manual rst2man path anymore 2017-12-26 20:02:01 +02:00
Tuomas Tynkkynen b8556230fa gitAndTools.hub: No need for rst2man.py patch anymore 2017-12-26 20:02:01 +02:00
Tuomas Tynkkynen bf4cd1ee32 gitAndTools.gitRemoteGcrypt: No need for rst2man patch anymore 2017-12-26 20:02:01 +02:00
Tuomas Tynkkynen d2724c1346 sshfs-fuse: No need for rst2man.py patch anymore 2017-12-26 20:02:01 +02:00
Tuomas Tynkkynen c47a1ba62a docutils: Enable tests 2017-12-26 20:02:01 +02:00
Tuomas Tynkkynen 8ce4467495 docutils: Install compat symlinks
E.g. latest upstream version of diffoscope depends on a command named
rst2man.
2017-12-26 20:02:01 +02:00
Tuomas Tynkkynen a86f1f1a06 docutils: 0.13.1 -> 0.14 2017-12-26 20:02:01 +02:00
Tuomas Tynkkynen 5ffbed75be update-source-version: Name part of name can contain dashes 2017-12-26 20:02:01 +02:00
Tuomas Tynkkynen 022b0c9abc update-source-version: Don't require whitespace around equals sign 2017-12-26 20:02:01 +02:00
Tuomas Tynkkynen ce421a7283 update-source-version: More robust scanning for the output hash 2017-12-26 20:02:01 +02:00
Tuomas Tynkkynen 47acd09fdb update-source-version: Less strict regex for name = ... lines 2017-12-26 20:02:01 +02:00
Tuomas Tynkkynen 0101944621 update-source-version: Check for sources not dependent on ${version} 2017-12-26 20:02:01 +02:00
Tuomas Tynkkynen e3b0c03507 update-source-version: Escape plus sign if it occurs in version 2017-12-26 20:02:00 +02:00
Tuomas Tynkkynen d6cc334d6b picocom: 2.2 -> 3.0 2017-12-26 20:02:00 +02:00
Tuomas Tynkkynen c1ed49220a fio: 3.2 -> 3.3 2017-12-26 20:02:00 +02:00
Tuomas Tynkkynen 63a66441cd fsmon: 1.4 -> 1.5 2017-12-26 20:02:00 +02:00
idontgetoutmuch 482597b4bc cmdstan: 2.9.0 -> 2.17.1 (#33076) 2017-12-26 17:44:13 +00:00
Graham Christensen 93829f1b03
Merge pull request #33077 from pbogdan/scalendar-cycle
haskellPackages.{SC,sc}alendar: nullify to fix ofborg eval
2017-12-26 12:19:52 -05:00
Vladimír Čunát e7b51bb38f
quicktun: fixup build with gnutar-1.30
/cc #32816.
2017-12-26 18:02:58 +01:00
Piotr Bogdan 416d9bd7f8 haskellPackages.{SC,sc}alendar: nullify to fix ofborg eval 2017-12-26 16:52:36 +00:00
Vladimír Čunát b0047e7782
linux: 4.9.71 -> 4.9.72 (security)
Fixes CVE-2017-16996, just as the preceding 4.14 update.
2017-12-26 16:42:34 +01:00
Vladimír Čunát 68bcfb3269
Merge #33049: linux: 4.14.8 -> 4.14.9 2017-12-26 15:26:33 +01:00
Andreas Rammhold 63e3eae02f
linux: 4.14.8 -> 4.14.9
Besides fixes for the recent BPF issues there is also a patch included
that fixes booting on aarch64 (e.g. RPi3) ;-)
2017-12-26 15:24:49 +01:00
Peter Simons b03ac7d22b jhc: drop broken Haskell compiler 2017-12-26 15:12:36 +01:00
Lancelot SIX 9482b67cd0
Merge pull request #33046 from mrVanDalo/feature/darktable-2.4
darktable: 2.2.5 -> 2.4.0
2017-12-26 12:55:26 +01:00
Miguel Madrid Mencía 99c5976a1a tig: 2.3.0 -> 2.3.2 2017-12-26 12:02:10 +01:00
Michael Alan Dorman 48c4901a7a taggy: remove patch
The newly released 0.2.1 includes it.
2017-12-26 11:36:28 +01:00
Peter Simons 052fdc9427 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.7-5-g07d8814 from Hackage revision
72f75113ed.
2017-12-26 11:36:23 +01:00
Peter Simons eb0da3e8af haskell: drop package sets for GHC 6.12.x, 7.0.x, 7.2.x, 7.4.x, and 7.6.x
These old package sets have been broken and unmaintained for a long time now.
2017-12-26 11:35:26 +01:00
Peter Simons e98e7fb329 haskell: drop obsolete GHC version 7.10.2; we have 7.10.3 2017-12-26 11:35:26 +01:00
Miguel Madrid Mencía f1d5810ff2
ack: 2.16 -> 2.22 2017-12-26 10:50:53 +01:00
Miguel Madrid Mencía 6423e6ce13
FileNext: 1.12 -> 1.16 2017-12-26 10:48:37 +01:00
Matthieu Coudron 0d3117b506 protocol: init at 20171226
An ASCII Header Generator for Network Protocols http://www.luismg.com/protocol/

Run with `$ protocol tcp` for instance to see:

 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|          Source Port          |        Destination Port       |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                        Sequence Number                        |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                     Acknowledgment Number                     |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Offset|  Res. |     Flags     |             Window            |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|            Checksum           |         Urgent Pointer        |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                    Options                    |    Padding    |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
2017-12-26 18:07:05 +09:00
Orivej Desh 1c73610c4f
Merge pull request #33063 from samdroid-apps/update-youtube-dl-2017-12-23
youtube-dl: 2017.12.02 -> 2017.12.23
2017-12-26 05:43:05 +00:00
Peter Hoeg 644e39abf1 miraclecast: 20151002 -> 20170427 2017-12-26 12:18:40 +08:00
Sam Parkinson 91ce2bf371 gradio: 6.0.2 -> 7.0
Upstream release notes:
https://github.com/haecker-felix/gradio/releases/tag/v7.0
2017-12-26 15:08:32 +11:00
Peter Hoeg cf52f8e7e5 qsynth: 0.4.4 -> 0.5.0 2017-12-26 11:18:17 +08:00
Sam Parkinson 32feb1ee1d youtube-dl: 2017.12.02 -> 2017.12.23 2017-12-26 13:47:24 +11:00
Andrew Slough fa6c8beaab google-chrome: add new dep on at_spi2_atk
Fixes #32978
2017-12-26 00:55:11 +00:00
Robin Gloster ade98dc442
python.pkgs.semver: run tests 2017-12-26 01:11:16 +01:00
Robin Gloster d86128cdf7
python.pkgs.cccolutils: run tests on python3 2017-12-26 01:11:16 +01:00
Robin Gloster 1e974ff092
python.pkgs.service_identity: add meta and run tests 2017-12-26 01:11:16 +01:00
Robin Gloster 8fb981fef6
python.pkgs.bash_kernel: use TMPDIR as HOME 2017-12-26 01:11:16 +01:00
Julien Langlois aaf62f7f6e (haskell.packages.ghc802.ghc): (fix llvm dependency)
Fix incorrect LLVM dependency of GHC 8.0.x to be 3.7 instead of 3.5.
2017-12-25 23:45:19 +00:00
Domen Kožar bd7c8ea255
ghc binaries: compile on darwin 2017-12-25 22:56:32 +00:00
Milan Svoboda 62cb37b8d0 kitty: 0.5.1 -> 0.6.0 2017-12-25 22:02:22 +00:00
Luke Adams 2dca67864d fish: 2.7.0 -> 2.7.1
Fixes paste bracketing issue with iTerm (macOS)
2017-12-25 14:56:25 -06:00
georgewhewell f85da5ac6c
django: add 2.0 release 2017-12-25 20:45:26 +00:00
Yegor Timoshenko 26d1f2eba8
Merge pull request #33048 from yesbox/rclone_1.39
rclone: 1.38 -> 1.39
2017-12-25 23:13:12 +03:00
Graham Christensen 18441364c0
Merge pull request #32976 from volth/patch-84
zookeeper: 3.4.10 -> 3.4.11
2017-12-25 14:15:57 -05:00
Graham Christensen 7635a70fc4
Merge pull request #33029 from sifmelcara/update/crystal-0.24.1
crystal: 0.23.1 -> 0.24.1
2017-12-25 14:12:23 -05:00
Domen Kožar e4c05ae25a
ghc binaries: fix eval 2017-12-25 18:16:23 +00:00
Jörg Thalheim 0baade556a
Merge pull request #33047 from dywedir/oil
oil: 0.1.0 -> 0.3.0
2017-12-25 19:04:42 +01:00
Domen Kožar 398061dfc5
prebuilt ghcs: correctly handle rpaths 2017-12-25 17:19:43 +00:00
John Ericson ed93d2d645
ghc-{7.8.4, 7.10.3, 8.2.1}-binary: Init 2017-12-25 16:36:47 +00:00
John Ericson b6867f71f4
ghc prebuilt: Simplify and harden Darwin fixup
- Patch all executables and libraries, while skipping scripts. Base at
   least uses libiconv, so should need this too---I suspect it wasn't a
   problem before as we got away with the immpurity.

 - Rather than hardcoding the symlinks to add, do one per mach-o as
   needed

TEMP no -L no script
2017-12-25 16:36:47 +00:00
John Ericson 150255e318
ghc binary: Fix interpreter than patch RPATH
The newer to-be-added binaries have relative RPATHs that we'll break if
we try to `patchelf` before installation. We instead us LD_LOAD_LIBRARY
during the installation, which avoids needing to change the RPATH
temporarily.
2017-12-25 16:36:46 +00:00
John Ericson 26a46295eb
ghc prebuilt: Clean up derivations ever so slightly
These changes do break hashes, but are good to have everywhere for
consistency. Plus, changing the bootstrap causes a Haskell mass rebuild
anyways.
2017-12-25 16:36:43 +00:00
Peter Hoeg 407198c1cc syncthing: 0.14.41 -> 0.14.42 2017-12-25 22:35:05 +08:00
Joachim F 68eb89313e
Merge pull request #32325 from jraygauthier/jrg/swagger-codegen
swagger-codegen: Init at 2.2.1
2017-12-25 13:31:50 +00:00
Joachim F e6542d0609
Merge pull request #32916 from jbedo/singularity-2.4
singularity: 2.2 -> 2.4
2017-12-25 13:30:42 +00:00
markuskowa 31637d0941 nrsc5: init at 20171129 (#32926) 2017-12-25 13:21:54 +00:00
Joachim F 53f17ff6e9
Merge pull request #32963 from lufia/update-gaego-sdk
google-app-engine-go-sdk: 1.9.55 -> 1.9.61
2017-12-25 13:15:50 +00:00
Joachim F a221b34bad
Merge pull request #32951 from dylex/bind
bind: explicitly disable lmdb
2017-12-25 13:13:31 +00:00
Jesper Geertsen Jonsson e7910ab2cb rclone: 1.38 -> 1.39 2017-12-25 13:53:56 +01:00
dywedir f1be2aea35 oil: 0.1.0 -> 0.3.0 2017-12-25 14:43:58 +02:00
Ingolf Wagner 9c621d7773 darktable: 2.2.5 -> 2.4.0 2017-12-26 00:13:24 +13:00
Vladimír Čunát 0e762cdc0e
Merge older staging branch 2017-12-25 10:36:36 +01:00
Yegor Timoshenko 46edd63af9
easyrpg-player: init at 0.5.3 2017-12-25 02:28:19 +00:00
Yegor Timoshenko 1c58e91a40
liblcf: init at 0.5.3 2017-12-25 02:27:51 +00:00
mingchuan 10e8ea14db shards: 0.7.1 -> 0.7.2 2017-12-25 00:53:34 +08:00
mingchuan 5a1d309787 crystal: 0.23.1 -> 0.24.1 2017-12-25 00:53:29 +08:00
Jan Tojnar ae03a11c86 liblouis: init at 3.4.0 2017-12-24 15:11:04 +01:00
Joachim F 395f2dd67e
Merge pull request #32861 from romildo/new.ibm-plex
ibm-plex: init at 0.5.3
2017-12-24 13:36:08 +00:00
Joachim F 7182de9057
Merge pull request #33025 from romildo/upd.mate
Update some MATE packages
2017-12-24 13:33:00 +00:00
Graham Christensen 63ac0b0114
Merge pull request #33024 from peterhoeg/u/sblim
openwsman: 2.6.0 -> 2.6.5
2017-12-24 08:30:57 -05:00
Jörg Thalheim 820f7a90a7
Merge pull request #33021 from lopsided98/telegraf-update
telegraf: 1.4.4 -> 1.5.0
2017-12-24 13:54:25 +01:00
Vladimír Čunát ced4e5a683
darwin stdenv boostrap tools: use curl without kerberos
/cc #29785.  Otherwise we would have to put the lib in, etc.
2017-12-24 11:10:10 +01:00
Vladimír Čunát d54ff360f5
python*Packages.gssapi: fixup after splitting libkrb
/cc #29785.
2017-12-24 11:08:30 +01:00
gnidorah dce66a7268 calligra: fix build 2017-12-24 12:54:20 +03:00
gnidorah a54a5d4bb0 zanshin: fix build 2017-12-24 12:54:20 +03:00
gnidorah c3efc32210 digikam: fix build 2017-12-24 12:54:20 +03:00
gnidorah 941e36f246 kdeApplications.akonadiconsole: fix build 2017-12-24 12:54:20 +03:00
gnidorah a371d20024 kdeApplications.kdepim-runtime: fix build 2017-12-24 12:54:20 +03:00
gnidorah 7dc2db982c kdeApplications.kmailtransport: fix build 2017-12-24 12:54:19 +03:00
gnidorah a8ba8405d8 kdeApplications.akonadi-notes: fix build 2017-12-24 12:54:19 +03:00
gnidorah 998f9578f6 kdeApplications.grantleetheme: fix build 2017-12-24 12:54:19 +03:00
gnidorah 3c80e17ee1 libreoffice-still: drop kde4 parts 2017-12-24 12:54:19 +03:00
gnidorah c70ba3d511 kgocode-kde4: drop 2017-12-24 12:54:19 +03:00
gnidorah 75a4a8dca4 kde-l10n: drop 2017-12-24 12:54:18 +03:00
gnidorah 22596e8995 breeze-qt4: drop 2017-12-24 12:54:04 +03:00
Cray Elliott ac4a225488 mwprocapture: fix linux 4.14 patch 2017-12-23 22:51:14 -08:00