Frederik Rietdijk
6b70ac81bb
libxml2: supportPython -> pythonSupport
...
since that is more commonly used in Nixpkgs.
2016-11-08 17:10:05 +01:00
Frederik Rietdijk
be31980848
libxslt: build python bindings
...
and add a pythonPackages.libxslt alias.
2016-11-08 17:10:04 +01:00
Frederik Rietdijk
63ef0c7463
xapianBindings: remove
...
- no package uses it
- uses composable derivation, and some changes are needed for python 3
support
2016-11-08 17:01:31 +01:00
Graham Christensen
febf3cfd34
Merge pull request #20188 from vbgl/clean-opam
...
We don’t need so many opam versions
2016-11-08 09:55:59 -05:00
Théo Zimmermann
01910b1801
ocamlPackage.ppx_import: init at 1.1
2016-11-08 15:38:45 +01:00
Tim Steinbach
54a0e90a7c
Merge pull request #20220 from NeQuissimus/darktable_a7
...
Update Darktable, dependencies
2016-11-08 09:10:31 -05:00
Ollie Charles
a4f2d339fe
haskell.compiler.ghcHEAD: Update to latest upstream
2016-11-08 10:03:05 +00:00
Vincent Laporte
e3644f2401
ocamlPackages.fieldslib_p4: add ocamlbuild dependency
2016-11-08 08:22:20 +01:00
Vladimír Čunát
593b46fd1d
Merge branch 'staging'
...
There are security fixes inside.
2016-11-07 23:48:34 +01:00
Daiderd Jordan
dcb2179a1f
Merge pull request #20191 from periklis/darwin_support_rtags
...
rtags: fix darwin build
2016-11-07 21:08:21 +01:00
Josef Kemetmueller
9141b8cad1
gdal: enable darwin support
...
Also some minor tweaks:
There didn't seem any need to use -O0 optimization level anymore.
Also the option "with-libpng" should have been "with-png" all along.
2016-11-07 20:42:53 +01:00
Josef Kemetmueller
d0d5a6dbcc
libgeotiff: enable darwin support
2016-11-07 20:42:26 +01:00
Bart Brouns
c10d653ac5
ganv: svn 5675 -> unstable 2016-10-15
2016-11-07 14:19:02 +01:00
Bart Brouns
f7b7d86015
lv2-unstable: init at 2016-10-23
2016-11-07 14:17:49 +01:00
Tim Steinbach
f4e2773567
libgphoto2: Refactor to use GitHub
2016-11-07 08:04:48 -05:00
Frederik Rietdijk
68d15b81c6
Merge pull request #20227 from michalrus/octave
...
octave: 4.0.1 → 4.0.3 (+ portaudio dep)
2016-11-07 13:42:41 +01:00
Frederik Rietdijk
a794b93cf8
Merge pull request #20132 from mdaiter/cudnn5_cudatoolkit80
...
cudnn5_cudatoolkit80: adding to main repo
2016-11-07 13:02:48 +01:00
Profpatsch
65fe0e98d7
twitterBootstrap3: init at 3.3.7 ( #19852 )
2016-11-07 12:55:10 +01:00
Matthew Daiter
541b3fc7d2
cudnn5_cudatoolkit80: adding to main repo
2016-11-07 12:07:29 +01:00
Peter Simons
6b964d953a
erlang-R14: remove invalid meta.maintainer
2016-11-07 12:05:26 +01:00
Peter Simons
d268cef94a
haskell-distributed-process-tests: don't run tests on Hydra
2016-11-07 08:36:20 +01:00
Peter Simons
488e460f27
configuration-common.nix: update reference to http-client_0_5_3_4
2016-11-07 08:36:00 +01:00
Peter Simons
d9c3f3fbaf
haskell-Cabal: update from 1.24.0.0 to 1.24.1.0
2016-11-07 08:36:00 +01:00
Peter Simons
5dd3c22717
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.0.3-3-g5c816fd from Hackage revision
17853c139c
.
2016-11-07 08:36:00 +01:00
Peter Simons
cefc24bf69
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.0.3-3-g5c816fd from Hackage revision
d2b9c38a11
.
2016-11-07 08:36:00 +01:00
Peter Simons
b69ef90fe7
Update to LTS Haskell 7.8.
2016-11-07 08:35:59 +01:00
Michal Rus
91d6779b96
octave: 4.0.1 → 4.0.3 (+ portaudio dep)
2016-11-07 00:26:56 +01:00
Bjørn Forsman
b1df5bf89b
gstreamer: unbreak finding plugins in $NIX_PROFILES ( #20207 )
...
* gstreamer-1.0: make gst-launch find plugins again
gst-launch and friends are in the "dev" output now.
* gstreamer-1.0: lower priority on plugins from $NIX_PROFILES
Suffix the plugin paths from $NIX_PROFILES instead of prefixing them to
$GST_PLUGIN_SYSTEM_PATH. If a program has specifically set up its plugin
path to some custom/specific version, we don't want plugins from
$NIX_PROFILES to mess things up by having higher priority.
2016-11-06 22:50:41 +01:00
Jan Malakhovski
83f28fdd73
libtiff: fetchpatch
-> fetchurl
...
See #20206 . vcunat doesn't consider this important,
but it is perhaps nicer and now is a moment we can afford to rehash.
2016-11-06 21:45:30 +01:00
Periklis Tsirakidis
a9428f0c42
Fix breaking empty line
2016-11-06 18:55:43 +01:00
Periklis Tsirakidis
184aefa3c4
rtags: fix darwin build
...
Adds dependency to MacOS_SDK 10.9 and accordingly to the macosx
deployment target to configure SDK-based deployment in rtags. In detail,
rtags makes use of launch_activate_socket() which is available in
launchd.h >10.9. Latter is still not available through
apple-opensource-releases, if ever. Thus, the deployment target and
build input have to be added to let rtags build scripts make use of MAC_OS_X_VERSION_MAX_ALLOWED correctly.
2016-11-06 18:43:58 +01:00
Tim Steinbach
6779f68a41
lensfun: 0.2.8 -> 0.3.2
2016-11-06 09:04:49 -05:00
Vladimír Čunát
b4c296ee09
Merge #20206 : libtiff: patch for some more CVEs
2016-11-06 11:38:55 +01:00
Vladimír Čunát
ac5950a4a9
libtiff: the new hashes are for fetchurl, really
...
... and there's not much reason to use fetchpatch in this case anyway.
2016-11-06 11:37:47 +01:00
Vladimír Čunát
f77801d88d
Merge branch 'master' into staging
2016-11-06 11:26:02 +01:00
Jan Malakhovski
d9db320889
libtiff: patch for some more CVEs, fix patch urls
2016-11-06 10:00:22 +00:00
Joachim Schiele
47d81ed347
leaps: 0.5.1 + add a service + test
2016-11-06 10:34:42 +01:00
Josef Kemetmüller
4440cf6d81
libgeotiff: 1.2.5 -> 1.4.2 ( #20190 )
2016-11-06 10:08:40 +01:00
Peter Simons
9f3fbb4598
Merge pull request #20198 from Profpatsch/libsystemd-journal-unjaibreak
...
haskellPackages: libsystemd-journal unjailbreak
2016-11-06 09:37:09 +01:00
Franz Pletz
7f2a1e709b
openjpeg_2_0: remove, unused in nixpkgs
2016-11-06 03:40:31 +01:00
Franz Pletz
624de33091
jasper: 1.900.2 -> 1.900.21 (security)
...
Incorporates fixes from all patches for the CVEs listed and some more
security-related issues like:
http://www.openwall.com/lists/oss-security/2016/11/04/11
2016-11-06 03:19:46 +01:00
Tobias Geerinckx-Rice
a66f9b2a02
dmd: 2.067.1 -> 2.070.2
...
dmd 2.070.2 requires a working dmd compiler to build.
Instead of downloading a pre-compiled binary blob, keep the previous
version (which does properly build from source) around as dmd_2_067_1,
and use that to bootstrap the new version.
2016-11-06 00:44:32 +01:00
Tobias Geerinckx-Rice
c9bb753584
dmd: {b -> nativeB}uildInputs; remove unreferenced curl
2016-11-06 00:36:38 +01:00
Tobias Geerinckx-Rice
bb57eeccde
Revert "dmd: 2.067.1 -> 2.070.2"
...
This reverts commit 50a579f192
.
Building with AUTO_BOOTSTRAP=1 will download pre-compiled dmd binaries
during the build phase: https://github.com/NixOS/nixpkgs/pull/15256#r62290617
2016-11-06 00:36:36 +01:00
Daiderd Jordan
d10356b825
Merge pull request #20110 from johbo/darwin-v8-3-16-14
...
v8-3_16_14 tweaks for the build on darwin
2016-11-05 22:54:59 +01:00
Johannes Bornhold
b27932a65b
v8-3_16_14 tweaks for the build on darwin
...
The build was originally failing due to a missing libtool. Trying to add
the buildInput "libtool" did not work out, since a few command line
arguments are not supported. I've applied the same workaround as for
"xcodebuild".
The second change is about the install step, where the path of
"libv8.dylib" was just slightly different.
2016-11-05 22:31:12 +01:00
Profpatsch
77f6453fe8
haskellPackages: libsystemd-journal unjailbreak
...
upper bound got fixed
2016-11-05 20:55:23 +01:00
Thomas Tuegel
d9fa71cd8d
kimageformats: depend on karchive and ilmbase
2016-11-05 14:48:09 -05:00
Tobias Geerinckx-Rice
50a579f192
dmd: 2.067.1 -> 2.070.2
2016-11-05 18:44:11 +01:00
Tobias Geerinckx-Rice
784bd713cc
dub: 1.0.0 -> 1.1.0
2016-11-05 18:44:11 +01:00
Vincent Laporte
01597adf07
opam: remove 1.1
2016-11-05 16:28:21 +01:00
Vincent Laporte
22732fc656
opam: remove 1.0.0
2016-11-05 16:28:21 +01:00
Thomas Tuegel
eea7af1f05
Merge pull request #20174 from zraexy/qtwebengine
...
qt56.qtwebengine: chromium clang update.py patch
2016-11-05 10:12:14 -05:00
Nikolay Amiantov
5593f61a51
nvidia-texture-tools: 1388 -> 2.1.0
2016-11-05 14:47:08 +03:00
Nikolay Amiantov
dd8f60fbd9
haskellPackages.dbus: fix for new DBUS_SESSION_BUS_ADDRESS format
2016-11-05 14:45:40 +03:00
Daiderd Jordan
3187b01720
Merge pull request #19816 from veprbl/octave_fixes
...
octave: darwin fix
2016-11-05 10:49:33 +01:00
Vladimír Čunát
fbb33ab8c9
saxon: use our standard share/java/*.jar location
2016-11-05 10:17:44 +01:00
sternenseemann
37a47c1970
ocaml-astring: init at 0.8.3
2016-11-05 10:04:18 +01:00
Vladimír Čunát
5ad7cf3728
Revert #20139 : mesa: 12.0.1 -> 13.0.0
...
x.y.0 aren't considered stable for general deployment;
let's wait a bit for 13.0.1.
This reverts commit 1c6b3bdc35
, reversing
changes made to d0ae7b973d
.
2016-11-05 08:17:56 +01:00
Tim Steinbach
c86624c3db
Merge pull request #20142 from NeQuissimus/dead_packages
...
Dead packages (Round 1)
2016-11-04 23:05:10 -04:00
Shea Levy
ca4b43d180
Merge branch 'master' into staging
2016-11-04 22:57:07 -04:00
Me
bd0ffa50aa
qt56.qtwebengine: chromium clang update.py patch
...
Add patch to the clang update.py script for chromium that makes it work
the same as in qt57.qtwebengine. This avoids issues with the
subprocess.call that is used to run update.sh not liking the path it is
passed in certain build enviroments. update.sh is no longer used.
2016-11-04 14:09:09 -08:00
Peter Simons
6a76ee237d
haskell-hoogle doesn't work with haskell-src-exts-1.19.x.
2016-11-04 21:29:58 +01:00
Peter Simons
7b26af844f
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.0.3-3-g5c816fd from Hackage revision
780f9e49c9
.
2016-11-04 21:29:50 +01:00
Peter Simons
43f2c86eee
configuration-hackage2nix.yaml: add older version of haskell-src-exts for hoogle
2016-11-04 21:29:49 +01:00
sternenseemann
cfa48ce568
ocaml-x509: 0.5.0 -> 0.5.3
...
This commit also refactors the expression.
2016-11-04 20:24:49 +01:00
sternenseemann
3f0e1f4c83
ocaml-ptime: init at 0.8.2
2016-11-04 19:15:18 +01:00
Vincent Laporte
16242a7c63
ocamlPackages.sedlex: init at 1.99.3
...
sedlex is a Unicode-friendly lexer generator for OCaml.
Homepage: https://github.com/alainfrisch/sedlex
2016-11-04 19:06:45 +01:00
Thomas Tuegel
bd844d4776
Merge branch 'plasma-5.8.3'
2016-11-04 10:46:39 -05:00
Thomas Tuegel
ee2d5a3758
plasma-framework: include patch for OSD dialog flag
...
Include an upstream patch to fix an annoying bug where OSD windows have
the dialog flag set, causing OSDs associated with auto-hiding panels to
be invisible.
2016-11-04 10:41:52 -05:00
Tim Steinbach
1120f2a2b7
xc3sprog: 748 -> 787
2016-11-04 11:23:43 -04:00
Tim Steinbach
fd60b63928
gsoap: 2.8.16 -> 2.8.37
2016-11-04 11:10:21 -04:00
Tim Steinbach
628531a783
Remove minmay
...
Sources no longer exist
2016-11-04 10:24:44 -04:00
Tim Steinbach
1368ff89a0
remake: 3.82 -> 4.1
2016-11-04 10:14:00 -04:00
Tim Steinbach
82bdd01244
Remove iksemel
...
Sources no longer exist
2016-11-04 09:56:19 -04:00
Matthew Daiter
30c1ad5ca3
opencv3: added in extra flag for enabling cuda with dependencies
...
opencv3: added in optional buildFlag for enabling cuda
opencv3: added CUDA enabling flags to cmakeFlags
opencv3: added CUDA-speicifc FAST_MATH flag for enabling CUDA-accelerated math functions
opencv3: change enableCUDA default to false
opencv:added in cuda-enabling functionality.
2016-11-04 14:44:16 +01:00
Tim Steinbach
b054276eb4
qjson: Moved to GitHub
2016-11-04 09:36:57 -04:00
Tim Steinbach
1c6b3bdc35
Merge pull request #20139 from rnhmjoj/mesa
...
mesa: 12.0.1 -> 13.0.0
2016-11-04 09:21:47 -04:00
Tim Steinbach
cfab26a768
Merge pull request #20150 from markus1189/scala
...
scala: fix hash
2016-11-04 09:19:29 -04:00
Karn Kallio
967d3c1192
racket release 6.7
...
The attached patch advances racket to the latest released version 6.7
From 30a1d275376ed2f156314c5f99c4a4a9ba69d2b4 Mon Sep 17 00:00:00 2001
From: Karn Kallio <kkallio@skami.org>
Date: Fri, 4 Nov 2016 01:13:58 -0400
Subject: [PATCH] racket : advance to the latest release 6.7
2016-11-04 09:03:30 -04:00
Profpatsch
2bd86e9e47
Revert "Merge pull request #20090 from sternenseemann/master"
...
Reason: https://github.com/NixOS/nixpkgs/pull/20090#commitcomment-19686426
This reverts commit 9ffcb1b250
, reversing
changes made to a6283c1126
.
2016-11-04 12:24:57 +01:00
Markus Hauck
7fae93fa76
scala: fix hash
2016-11-04 10:13:46 +01:00
Tim Steinbach
f10064be45
dxflib: 2.5.0.0-1 -> 3.12.2
2016-11-03 22:27:09 -04:00
Tim Steinbach
ad43f28e07
Remove Selenium Remote Control
...
No longer builds and was a dodgy process anyways
2016-11-03 22:07:54 -04:00
Tim Steinbach
66bdac04e8
Remove jetty_gwt
2016-11-03 22:02:48 -04:00
Tim Steinbach
ac44a1b6aa
Remove jetty_util
2016-11-03 22:02:28 -04:00
Tim Steinbach
4e9186aaf3
liblastfm: 0.3.2 -> 0.5
2016-11-03 21:47:09 -04:00
Tim Steinbach
2a22c80000
Remove clanlib
...
Does not build, website no longer exists
2016-11-03 21:19:01 -04:00
Tim Steinbach
4e50480757
Remove abc
...
The package does not build and the links are no longer available
2016-11-03 21:16:29 -04:00
Tim Steinbach
d8fc6c75fe
Remove jdt-sdk
...
The package is dead, the links no longer available.
2016-11-03 21:12:39 -04:00
Ryan Mulligan
936db422f9
add defaultConfig for mysql ruby gem
...
The mysql gem needs the same libraries as the mysql2 gem.
2016-11-03 17:19:25 -07:00
rnhmjoj
9665fa4fd0
mesa: 12.0.1 -> 13.0.0
2016-11-04 00:05:52 +01:00
John Wiegley
4008300243
Merge pull request #20025 from vbgl/coq-8.5pl3
...
Coq: 8.5pl2 -> 8.5pl3
2016-11-03 10:38:45 -07:00
Peter Simons
b137b8d1aa
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.0.3-3-g5c816fd from Hackage revision
ed04e9f186
.
2016-11-03 17:42:22 +01:00
Peter Simons
4ba3605260
configuration-hackage2nix.yaml: enable hledger-* test builds
...
Closes https://github.com/NixOS/nixpkgs/issues/20076 .
2016-11-03 17:37:21 +01:00
Peter Simons
6fe22c643b
haskell-servant: fix build of latest version
...
Closes https://github.com/NixOS/nixpkgs/pull/20068 .
2016-11-03 17:37:20 +01:00
Peter Simons
b84f2a5165
Cosmetic.
2016-11-03 17:37:20 +01:00
Peter Simons
dbeb3f357c
haskell-hspec-discover: enable the Haddock documentation again
2016-11-03 17:37:20 +01:00
Peter Simons
0018599a26
haskell-hoogle: use latest version by default
2016-11-03 17:37:19 +01:00
Travis Whitaker
c491309d61
ghcjs: add ghcsjHEAD, tracking ghc-8.0 branch
...
Closes https://github.com/NixOS/nixpkgs/pull/20071 .
Closes https://github.com/NixOS/nixpkgs/issues/19905 .
2016-11-03 17:37:19 +01:00
Peter Simons
38dc05fd06
Update hoogle and structured-haskell-mode to latest version of haskell-src-exts.
2016-11-03 17:37:19 +01:00
Peter Simons
c6cd4ee35d
configuration-hackage2nix.yaml: update list of broken builds
2016-11-03 17:34:23 +01:00
Peter Simons
306953581d
haskell-swagger: disable Haddock phase
...
Citing from http://hydra.cryp.to/build/2035868/nixlog/1/raw :
haddock: internal error: spliceURL UnhelpfulSpan
2016-11-03 17:34:22 +01:00
Peter Simons
ed9f1c575b
git-annex: update version
2016-11-03 17:34:21 +01:00
Peter Simons
a170fb2340
LTS Haskell 7.7
2016-11-03 17:34:21 +01:00
Peter Simons
a0cad9ad75
LTS Haskell 7.6
2016-11-03 17:32:27 +01:00
Nikolay Amiantov
e829d82861
nodePackages.parsoid: init
2016-11-03 19:20:19 +03:00
Anthony Cowley
7850a6b0ec
freeimage: darwin compatibility
2016-11-03 12:18:14 -04:00
Profpatsch
9ffcb1b250
Merge pull request #20090 from sternenseemann/master
...
Add jackline and (updated) ocaml-dependencies
2016-11-03 16:02:53 +01:00
Pavel Chuprikov
6693e3b06c
bear: ignore wrapper calls ( #20070 )
...
Fixes #20056
2016-11-03 15:27:03 +01:00
sternenseemann
096ec04b82
ocaml-erm_xmpp_0_3: init at 0.3
2016-11-03 14:39:26 +01:00
sternenseemann
9554143a9c
ocaml-otr: init at 0.3.3
2016-11-03 14:39:26 +01:00
sternenseemann
02388e9ba5
ocaml-notty: init at 0.1.1
2016-11-03 14:39:22 +01:00
sternenseemann
18788cbac7
ocaml-uuseg: 0.8.0 -> 0.9.0
...
This commit also refactors the expression.
2016-11-03 14:34:35 +01:00
sternenseemann
21a191df74
ocaml-uutf: 0.9.3 -> 0.9.4
...
This commit also refactors the expression
2016-11-03 14:34:35 +01:00
sternenseemann
db760a5edc
ocaml-astring: init at 0.8.3
2016-11-03 14:34:35 +01:00
sternenseemann
d675e0d832
ocaml-tls: init at 0.7.1
2016-11-03 14:34:31 +01:00
sternenseemann
750342082b
ocaml-x509: 0.5.0 -> 0.5.3
...
This commit also refactors the expression.
2016-11-03 14:24:52 +01:00
sternenseemann
361975cd93
ocaml-cstruct: 1.6.0 -> 2.3.0
...
This commit also refactors the expression.
2016-11-03 14:24:52 +01:00
sternenseemann
d8686b4949
ocaml-nocrypto: 0.5.1 -> 0.5.3
2016-11-03 14:24:47 +01:00
sternenseemann
32e86a3e2a
ppx_sexp_conv: use sexplib_p4 instead of sexplib
...
This prevents potential interface incompatibilities if newer compiler versions are used
2016-11-03 14:08:18 +01:00
sternenseemann
0c8859fd17
ocaml-ptime: init at 0.8.2
2016-11-03 14:08:18 +01:00
Vincent Laporte
26256b7cea
ocamlPackages.zarith: fix build in chrooted environments
2016-11-03 09:26:33 +01:00
Vincent Demeester
1e2f37e9f4
godef: init at 20160620-ee532b9
...
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2016-11-03 08:30:49 +01:00
Franz Pletz
64902aebb0
libxml2: add patch to fix CVE-2016-4658
...
cc #20078
2016-11-03 02:45:18 +01:00
Franz Pletz
2b2f273375
cairo: add patch to fix CVE-2016-9082
...
cc #20078
2016-11-03 02:45:11 +01:00
Tim Steinbach
e97e9835dc
Merge pull request #20112 from cko/nodejs_7x
...
nodejs-7_x: init
2016-11-02 20:25:22 -04:00
Tim Steinbach
9e150c92d4
Merge pull request #20098 from nexusdev/solc
...
solc: 0.4.2 -> 0.4.4
2016-11-02 19:42:35 -04:00
Anthony Cowley
7b84331f22
bullet: darwin compatibility
2016-11-02 19:35:33 -04:00
Christine Koppelt
c9d27cc3ea
nodejs-7_x: init
2016-11-03 00:21:44 +01:00
Vincent Laporte
7c53518663
compcert: patch to build with Coq-8.5pl3
2016-11-02 19:23:15 +01:00
Tim Steinbach
aa39f65174
Merge pull request #20102 from holidaycheck/v6-add-npm2nix
...
Add npm2nix to v6.x nodePackages
2016-11-02 13:36:51 -04:00
Pavel Chuprikov
6f17cb108d
bear: 2.2.0 -> 2.2.1
...
Taken from #20020 .
2016-11-02 18:34:44 +01:00
Tobias Pflug
1b78ae4b6a
Add npm2nix to v6.x nodePackages
2016-11-02 18:20:03 +01:00
Vladimír Čunát
7f805a60d8
nodejs: put back a comment about closure size
2016-11-02 17:49:19 +01:00
Tobias Pflug
a5dad8aeeb
nodejs: refactor derivations ( #19973 )
...
* refactor and clean up the derivation composition
* add slim variation: the slim variations configure node without npm.
Building node with npm introduces a python runtime depndency through
gyp - slim variation makes sense for building small nodejs production
images
2016-11-02 17:46:01 +01:00
Daniel Brockman
8bae051c72
solc: 0.4.2 -> 0.4.4
2016-11-02 16:43:46 +01:00
Peter Simons
62e0985ec8
Merge pull request #20094 from Profpatsch/haskell-sindre
...
haskellPackages: mark sindre broken
2016-11-02 16:35:14 +01:00
Profpatsch
5c197b2e38
haskellPackages: mark sindre broken
2016-11-02 16:22:29 +01:00
Robbin C
accd0728d8
haskellPackages.tinc: 20160924 -> 20161102
2016-11-02 22:44:38 +08:00
Frederik Rietdijk
1558b09a32
Merge pull request #20019 from lsix/19989-fix-mezzanine-for-python3
...
python33Packages.mezzanine Fix
2016-11-02 13:44:52 +01:00
Frederik Rietdijk
827861f4b4
Merge pull request #20038 from magnetophon/zita-resampler
...
zita-resampler: 1.3.0 -> 1.6.0
2016-11-02 13:26:08 +01:00
Bart Brouns
d315ca4080
libjack2-git: 2015-09-03 -> 2016-08-18
2016-11-02 12:51:22 +01:00
Graham Christensen
cd67a0aada
tre: add patch for CVE-2016-8859
2016-11-02 11:55:39 +01:00
Peter Simons
382f97ecc2
Merge pull request #20061 from Profpatsch/haskell-libsystemd-journald
...
haskellPackages: fix libsystemd-journal
2016-11-02 08:18:27 +01:00
Profpatsch
83317f7d04
haskellPackages: fix libsystemd-journal
2016-11-02 01:11:10 +01:00
Eelco Dolstra
5ecb427368
cudatoolkit: Add 8.0.44
2016-11-01 22:52:26 +01:00
Peter Simons
fac1168816
callHackage: make 'all-cabal-hashes' repository overridable
...
This commit changes callHackage to use a deterministic version of the Hackage
checkout from https://github.com/commercialhaskell/all-cabal-hashes by default.
This means that packages uploaded to Hackage after today will be available to
callHackage only after "pkgs/data/misc/hackage/default.nix" has been updated.
People who want the previous behavior where we always had the latest version of
Hackage available -- at the cost of frequent downloads from Github --, can add
the following override to their "~/.nixpkgs/config.nix" file:
{
packageOverrides = super: {
all-cabal-hashes = builtins.fetchTarball "https://github.com/commercialhaskell/all-cabal-hashes/archive/hackage.tar.gz ";
};
}
2016-11-01 18:35:19 +01:00
Joachim Fasting
98d1bb9e6e
tinyxml-2: 3.0.0 -> 4.0.1
2016-11-01 15:57:18 +01:00
Peter Simons
5b5a0c276e
Merge pull request #20051 from joachifm/jailbreak-dataenc
...
haskellPackages.dataenc: jailbreak
2016-11-01 14:43:54 +01:00
Tim Steinbach
dc04a8e49d
Merge pull request #19980 from cko/cleanup_node_packages
...
node-packages: update & cleanup
2016-11-01 09:20:26 -04:00
Tim Steinbach
79424a0c7f
Merge pull request #19984 from sternenseemann/license-clash
...
groovy: no easily conflicting files in top-level (#19872 )
2016-11-01 09:09:35 -04:00
Tim Steinbach
e6483ec425
Merge pull request #20052 from NeQuissimus/scala_2_12_0_fix
...
scala: Fix hash
2016-11-01 08:55:40 -04:00
Tim Steinbach
33aac6e4c9
scala: Fix hash
2016-11-01 08:54:53 -04:00
Joachim Fasting
31f8367c67
haskellPackages.dataenc: jailbreak
...
Relaxes overly strict bounds on base (3 > && < 4.8). The dataenc
package is unmaintained so there is no corresponding upstream issue.
2016-11-01 13:30:50 +01:00
Daniel Peebles
1fa9d99776
Merge pull request #20046 from copumpkin/omg-test
...
Remove obsolete versions of db
2016-11-01 08:16:55 -04:00
Rickard Nilsson
6bbdad7d11
haskell-xxhash: Use doJailbreak instead of sed
2016-11-01 11:34:14 +01:00
Rickard Nilsson
58707589d2
haskell-xxhash: fix build with GHC 8.x
2016-11-01 11:01:51 +01:00
Dan Peebles
50874525d1
db47: remove outdated version
2016-11-01 03:18:01 +00:00
Dan Peebles
89915f8206
db45: remove outdated version
2016-11-01 03:10:13 +00:00
Dan Peebles
e41d2a8306
db44: remove outdated version
2016-11-01 03:06:57 +00:00
Bart Brouns
a8a1449b1c
zita-resampler: 1.3.0 -> 1.6.0
2016-11-01 01:36:09 +01:00
John Wiegley
ecbb932957
Merge pull request #19696 from TikhonJelvis/electron-osx
...
Electron: Added support for OS X.
2016-10-31 16:53:30 -07:00
Joachim F
a2e77d19bc
Merge pull request #20031 from rnhmjoj/vapoursynth
...
Vapoursynth updates
2016-11-01 00:34:27 +01:00
John Wiegley
a12f3d232d
coqPackages.fiat_HEAD: New package for Coq 8.4pl6 and 8.5pl2
2016-10-31 16:22:04 -07:00
Dan Peebles
d0bb7f0c53
ruby: remove unnecessary runtime dependency on groff
2016-10-31 22:16:26 +00:00
rnhmjoj
4edef3d229
vapoursynth: 33.1 -> 35
2016-10-31 22:05:48 +01:00
rnhmjoj
16cc856c27
zimg: 2.2.1 -> 2.3
2016-10-31 22:00:03 +01:00
rnhmjoj
2d16ff4dc7
vapoursynth-mvtools: 16 -> 17
2016-10-31 21:55:26 +01:00
Tuomas Tynkkynen
d0ae7b973d
Merge remote-tracking branch 'upstream/master' into staging
2016-10-31 20:13:06 +02:00
Ricardo M. Correia
3c6e0f1207
Merge pull request #19901 from vbgl/ocaml-containers-20
...
Update ocamlPackages.{gen,sequence,containers}
2016-10-31 18:36:37 +01:00
Lancelot SIX
8617a068b8
pythonPackages.mezzanine: Fix template project
...
This makes sure that the template project can be used and updated.
Otherzise files copied from the store stay readonly and cannot be
updated during the generation process.
2016-10-31 16:38:45 +01:00
Franz Pletz
aa2b8d25d6
Merge pull request #19931 from mguentner/ipfs_update
...
ipfs: i20160112 -> 0.4.4, fetchgx
2016-10-31 14:42:05 +01:00
Franz Pletz
bf88b99785
aubio: 0.4.1 -> 0.4.3
2016-10-31 14:33:55 +01:00
Graham Christensen
5022978474
Revert "http-parser: Broken on Darwin"
...
This reverts commit ea14f5c86d
.
LnL on IRC says it builds without without CommandLineTools, and
disabling this on darwin breaks large swaths of packages. In
particular we're seeing all of rust broken.
We're not sure why it was broken on hydra, but we're pretty sure
disabling it straight out was the wrong fix.
2016-10-31 09:30:39 -04:00
sternenseemann
ce90d09404
groovy: no easily conflicting files in top-level ( #19872 )
2016-10-31 10:52:34 +01:00
zraexy
c15f3a8bbe
qt57.qtwebengine: make it build
...
This is an updated version of #16561 with added qt.conf to fix QtWebEngineProcess not being able to find locales copied to 5.7
2016-10-30 16:43:13 -08:00
zraexy
cfda4310d6
qt56.qtwebengine: make it build
...
This is an updated version of #16561 with added qt.conf to fix QtWebEngineProcess not being able to find locales
2016-10-30 16:38:13 -08:00
Gabriel Ebner
4a1f73ab89
loc: 0.3.0 -> 0.3.3
2016-10-30 16:45:04 -04:00
Arseniy Seroka
75374120eb
Merge pull request #19881 from matthiasbeyer/add-loc
...
loc: init at 0.3.0
2016-10-30 23:12:41 +03:00
Shea Levy
4df3bb7e08
store-0.3: Build with the right version of store-core
2016-10-30 11:29:07 -04:00
Christine Koppelt
416eb6053e
node-packages: fix reference
2016-10-30 09:59:56 +01:00
Christine Koppelt
737decb123
node-packages: add packages for v6
2016-10-30 09:54:55 +01:00
Christine Koppelt
182b1c2777
node-packages: update & cleanup
...
* update packages for v4
* remove files and generation for v0_10 and v5 as nodejs-5_x and nodejs-0_10 are no longer supported
2016-10-29 23:08:01 +02:00
Tim Steinbach
bc1a6be6c3
Merge pull request #19972 from NeQuissimus/scala_2_12_0
...
scala: 2.11.8 -> 2.12.0
2016-10-29 16:31:08 -04:00
Vladimír Čunát
31f0fdef32
cmake: minor update 3.6.0 -> 3.6.2
2016-10-29 22:08:25 +02:00
sternenseemann
750af04bad
libhttpseverywhere: use gnome mirrors ( #19938 )
...
libhttpseverywhere is a GNOME project now, so it is available via GNOME
mirrors.
2016-10-29 20:47:37 +02:00
Vladimír Čunát
80d956caf3
intltool: fix the patch URL, #19487
...
I hope it's without mistake now. I re-checked the download,
avoiding the binary caches where it would go usually.
2016-10-29 20:42:18 +02:00
Tim Steinbach
f5264cd7f3
scala: 2.11.8 -> 2.12.0
2016-10-29 12:20:23 -04:00
Vladimír Čunát
0896dbde46
Merge recent staging
...
... to avoid double rebuild due to openldap (thousands of jobs).
2016-10-29 17:13:51 +02:00
Vladimír Čunát
135a914ded
Merge #19514 : cmake: improve if without glibc
...
and bootstrap in parallel.
2016-10-29 17:08:50 +02:00
Vladimír Čunát
cd436079fc
openldap: fixup build on Darwin, probably
...
Introduced by #19288 .
2016-10-29 16:37:48 +02:00
Jörg Thalheim
4b52969f34
Merge pull request #19967 from frontsideair/flow-33-34
...
flow: 0.33.0 -> 0.34.0
2016-10-29 16:28:43 +02:00
Vladimír Čunát
e78ef9cc12
gnumake-3.81: remove
...
It doesn't seem to be of any use, except for spitting warnings about md5.
2016-10-29 15:49:27 +02:00
Vladimír Čunát
e9fee02ff9
Merge branch 'master' into staging
2016-10-29 15:25:59 +02:00
Domen Kožar
8c018f6ca7
Merge pull request #19957 from acowley/tinyxml-install-name
...
tinyxml: fix install name on darwin
2016-10-29 15:20:06 +02:00
Frederik Rietdijk
3d5600d8b8
Merge pull request #19866 from guillaumekoenig/fix/add-reno-1.8.0
...
reno: init at 1.8.0
2016-10-29 14:07:45 +02:00
Jörg Thalheim
5596aa9ce4
Merge pull request #19288 from DerTim1/openldap-enable-modules
...
openldap: enable module support
2016-10-29 14:06:37 +02:00
Guillaume Koenig
dd04af4fcc
reno: init at 1.8.0
2016-10-29 13:30:18 +02:00
Fatih Altinok
4e5917c007
flow: 0.33.0 -> 0.34.0
2016-10-29 10:48:48 +00:00
Franz Pletz
2d934fdffb
buildGoPackage: introduce extraSrcPaths option
...
This option adds support for including sources from existing gopaths into
the gopath of the package to build.
2016-10-29 05:18:16 +02:00
Anthony Cowley
3a979c31d3
tinyxml: fix install name on darwin
...
Things linked with tinyxml would previously reference the bare "libtinyxml.dylib"
name.
2016-10-28 19:11:58 -04:00
Tim Steinbach
a79fdce0b8
sbt: 0.13.12 -> 0.13.13
2016-10-28 14:08:20 -04:00
Peter Simons
0cf03e02ae
git-annex: update to latest version
...
(cherry picked from commit b6df43a2df
)
2016-10-28 16:52:51 +02:00
Peter Simons
4cfc164256
haskell-titlecase: drop obsolete overrides
...
(cherry picked from commit 118efe87b9
)
2016-10-28 16:52:51 +02:00
Peter Simons
2a19aea54a
haskell-stack: fix evaluation
...
(cherry picked from commit 9c31962c07
)
2016-10-28 16:52:51 +02:00
Peter Simons
e0ef9e9714
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.0.3 from Hackage revision
bb6bb10d46
.
2016-10-28 16:52:50 +02:00
Peter Simons
00659b83a3
LTS Haskell 7.5
...
(cherry picked from commit a6445ace6f
)
2016-10-28 16:51:52 +02:00
Joachim Fasting
620b364a87
haskellPackages.wai-app-file-cgi: fix build
...
Fixes https://github.com/NixOS/nixpkgs/issues/19611
Fixes https://github.com/NixOS/nixpkgs/issues/19612
2016-10-28 16:32:27 +02:00
Tim Steinbach
2c0f926f8f
Merge pull request #19879 from TravisWhitaker/lmdb
...
lmdb: 0.9.16 -> 0.9.18
2016-10-28 10:00:18 -04:00
Graham Christensen
23dbb1a23a
Merge pull request #19857 from ElessarWebb/issue-19856-spatialite
...
libspatialite: link missing mod_spatialite.dylib
2016-10-28 09:01:55 -04:00
Christine Koppelt
162c65fc87
nodejs-0_10: remove
...
node.js 0.10 reaches end of LTS in a few days (see https://github.com/nodejs/LTS for details). Therefore I removed it and set 3 dependant packages to broken as they don't build anymore
2016-10-28 07:43:04 -04:00
Matthias Beyer
1176973ab4
loc: init at 0.3.0
2016-10-28 09:45:51 +02:00
Tim Digel
8e319c5dda
Add package-option to enable module-support
2016-10-28 07:54:06 +02:00
John Wiegley
c60b3e4bfc
haskellPackages.hakyll: Fix the Darwin build (broken tests)
2016-10-27 15:10:39 -07:00
Peter Simons
5b60ccba05
Merge pull request #19871 from PierreR/master
...
hackage2nix: add hruby x86_64-linux to hydra
2016-10-27 19:51:02 +02:00
Graham Christensen
0425f7ab22
Merge pull request #19917 from grahamc/epiphany
...
Epiphany
2016-10-27 12:09:48 -04:00
Frederik Rietdijk
600f4dd080
Merge pull request #19907 from veprbl/distutils_fix2
...
numpy: enable numpy.distutils patch only if it's also in distutils
2016-10-27 13:38:06 +02:00
makefu
63dc801899
devpi-client: 2.3.2 -> 2.7.0
...
devpi-common: 2.0.8 -> 3.0.1
2016-10-27 10:11:53 +02:00
Graham Christensen
eab3395be3
Merge pull request #19877 from NeQuissimus/openjdk_8u122_04
...
openjdk: 8u122-03 -> 8u122-04
2016-10-26 22:19:02 -04:00
Graham Christensen
7de987d7bd
Merge pull request #19885 from grahamc/libdwarf
...
libdwarf: 20161001 -> 20161021 for CVE-2016-8679
2016-10-26 22:16:45 -04:00
Benjamin Saunders
5e45a6ce8f
mesa: enable intel vulkan driver
2016-10-26 19:07:26 -07:00
Graham Christensen
354811f4bc
webkitgtk214x: 2.14.0 -> 2.14.1
2016-10-26 21:23:25 -04:00
Graham Christensen
ad47dd09ac
Merge pull request #19916 from grahamc/openslp
...
openslp: patch for CVE-2016-7567
2016-10-26 21:04:05 -04:00
Graham Christensen
0f7ac8b41f
openslp: patch for CVE-2016-7567
2016-10-26 20:51:06 -04:00
Dmitry Kalinkin
46dd9dfc52
numpy: enable numpy.distutils patch only if it's also in distutils
...
Fixes: 095095c
('python: add C++ compiler support for distutils')
2016-10-26 21:29:55 +00:00
Graham Christensen
524d362754
Merge pull request #19889 from grahamc/libgit2
...
libgit2: 0.24.1 -> 0.24.2 for CVE-2016-8568, CVE-2016-8569
2016-10-26 16:55:59 -04:00
Vladimír Čunát
1cd7466650
Merge #19800 : fix clisp + xindy -> texlive on Darwin
2016-10-26 21:01:12 +02:00
Vincent Laporte
0336a06d0e
ocamlPackages.containers: 0.18 -> 0.20
2016-10-26 19:10:33 +02:00
Vincent Laporte
29f3eaef7a
ocamlPackages.sequence: 0.6 -> 0.8
2016-10-26 19:10:33 +02:00
Vincent Laporte
7da48dec30
ocamlPackages.gen: 0.3 -> 0.4
2016-10-26 19:10:33 +02:00
Bjørn Forsman
63bf567001
saleae-logic: 1.2.9 -> 1.2.10 (bugfixes)
2016-10-26 17:16:10 +02:00
Bjørn Forsman
0495b0763f
saleae-logic: fix 32-bit source hash
...
I messed up in commit 314b1fbf0
("saleae-logic: 1.1.15 -> 1.2.9").
2016-10-26 17:16:10 +02:00
Michael Raskin
da114a21c9
cdecl: switch md5 to sha256
2016-10-26 16:59:37 +02:00
Michael Raskin
5f4ab83015
Xaw3d: 1.5E -> 1.6.2, switch md5 to sha256, use X.org as the upstream
2016-10-26 15:51:26 +02:00
Graham Christensen
65a6484f79
libgit2: 0.24.1 -> 0.24.2 for CVE-2016-8568, CVE-2016-8569
2016-10-26 08:56:49 -04:00
zimbatm
9970b28680
Merge pull request #19799 from vmandela/ruby-zoom
...
ruby-zoom: init at 4.1.0
2016-10-26 13:18:43 +01:00
Venkateswara Rao Mandela
219b9d5086
ruby-zoom: init at 4.1.0
...
From the website,
https://gitlab.com/mjwhitta/zoom
Zoom adds some convenience to ag/ack/grep by allowing you to quickly
open your search results in your editor of choice.
Also available as a ruby gem.
https://rubygems.org/gems/ruby-zoom
In addition to including the ruby-zoom tool, we also added a global
override for the ruby-terminfo gem to handle the ncurses build time
dependency.
2016-10-26 17:26:26 +05:30
Graham Christensen
e5ad26e48e
libdwarf: 20161001 -> 20161021 for CVE-2016-8679
2016-10-26 07:42:42 -04:00
Frederik Rietdijk
7077a270bf
Merge remote-tracking branch 'upstream/master' into HEAD
2016-10-26 13:06:43 +02:00
Michael Raskin
5bdd22bf4e
arb-git: init at 2.9.0pre20161013. This ARB version is less annoying to use with FLINT
2016-10-26 11:06:41 +02:00
Michael Raskin
bdaff5f256
fplll_20160331: init at 20160331, obviously. The snapshot that Sage seems to like
2016-10-26 11:06:41 +02:00
Michael Raskin
02fb2e5150
fflas-ffpack_1: init at 1.6.0
2016-10-26 11:06:39 +02:00
Michael Raskin
792026d795
fflas-ffpack: init at 2.2.2
2016-10-26 11:06:39 +02:00
Michael Raskin
516e27c20e
givaro_3_7: init at 3.7.2
2016-10-26 11:06:38 +02:00
Michael Raskin
80b8f39a7a
givaro_3: init at 3.8.0
2016-10-26 11:06:38 +02:00
Michael Raskin
d5547a9409
libgap: init at 4.8.3
2016-10-26 11:06:37 +02:00
Michael Raskin
e35a8d52ab
iml: init at 1.0.5
2016-10-26 11:06:37 +02:00
Michael Raskin
2ac12966e6
cddlib: init at 0.94h
2016-10-26 11:06:35 +02:00
Michael Raskin
9fe49b39fb
arb: init at 2.8.1
2016-10-26 11:06:35 +02:00