Tobias Geerinckx-Rice
038b18496c
ccache: 3.2.4 -> 3.2.5
2016-04-17 18:25:07 +02:00
Pascal Wittmann
04e3fe2280
swt: repair shared objects and refactor
2016-04-17 16:34:14 +02:00
Luca Bruno
6db84ed559
Merge pull request #14493 from kamilchm/build-go-without-vendor
...
buildGoPackage: we don't need to build vendored packages
2016-04-17 11:18:30 +02:00
Nikolay Amiantov
c225bc8576
bullet: 2.80 -> 2.83
2016-04-17 05:24:40 +03:00
Mathieu Boespflug
6c9c59067b
gradle: fix attribute name for gcc libs path.
...
PR #14326 fixed gradle so that its native code library could find
libstdc++.so.6, but this fix is inoperative now, because this library
is in `"${stdenv.cc.cc.lib}/lib"` now, rather than
`"${stdenv.cc.cc}/lib"`.
2016-04-17 01:09:24 +02:00
Tuomas Tynkkynen
908aac3ca7
Merge remote-tracking branch 'upstream/master' into staging
2016-04-16 21:06:42 +03:00
Domen Kožar
b4d3a7f62b
nghttp2: more stable url (hopefully)
2016-04-16 09:51:58 +01:00
Vladimír Čunát
5ac500ae68
Merge #14754 : libgcrypt: 1.6.5 -> 1.7.0
...
http://lists.gnu.org/archive/html/info-gnu/2016-04/msg00005.html
> This is a new stable version of Libgcrypt with full API
> and ABI compatibiliy to the 1.6 series.
2016-04-16 08:44:37 +02:00
Michael Raskin
909a46ff77
Fix gccgo by un-splitting lib output (like gcj)
2016-04-16 08:42:20 +02:00
Charles Strahan
0be225a8dc
ghcjs: update sources to latest
2016-04-16 01:55:56 -04:00
José Romildo Malaquias
9f44ad975b
pygobject: fix some warnings
2016-04-16 00:23:57 -03:00
Aneesh Agrawal
f84a2fe412
libgcrypt: 1.6.5 -> 1.7.0
2016-04-15 22:43:04 -04:00
Anthony Cowley
184a3957e6
ffmpeg-full: avfoundation indev support on darwin
...
Adds support for camera input devices on OS X.
This required fixing links in output libraries and executables to pull
in the system's CoreFoundation.framework rather than the open source CF
one.
2016-04-15 18:21:33 -04:00
Franz Pletz
a12be841d6
Merge pull request #14708 from aneeshusa/use-multiple-outputs-for-libressl-2.3
...
libressl: enable multiple outputs
2016-04-15 21:49:12 +02:00
Tuomas Tynkkynen
8a66effde2
Merge remote-tracking branch 'upstream/master' into staging
2016-04-15 22:46:41 +03:00
Tuomas Tynkkynen
b4f97aeae8
uid_wrapper: Remove glibc from build inputs hack
...
Not needed anymore after #14668
2016-04-15 22:45:08 +03:00
Tuomas Tynkkynen
6fac16c6f3
socket_wrapper: Remove glibc from build inputs hack
...
Not needed anymore after #14668
2016-04-15 22:44:22 +03:00
Tuomas Tynkkynen
be02add261
nss_wrapper: Remove glibc from linker flags hack
...
Not needed anymore after #14668
2016-04-15 22:43:14 +03:00
Tuomas Tynkkynen
a01cdca9d1
nss_wrapper: Remove glibc from build inputs hack
...
Not needed anymore after #14668
2016-04-15 22:38:59 +03:00
Joachim Fasting
be2bb668ec
cppcheck: 1.72 -> 1.73
...
ChangeLog at https://sourceforge.net/p/cppcheck/news/2016/04/cppcheck-173/
2016-04-15 17:43:50 +02:00
Joachim Fasting
7b9b6d27d3
cppcheck: split man output
2016-04-15 17:41:41 +02:00
Aneesh Agrawal
9fb0bf1335
libressl 2.2: enable multiple outputs
2016-04-15 10:43:04 -04:00
Peter Simons
a6978ded09
Merge pull request #14144 from jefdaj/r-bioc-data-packages
...
r-modules: update CRAN, add Bioconductor data packages
2016-04-15 14:46:19 +02:00
joachifm
ff44872c77
Merge pull request #14713 from ericsagnes/fix/libpinyin
...
libpinyin: move to libraries
2016-04-15 05:50:06 +02:00
aszlig
f5ec09842d
pygame: Fix build with multiple outputs
...
The config.py script doesn't seem to cope very well with symlinks, so
let's pass it the right derivation outputs wherever possible and fall
back to drv.out.
I've disabled the tests because they somehow now seem to cause the build
to fail even though the tests failed *before* the merge of the
closure-size branch, but the whole build didn't fail regardless.
Here is a build from before the closure-size branch merge:
http://hydra.nixos.org/build/34367296
If you have a look at the build log, you already see a bunch of failing
tests (to be exact: the same set of tests that are failing now with the
fix of the preConfigure phase).
Other than that, the build now succeeds on my machine.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-04-15 05:35:11 +02:00
aszlig
f1c2572479
pyqt5: Fix running of {pre,post}Configure
...
Commit 0055c6a
introduced a new preConfigure hook that sets the right
qmake path. Unfortunately the mkDerivation attributes of pyqt5 override
the whole configurePhase, so this hook isn't run at all.
This fixes the build of pyqt5 and it now successfully compiles on my
machine.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-04-15 05:26:02 +02:00
aszlig
96bed5b7aa
signon: Fix running of {pre,post}Configure
...
Commit 0055c6a
introduced a new preConfigure hook that sets the right
qmake path. Unfortunately the mkDerivation attributes of signon override
the whole configurePhase, so this hook isn't run at all.
This fixes the build of signon and it now successfully compiles on my
machine.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-04-15 05:26:02 +02:00
aszlig
f43d8b2336
libkeyfinder: Fix running of {pre,post}Configure
...
Commit 0055c6a
introduced a new preConfigure hook that sets the right
qmake path. Unfortunately the mkDerivation attributes of libkeyfinder
override the whole configurePhase, so this hook isn't run at all.
This fixes the build of libkeyfinder and it now successfully compiles on
my machine.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-04-15 05:26:02 +02:00
aszlig
25382a37e3
accounts-qt: Fix running of {pre,post}Configure
...
Commit 0055c6a
introduced a new preConfigure hook that sets the right
qmake path. Unfortunately the mkDerivation attributes of accounts-qt
override the whole configurePhase, so this hook isn't run at all.
This fixes the build of accounts-qt and it now successfully compiles on
my machine.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-04-15 05:26:02 +02:00
aszlig
ee1af147f3
libcommuni: Fix finding qmake
...
Commit 0055c6a
introduced a new preConfigure hook that sets the right
qmake path.
As the configurePhase is replaced by a qmake path directly from qtbase,
it won't work because the setup-hook from qtbase needs to do some setup
in order for qmake to find its own data files.
So instead of hardcoding that path, we just go for setting the
configureFlags attribute and replacing which with "type -P" so that the
configure script can figure out the right path to qmake on its own.
This fixes the build of libcommuni and it now successfully compiles on
my machine.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-04-15 05:26:02 +02:00
aszlig
2d6ea2cc30
qmltermwidget: Fix running of {pre,post}Configure
...
Commit 0055c6a
introduced a new preConfigure hook that sets the right
qmake path. Unfortunately the mkDerivation attributes of qmltermwidget
override the whole configurePhase, so this hook isn't run at all.
This fixes the build of qmltermwidget and it now successfully compiles
on my machine.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-04-15 05:26:02 +02:00
Eric Sagnes
c6ec758fe3
libpinyin: move to libraries
2016-04-15 10:22:35 +09:00
aszlig
8779e0f274
qt5.qwt: Fix running of {pre,post}Configure
...
Commit 0055c6a
introduced a new preConfigure hook that sets the right
qmake path. Unfortunately the mkDerivation attributes of qwt override
the whole configurePhase, so this hook isn't run at all.
This fixes the build of qwt and it now successfully compiles on my
machine.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-04-15 01:29:56 +02:00
aszlig
d663b3df24
qt5.quazip: Fix running of {pre,post}Configure
...
Commit 0055c6a
introduced a new preConfigure hook that sets the right
qmake path. Unfortunately the mkDerivation attributes of quazip override
the whole configurePhase, so this hook isn't run at all.
This fixes the build of quazip and it now successfully compiles on my
machine.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-04-15 01:27:21 +02:00
Aneesh Agrawal
60f97245a2
libressl 2.3: enable multiple outputs
2016-04-14 17:45:43 -04:00
Jeffrey David Johnson
2291885f9e
mark bioc packages broken; should match hydra now
2016-04-14 14:34:11 -07:00
Tobias Geerinckx-Rice
358900674b
webgitgtk 2.12: fix evaluation
...
Remove reference to unknown maintainer @iyzsong.
2016-04-14 19:57:14 +02:00
Jeffrey David Johnson
f88843f545
mark bioc packages broken; should match hydra now
2016-04-14 09:54:46 -07:00
Michael Raskin
73fba62fb1
Merge pull request #13545 from bendlas/init-webkitgtk-212
...
webkitgtk: init at 2.12
2016-04-14 16:37:56 +00:00
Nikolay Amiantov
cd4b76c821
protobuf: split to multiple outputs
2016-04-14 17:30:40 +03:00
Frederik Rietdijk
aedf601bba
Merge pull request #14687 from makefu/devpi-client-fix
...
devpi-client: add missing python libraries
2016-04-14 14:25:21 +02:00
joachifm
19e425fa0c
Merge pull request #14447 from mucaho/vscode_unfree
...
vscode: switch to unfree, binary package
2016-04-14 14:16:43 +02:00
makefu
776ff2e735
devpi-client: add missing python libraries
2016-04-14 14:06:32 +02:00
zimbatm
12e919bb34
Merge pull request #14653 from manveru/bundler-env-frozen
...
bundler-env: Gemfile.lock is frozen
2016-04-14 10:20:04 +01:00
Peter Simons
232d843c8a
haskell-src-exts: test suite fails when building with GHC 8.0.x
2016-04-14 09:17:55 +02:00
Peter Simons
70f396fa48
haskell-generic-deriving: build fails Haddock phase with GHC 8.0.x
2016-04-14 09:17:55 +02:00
Peter Simons
2be16386b5
haskell-lens: use latest version when building with GHC 8.0.x
2016-04-14 09:17:55 +02:00
Peter Simons
d98a8f88d0
haskell-kan-extensions: use version 5.x when building with GHC 8.0.x
2016-04-14 09:17:55 +02:00
Peter Simons
3babe992f9
haskell-semigroupoids: doctest suite won't build with GHC 8.0.x
2016-04-14 09:17:55 +02:00
Peter Simons
15d7b7da10
haskell-bifunctors: use latest version 5.3 when compiling with GHC 8.0.x
2016-04-14 09:17:55 +02:00
Anthony Cowley
3f845da22a
haskell-modules: darwin configuration-common
...
- Reconfigure OpenGL/CL related packages to propagate the necessary
framework dependencies.
- Disable tests on all versions of c2hs so package sets such as LTS
releases work.
Closes https://github.com/NixOS/nixpkgs/pull/14609 .
2016-04-14 09:17:55 +02:00
Peter Simons
2422ae0838
ghc: update 8.0.x pre-release from rc2 to rc3
2016-04-14 09:17:55 +02:00
Peter Simons
8a12018821
hackage-packages.nix: update Haskell package set
...
This update was generated by hackage2nix v20160406-1-ge7059e3 using the following inputs:
- Hackage: 4d5f229e9e
- LTS Haskell: 924977cc28
- Stackage Nightly: 0002f21766
2016-04-14 09:17:55 +02:00
Peter Simons
c7a4de7717
configuration-hackage2nix.yaml: update list of broken builds
2016-04-14 09:17:55 +02:00
Tuomas Tynkkynen
66de416b7a
treewide: Mass replace 'hunspell}/bin' to refer to the correct outputs
2016-04-14 08:32:20 +03:00
Tuomas Tynkkynen
794f07d4e4
treewide: Mass replace 'binutils}/bin' to refer to the correct outputs
2016-04-14 08:32:20 +03:00
Tuomas Tynkkynen
f34655e28c
openssl-chacha: Split into multiple outputs
...
Mainly done because of this in all-packages.nix:
````
cipherscan = callPackage ../tools/security/cipherscan {
openssl = if stdenv.system == "x86_64-linux"
then openssl-chacha
else openssl;
};
````
... and inside cipherscan we want to refer to `openssl.bin`
2016-04-14 08:32:20 +03:00
Tobias Geerinckx-Rice
994c9b7487
flexcpp: 2.04.00 -> 2.05.00
2016-04-14 02:37:53 +02:00
Nikolay Amiantov
6f3e72eef6
Merge pull request #14658 from abbradar/search-path-fixes
...
Search path fixes
2016-04-14 03:08:41 +04:00
Nikolay Amiantov
92f2c5f71e
Revert "glfw3: apparently fix the build"
...
This reverts commit be90eb047c
.
2016-04-14 01:03:48 +03:00
Nikolay Amiantov
52637e22cd
cmake: add all glibc outputs to system prefix
2016-04-14 01:03:23 +03:00
Nikolay Amiantov
d528c7d8f5
cmake-2_8: fix for multiple outputs
2016-04-14 01:03:23 +03:00
Arseniy Seroka
0420a532e9
Merge pull request #14649 from vbgl/coq_8.5.1
...
Coq 8.5pl1
2016-04-13 22:16:48 +03:00
Nikolay Amiantov
8b7ebaffeb
replace makeSearchPath tree-wise to take care of possible multiple outputs
2016-04-13 22:09:41 +03:00
Herwig Hochleitner
6bb9ca5057
webkitgtk: init at 2.12.0
...
this has the b3 jit activated
2016-04-13 20:44:59 +02:00
Michael Raskin
be90eb047c
glfw3: apparently fix the build
2016-04-13 18:52:37 +02:00
Michael Raskin
cd5b677576
gcc49 (gcj): do not create separate lib output (cyclical dependency), fix ecj1 linking. Does not affect the hash of normal gcc49
2016-04-13 18:46:14 +02:00
Michael Raskin
14b8bdc01f
julia: fix library path management after multiple-outputs/closure-size merge
2016-04-13 18:46:14 +02:00
Tadas Barzdzius
650d2f988d
rustc: 1.6.0 -> 1.7.0. Enable Darwin platform.
2016-04-13 16:29:31 +03:00
Michael Raskin
238cb743bc
scons: 2.4.1 -> 2.5.0
2016-04-13 14:47:04 +02:00
Michael Raskin
a9b9c8c23b
libgphoto2: 2.5.9 -> 2.5.10
2016-04-13 14:47:04 +02:00
Michael Raskin
7c0f4882f3
angelscript: 2.30.2 -> 2.31.0
2016-04-13 14:47:04 +02:00
Michael Fellinger
fe87240e68
bundler-env: Gemfile.lock is frozen
2016-04-13 11:25:41 +02:00
Vladimír Čunát
39ebb01d6e
Merge branch 'staging', containing closure-size #7701
2016-04-13 09:25:28 +02:00
Tuomas Tynkkynen
9bc67ca5c9
Merge pull request #14620 from nico202/ispike
...
iSpike: init at 2.1
2016-04-13 07:21:16 +03:00
Nikolay Amiantov
53ae67fddd
openscenegraph: add withApps flag
2016-04-13 04:35:33 +03:00
Tuomas Tynkkynen
a9ce4b0884
libdvdcss: Don't build on Darwin
...
http://hydra.nixos.org/build/34377524/nixlog/1/raw
While at it, add a license.
2016-04-13 04:17:34 +03:00
Tuomas Tynkkynen
ba59be833b
sunxi-tools: Don't build on darwin
...
http://hydra.nixos.org/build/34390183/nixlog/1/raw
While at it, use fetchFromGitHub.
2016-04-13 04:06:15 +03:00
Alexey Shmalko
e870ac3044
gcc-arm-embedded: 4.9 -> 5.2
...
Seems that GCC ARM Embedded have changed convention for file location,
and version 5.2 isn't accessible from the predicted url. That's why
nix-expression is updated to allow overloading url parts.
2016-04-13 03:07:05 +03:00
Jeffrey David Johnson
2f6581df00
r-modules: mark mzR broken
2016-04-12 14:16:43 -07:00
Shea Levy
2274d7e96e
Merge branch 'chromedriver221' of git://github.com/NeQuissimus/nixpkgs
2016-04-12 16:47:49 -04:00
Vincent Laporte
618b336808
coq-ext-lib: 0.9.0-beta3 -> 0.9.3
2016-04-12 19:43:49 +02:00
Tim Steinbach
7c2deb94bf
chromedriver: 2.14 -> 2.21
2016-04-12 11:07:56 -04:00
Franz Pletz
9fd4e1e8dd
libuchardet: 0.0.1 -> 0.0.5
2016-04-12 15:51:32 +02:00
Franz Pletz
8b073d96d7
vaapiIntel: 1.6.1 -> 1.6.2
2016-04-12 15:51:32 +02:00
Franz Pletz
365f5942a4
xvidcore: 1.3.3 -> 1.3.4
2016-04-12 15:51:31 +02:00
Franz Pletz
862875f9cd
libvirt: 1.3.2 -> 1.3.3
2016-04-12 15:49:54 +02:00
=
9ec9da1a24
iSpike: init at 2.1.1
2016-04-12 14:36:20 +02:00
zimbatm
c8484b95be
Merge pull request #14600 from nckx/update/gup
...
Update gup and rename gfxmonk -> timbertson
2016-04-12 12:08:43 +01:00
Peter Simons
4fe298f248
Merge pull request #14603 from obadz/haste-fix
...
haskellPackages.haste-compiler: fix build issue in #14581
2016-04-12 10:01:27 +02:00
Franz Pletz
ef37c57e4e
dfu-util: 0.8 -> 0.9
2016-04-12 04:28:50 +02:00
Franz Pletz
310f05ed9d
libgsf: 1.14.34 -> 1.14.36
2016-04-12 04:28:50 +02:00
Nikolay Amiantov
36a8c35461
ogrepaged: mark as broken
2016-04-12 03:12:49 +03:00
Nikolay Amiantov
6a5387e68c
mygui: disable ogre by default
2016-04-12 03:09:11 +03:00
Nikolay Amiantov
c74e2b51e8
mygui: disable some components, support OpenGL renderer
2016-04-12 03:08:16 +03:00
Nikolay Amiantov
c322c042cf
Merge commit 'refs/pull/14593/head' of git://github.com/NixOS/nixpkgs
2016-04-12 03:07:40 +03:00
Tobias Geerinckx-Rice
ad794fed9c
{lib,pcman}fm: 1.2.3 -> 1.2.4
2016-04-11 23:39:47 +02:00
Tobias Geerinckx-Rice
06dceaa5b2
geoclue2: 2.4.2 -> 2.4.3
2016-04-11 23:39:47 +02:00
joachifm
2e2a87e57a
Merge pull request #14376 from acowley/qhull
...
qhull: darwin compatibility
2016-04-11 23:17:20 +02:00
joachifm
b70f9dc172
Merge pull request #14353 from acowley/tbb
...
tbb: darwin compatibility
2016-04-11 23:15:31 +02:00
Nikolay Amiantov
52e699dcdf
ogre: don't build with nvigia-cg and samples by default, add flags
2016-04-11 19:25:45 +03:00
obadz
c3860bf008
haskellPackages.haste-compiler: fix build issue in #14581
2016-04-11 17:21:18 +01:00
Nikolay Amiantov
b3d3a1c7ea
openscenegraph: enable parallel building
2016-04-11 18:34:15 +03:00
Tobias Geerinckx-Rice
57ef1712e3
Substite new GitHub username ‘timbertson’ for ‘gfxmonk’
2016-04-11 16:35:18 +02:00
obadz
7f2163fc97
haskellPackages.haste-compiler: fix so that it now builds and runs
...
Required adding:
haskellPackages.haste-Cabal, and
haskellPackages.haste-cabal-install
2016-04-11 15:24:56 +01:00
Tobias Geerinckx-Rice
613cef6240
gup: 0.5.4 -> 0.5.5; use fetchFromGitHub
2016-04-11 16:21:12 +02:00
obadz
e8b3532d26
xqilla: init at 2.3.3
2016-04-11 13:57:19 +01:00
Ricardo Ardissone
6312610911
mygui: add withOgre argument
2016-04-11 08:38:54 -03:00
Robert Scott
d61b739f07
php: 5.6.19 -> 5.6.20
2016-04-10 18:41:57 +00:00
Robert Scott
1773c53fcf
php55: 5.5.33 -> 5.5.34
2016-04-10 14:45:35 +00:00
joachifm
496a369805
Merge pull request #14561 from micxjo/update-botan
...
botanUnstable: 1.11.28 -> 1.11.29 (security)
2016-04-10 11:56:11 +02:00
joachifm
a310fd4662
Merge pull request #14563 from micxjo/update-sndfile
...
libsndfile: 1.0.25 -> 1.0.26 (security)
2016-04-10 11:51:47 +02:00
Vladimír Čunát
30f14243c3
Merge branch 'master' into closure-size
...
Comparison to master evaluations on Hydra:
- 1255515 for nixos
- 1255502 for nixpkgs
2016-04-10 11:17:52 +02:00
Vladimír Čunát
50fccad582
Merge branch 'staging' into closure-size
2016-04-10 09:33:25 +02:00
Franz Pletz
2579128897
Merge pull request #14547 from groxxda/bump/wayland
...
wayland: 1.9.0 -> 1.10.0, weston: 1.9.0 -> 1.10.0, wayland-protocols: init at 1.3
2016-04-10 01:11:55 +02:00
Franz Pletz
870ce8fc83
Merge pull request #14544 from groxxda/bump/libinput
...
libinput: 1.2.1 -> 1.2.2, propagate udev dependency
2016-04-10 01:09:18 +02:00
Micxjo Funkcio
75c033969b
libsndfile: 1.0.25 -> 1.0.26 (security)
...
This release contains fixes for
* CVE-2014-9496
* CVE-2014-9756
* CVE-2015-7805
2016-04-09 13:11:35 -07:00
Micxjo Funkcio
3c2e932450
botanUnstable: 1.11.28 -> 1.11.29 (security)
...
This release contains fixes for
* CVE-2016-2849
* CVE-2016-2850
2016-04-09 12:18:55 -07:00
joachifm
ddef34387d
Merge pull request #14518 from CrystalGamma/master
...
lombok: init at 1.16.8
2016-04-09 17:47:15 +02:00
Vincent Laporte
30e17a9b71
ocamlPackages.cryptokit: 1.9 -> 1.10
2016-04-09 14:20:03 +02:00
Nikolay Amiantov
cae349102e
ffmpeg: install man pages
2016-04-09 14:03:27 +03:00
Nikolay Amiantov
d023e15cfc
ffmpeg: enable x265 support
2016-04-09 14:02:43 +03:00
Frederik Rietdijk
dddafe61eb
Merge pull request #14498 from expipiplus1/python-cgkit
...
pythonPackages.cgkit: init at 2.0.0
2016-04-09 11:51:15 +02:00
Jona Stubbe (CrystalGamma)
8430db7e17
lombok: init at 1.16.8
2016-04-09 10:00:08 +02:00
Nikolay Amiantov
cdc5326a31
pcre: cleanup a little
2016-04-09 02:48:14 +03:00
Micxjo Funkcio
1e2fe7e07d
pcre: patch CVE-2016-1283
...
This fixes CVE-2016-1283, which allows remote attackers to cause
a denial of service (heap-based buffer overflow) or possibly
have unspecified other impact via a crafted regular expression.
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-1283
2016-04-09 02:43:41 +03:00
Alexander Ried
7f2d418954
wayland: 1.9.0 -> 1.10.0
2016-04-08 23:22:58 +02:00
Alexander Ried
af82b8f7a7
wayland-protocols: init at 1.3
...
From https://lists.freedesktop.org/archives/wayland-devel/2015-November/025486.html
The purpose of this repository is to decouple Wayland
protocol development from the implementation in weston. wayland-protocols will
have its own releases not coupled with with wayland/weston releases and
will not carry any implementations.
2016-04-08 23:22:51 +02:00
Alexander Ried
9722fa06e9
libinput: propagate udev dependency
2016-04-08 23:11:12 +02:00
Alexander Ried
b080956078
libinput: 1.2.1 -> 1.2.2
2016-04-08 23:11:12 +02:00
Eelco Dolstra
bd4720a7d6
cudatoolkit: Don't barf on GCC > 4.9
...
Blender appears to build/run fine with GCC 5.3.
2016-04-08 22:23:14 +02:00
Vladimír Čunát
33b1dbb991
qt54.qttools: fix build
...
This one particular cmake directory seems not created by the build.
Skimming Hydra's status, this probably never worked since 35f33b438c
.
/cc @ttuegel.
2016-04-08 16:10:08 +02:00
Vladimír Čunát
77642ecbf7
rustc: fix build with multiple outputs
2016-04-08 15:56:26 +02:00
Vladimír Čunát
0f5dff43b7
doxygen: fix finding libiconv after #13856
...
The changed the build system to cmake, and it somehow won't find the
includes. I'm lazy to investigate details ATM.
2016-04-08 13:49:26 +02:00
Micxjo Funkcio
800d088c85
gambit: 4.7.3 -> 4.8.5
2016-04-08 01:23:22 -07:00
joachifm
0db23cf75c
Merge pull request #14525 from acowley/pcl
...
pcl: buildable without GUI components
2016-04-08 03:37:37 +02:00
joachifm
df3a139dc4
Merge pull request #14439 from zimbatm/travis-1.8.2
...
travis: init at 1.8.2
2016-04-08 00:39:51 +02:00
Anthony Cowley
50e16a29be
pcl: buildable without GUI components
...
One can build pcl with vtk, qt4, and libXt set to null iff libpng is
explicitly listed as a dependency.
pcl's build system is happy to proceed without those GUI-related
packages as long as libpng is available.
2016-04-07 18:15:10 -04:00
joachifm
26ba0101cb
Merge pull request #14435 from joachifm/libsodium-1_0_9
...
libsodium: 1.0.8 -> 1.0.10
2016-04-08 00:11:04 +02:00
Kamil Chmielewski
bf9f60fe74
buildGoPackage: we don't need to build vendored packages
2016-04-07 17:45:20 +02:00
Vladimír Čunát
d1df28f8e5
Merge 'staging' into closure-size
...
This is mainly to get the update of bootstrap tools.
Otherwise there were mysterious segfaults:
https://github.com/NixOS/nixpkgs/pull/7701#issuecomment-203389817
2016-04-07 14:40:51 +02:00
Peter Simons
c0a5872c2c
configuration-common.nix: fix syntax error (and cosmetic)
2016-04-07 07:58:32 +02:00
Peter Simons
07f26f3df1
configuration-ghc-8.0.x.nix: clean up overrides
2016-04-07 07:53:57 +02:00
Peter Simons
7694bb18c8
haskell-comonad: fix build with ghc-8.0.x
2016-04-07 07:53:57 +02:00
Peter Simons
7f976c7729
haskell-fail: fix build with ghc-8.0.x
2016-04-07 07:53:57 +02:00
Peter Simons
3110ba445f
cabal2nix: update to version 20160406
2016-04-07 07:53:57 +02:00
Michael Alan Dorman
bec10ed1b8
haskell-present: remove obsolete patch
2016-04-07 07:53:57 +02:00
Michael Alan Dorman
2daf67bf87
haskell-pipes-transduce: fix build
2016-04-07 07:53:57 +02:00
Peter Simons
e6e5d984ab
configuration-hackage2nix.yaml: update list of broken packages
2016-04-07 07:53:04 +02:00
Peter Simons
d8f99973df
hackage-packages.nix: update Haskell package set
...
This update was generated by hackage2nix v20160406 using the following inputs:
- Hackage: 2266fbc644
- LTS Haskell: 7a74143acf
- Stackage Nightly: 5e435cbedb
2016-04-07 07:53:04 +02:00
Peter Simons
61929cf6f5
Merge pull request #14503 from obadz/haskell-dnssd
...
haskellPackages.dnssd: override the dns_sd dependency to point to ava…
2016-04-07 00:05:30 +02:00
obadz
8c2e8ec13c
haskellPackages.dnssd: override the dns_sd dependency to point to avahi built with the right flags.
...
Fixes #14502
2016-04-06 22:21:56 +01:00
Henry Till
d2d3ef953e
gforth: fix build on darwin
2016-04-06 23:21:09 +02:00
Tobias Geerinckx-Rice
0661a9891b
libpsl: list 2016-03-30 -> 2016-04-05
2016-04-06 20:06:26 +02:00
Tobias Geerinckx-Rice
33530b5bd1
wcslib: 5.14 -> 5.15
2016-04-06 16:37:50 +02:00
Joe Hermaszewski
a4e7cc58bb
pythonPackages.cgkit: init at 2.0.0
2016-04-06 15:31:04 +01:00
Domen Kožar
b77df197f5
phantomjs2: 2.0.0 -> 2.1.1 (fix build)
...
(cherry picked from commit 94036474c2b424ac19c4e8e30b5b026210649789)
Signed-off-by: Domen Kožar <domen@dev.si>
2016-04-06 12:30:06 +01:00
Franz Pletz
04f480a98f
Merge pull request #14425 from grahamc/libsrtp
...
srtp: 1.5.2 -> 1.5.4 for CVE-2015-6360
2016-04-06 13:18:38 +02:00
Arseniy Seroka
6f1467b1a7
Merge pull request #14487 from AndersonTorres/eterm
...
Eterm
2016-04-06 11:42:03 +03:00
Mathias Schreck
3d412dd84e
nodejs: 5.10.0 -> 5.10.1
2016-04-06 09:45:35 +02:00
Damien Cassou
a8ac2eaa40
Merge pull request #14488 from DamienCassou/update-pharo-vm
...
Update pharo vm
2016-04-06 09:03:39 +02:00
Damien Cassou
21cb5fcf78
pharo-no-spur: 2015.08.06 -> 2016.02.18
2016-04-06 08:53:53 +02:00
Damien Cassou
e1ab998776
pharo-spur: 2016.02.15 -> 2016.04.04
2016-04-06 08:53:10 +02:00
AndersonTorres
3e9b101522
libast: init at 0.7
2016-04-06 02:41:15 -03:00
joachifm
eb860f9697
Merge pull request #14445 from costrouc/costrouc-openmpi
...
openmpi: patch for legitimate zero size messages
2016-04-06 00:54:16 +02:00
Joachim Fasting
fd80407db3
libsodium: 1.0.8 -> 1.0.10
2016-04-06 00:22:40 +02:00
Tuomas Tynkkynen
6b42f9f4be
Merge commit 'bde820' from staging
...
http://hydra.nixos.org/eval/1252653 - only ~9400 packages to go at the
time of writing this.
2016-04-06 01:18:28 +03:00
Vincent Laporte
d06dfe861d
ocaml-text: 0.7.1 -> 0.8
2016-04-05 16:45:09 +00:00
Arseniy Seroka
56c3b2213d
Merge pull request #14449 from NeQuissimus/rsyslog8170
...
rsyslog: 8.14.0 -> 8.17.0 (incl. dependencies)
2016-04-05 19:32:43 +03:00
Arseniy Seroka
ae9a8670cb
Merge pull request #14473 from NeQuissimus/liquibase
...
liquibase: init at 3.4.2
2016-04-05 19:32:24 +03:00
Tim Steinbach
54d93ab15a
liquibase: init at 3.4.2
2016-04-05 10:44:24 -04:00
Lancelot SIX
1f72a2655a
Merge pull request #13588 from Profpatsch/yolk
...
pythonPackages/yolk: init at 0.4.3
built and tested locally.
2016-04-05 15:09:40 +02:00
Michael Raskin
15434be579
Merge pull request #14456 from tohl/master
...
sbcl and clisp improvements, clisp now runs on arm and can be used to build sbcl
2016-04-05 09:38:41 +00:00
joachifm
ad8857a81a
Merge pull request #14367 from grahamc/xapian-sup-kiwix
...
Xapian: Remove 1.0, Upgrade 1.2, and pin bindings to php 5.6, Fix `sup`, and mark `Kiwix` as Broken
2016-04-04 22:53:47 +02:00
Tomas Hlavaty
106d0f6b51
clisp: control build options and fix non x86* architectures
2016-04-04 22:22:30 +02:00
Tomas Hlavaty
f6807dba60
sbcl: better thread support and arm detection
2016-04-04 22:16:21 +02:00
Tobias Geerinckx-Rice
621218c3c1
cpp-netlib: 0.11.2 -> 0.12.0
2016-04-04 22:14:21 +02:00
Tomas Hlavaty
08cf0dcb5c
sbcl: 1.3.3 -> 1.3.4
2016-04-04 22:11:21 +02:00
Tim Steinbach
925d546d49
libksi: 3.2.2.0 -> 3.4.0.5
2016-04-04 14:30:31 -04:00
Tim Steinbach
74eee1f306
libfastjson: init at v0.99.2
2016-04-04 14:25:37 -04:00
mucaho
dc2a4e2097
electron: abstract out atom-env
2016-04-04 17:34:07 +01:00
Chris Ostrouchov
d076a13c1d
openmpi: patch for legitimate zero size messages
...
This patch is required in order to make python-mpi4py tests pass.
It is also a bug in the openmpi implementation to see full discussion
see https://www.open-mpi.org/community/lists/users/2015/11/28030.php
2016-04-04 11:09:00 -04:00
zimbatm
dd0994e919
travis: init at 1.8.2
2016-04-04 14:24:45 +01:00
Peter Simons
0d39f485f0
haskell-hruby: remove obsolete override
...
Closes https://github.com/NixOS/nixpkgs/pull/13920 .
2016-04-04 15:20:52 +02:00
Peter Simons
f5c95fc1b2
configuration-hackage2nix.yaml: disable broken builds
2016-04-04 15:20:52 +02:00
Peter Simons
de613e08dc
haskell-doctest: use version 0.11.0 when compiling with GHC 8.0.x
...
Fixes https://github.com/sol/doctest/issues/125 .
2016-04-04 15:20:52 +02:00
Peter Simons
574f63b956
haskell-hspec: fix infinite recursion in version 2.2.2
2016-04-04 15:20:37 +02:00
Peter Simons
0c0aa0413a
hackage-packages.nix: update Haskell package set
...
This update was generated by hackage2nix v20160308-5-g3e915af using the following inputs:
- Hackage: 57b937334d
- LTS Haskell: 7a74143acf
- Stackage Nightly: 658d91e0e0
2016-04-04 15:20:26 +02:00
Graham Christensen
374709f308
xapian: 1.2.21 -> 1.2.23 and disable PHP support in xapianBindings
...
xapianBindings hasn't been building against PHP for a few months now,
and no other packages in nixpkgs expects PHP support at this time.
2016-04-04 07:42:38 -05:00
Graham Christensen
e3a335dd37
xapian-bindings:1.2.8 -> 1.2.23
2016-04-04 07:42:38 -05:00
Graham Christensen
2b462dc2ef
xapian-bindings: build against php56
...
xapian-bindings does not support php7, as SWIG doesn't support PHP 7.0
yet, according to https://xapian.org/docs/bindings/php/
2016-04-04 07:42:38 -05:00
Graham Christensen
2c0310d8d8
xapian10/xapianBindings10: Remove, 5 years old.
2016-04-04 07:42:38 -05:00
Profpatsch
c03c2acc93
pythonPackages/yolk: init at 0.4.3
2016-04-04 02:52:41 +02:00
=
9d8d875918
libtorrentRasterbar: 1.0.6 -> 1.0.9
2016-04-04 00:37:24 +02:00
joachifm
a703bd49a9
Merge pull request #14418 from mucaho/vscode
...
Add visual studio code editor
2016-04-03 19:07:08 +00:00
joachifm
b83efcc906
Merge pull request #14419 from micxjo/update-rakudo
...
rakudo-star: 2015.11 -> 2016.01
2016-04-03 19:05:03 +00:00
Micxjo Funkcio
8949de8cfd
rakudo-star: 2015.11 -> 2016.01
...
Support for the JVM backend has been temporarily switched off as
it's not fully functional yet and upstream recommends against
using it.
2016-04-03 11:46:45 -07:00
mucaho
7b06260c1c
electron: make it compatible with vscode
...
Use patchelf instead of wrapProgram to inject lookup path of shared
libraries.
Allow the nix expression to be called with optional version argument.
2016-04-03 16:04:46 +01:00
Graham Christensen
00eb2a0a90
srtp: 1.5.2 -> 1.5.4 for CVE-2015-6360
...
Prevent potential DoS attack due to lack of bounds
checking on RTP header CSRC count and extension header
length. Credit goes to Randell Jesup and the Firefox team
for reporting this issue.
https://www.rapid7.com/db/vulnerabilities/freebsd-vid-6171eb07-d8a9-11e5-b2bd-002590263bf5
2016-04-03 09:07:33 -05:00
zimbatm
3dfe4297ae
racket: 6.3 -> 6.4
2016-04-03 14:10:35 +01:00
joachifm
8c6f5ecf8f
Merge pull request #14259 from anderspapitto/master
...
distcc: add libiberty as a buildInput
2016-04-02 23:10:27 +00:00
joachifm
0683f9c733
Merge pull request #14406 from yurrriq/elixir-1.2.4
...
elixir: 1.2.3 -> 1.2.4
2016-04-02 21:53:31 +00:00
joachifm
58bb7686fe
Merge pull request #14384 from yurrriq/patch-rebar3-nix-bootstrap
...
rebar3-nix-bootstrap: correct homepage URL
2016-04-02 21:48:37 +00:00
Anders Papitto
c8865465cc
distcc: add libiberty as a buildInput
2016-04-02 13:56:55 -07:00
Eric Bailey
e549aad2f2
elixir: 1.2.3 -> 1.2.4
2016-04-02 15:46:58 -05:00
Eric Bailey
b11d8590d0
rebar3-nix-bootstrap: correct homepage URL
...
s/erl-nix/erlang-nix/
2016-04-02 15:45:06 -05:00
Nicolas B. Pierron
cbca7d5707
Clean-up abc package expressions.
2016-04-02 17:56:32 +01:00
Domen Kožar
3e23865bbe
Merge pull request #14385 from yurrriq/patch-erlang-R17
...
erlangR17: fix build on OS X
2016-04-02 14:20:19 +01:00
Graham Christensen
65efc9ee2e
pythonPackages.sphinx: 1.3.4 -> 1.3.6
2016-04-02 10:10:38 +02:00
Eric Bailey
456ce67462
Patch erlang-R17
...
Fix R17 build on OS X, modeling changes after R18,
i.e. inherit Carbon, Cocoa.
2016-04-01 19:06:20 -05:00
joachifm
1bcbc4994d
Merge pull request #14326 from reltuk/gradle-native-lib-fix
...
gradle: Fix gradle-2.12 on Linux to find libstdc++.so.6 reference.
2016-04-01 22:24:57 +00:00
Franz Pletz
94396b8d91
imlib2: 1.4.6 -> 1.4.8 (security)
...
Fixes:
* CVE-2014-9762
* CVE-2014-9763
* CVE-2014-9764
2016-04-02 00:01:14 +02:00
Aaron Son
bbfad5111a
gradle: Fix gradle-2.12 on Linux to find libstdc++.so reference in native library.
2016-04-01 14:33:23 -07:00
Anthony Cowley
c97ccd388c
qhull: darwin compatibility
...
The hand-rolled iterator declaration is incompatible with libc++'s, and
clang > 3.5 is stricter about this.
See
<https://lists.freebsd.org/pipermail/freebsd-ports-bugs/2014-December/298242.html >
for another reference to this issue.
The errors that occur are of the form:
reference to 'random_access_iterator_tag' is ambiguous
2016-04-01 14:06:14 -04:00
Anthony Cowley
79b76d59b5
tbb: darwin compatibility
...
Reflects the different extension of shared library files.
2016-04-01 13:40:51 -04:00
Peter Simons
90d0b08237
Merge pull request #14371 from pmahoney/skarnet
...
Update skarnet.org packages
2016-04-01 17:59:14 +02:00
Patrick Mahoney
fc1f5d2cf1
set target for darwin binary compat in skarnet.org packages
...
skalibs:
execline:
s6-dns:
s6-networking:
s6-portable-utils:
s6-rc:
s6:
The above software uses the target triplet from `cc -dumpmachine` as a
binary compatibility check. However, on darwin, the output includes the
darwin version number, which leads to build failures against a binary
skalibs package built a different version of darwin than the current
system.
Explicitly setting target ensures code can be compiled against a skalibs
binary built on a different version of darwin.
See http://www.skarnet.org/cgi-bin/archive.cgi?1:mss:623:heiodchokfjdkonfhdph
2016-04-01 10:39:37 -05:00
Patrick Mahoney
e0c225857f
update skarnet.org packages
...
skalibs: 2.4.7.0 -> 2.3.9.0
execline: 2.1.4.0 -> 2.1.4.5
s6: 2.2.1.0 -> 2.2.4.3
s6-rc: 0.0.1.0 -> 0.0.2.1
s6-portable-utils: 2.0.5.2 -> 2.0.5.3
s6-linux-utils: 2.0.2.0 -> 2.0.2.3
s6-dns: 2.0.0.4 -> 2.0.0.7
s6-networking: 2.1.0.1 -> 2.1.0.4
2016-04-01 10:38:58 -05:00
joachifm
b9ba6e2f6b
Merge pull request #14297 from elitak/mfi
...
mfi: init at 2.1.11
2016-04-01 14:57:28 +00:00
Arseniy Seroka
e16485533b
Merge pull request #14352 from devhell/mediainfo
...
{lib}mediainfo{-gui}: 0.7.83 -> 0.7.84
2016-04-01 15:16:22 +03:00
Arseniy Seroka
b3792fa38b
Merge pull request #14355 from kragniz/jython-2.7.0
...
jython: 2.7-rc3 -> 2.7.0
2016-04-01 15:15:48 +03:00
Arseniy Seroka
3353583a6d
Merge pull request #14363 from gilligan/galen-2.2.4
...
galen: 2.2.3 -> 2.2.4
2016-04-01 15:15:36 +03:00
Mathias Schreck
5c21ca886e
galen: 2.2.3 -> 2.2.4
2016-04-01 12:51:17 +02:00
Mathias Schreck
8d756babee
nodejs: 5.9.0 -> 5.10.0
2016-04-01 12:35:51 +02:00
Eric Litak
0de2d2fbcd
mfi: init at 2.1.11
...
This package has some outdated dependencies, so old versions of mongodb
and v8 had to be re-added as well.
2016-04-01 02:45:11 -07:00
vbgl
f1beff232d
Merge pull request #14357 from acowley/log4cxx
...
log4cxx: darwin compatibility
2016-04-01 11:26:00 +02:00
Vladimír Čunát
ab15a62c68
Merge branch 'master' into closure-size
...
Beware that stdenv doesn't build. It seems something more will be needed
than just resolution of merge conflicts.
2016-04-01 10:06:01 +02:00
Rickard Nilsson
efe33d6e87
openldap: 2.4.42 -> 2.4.44
2016-04-01 08:51:37 +02:00
Anthony Cowley
a37491386c
log4cxx: darwin compatibility
...
This patch replicates the patch logic from the brew recipe
<56b57d583e/Library/Formula/log4cxx.rb
>
which is necessary to build on darwin.
2016-03-31 22:35:38 -04:00
Louis Taylor
4cd54c5ce9
jython: 2.7-rc3 -> 2.7.0
2016-04-01 01:51:00 +01:00
Jeffrey David Johnson
2ceec79ad5
work on fixing up bioconductor packages
2016-03-31 16:16:34 -07:00
devhell
33f345eed0
{lib}mediainfo{-gui}: 0.7.83 -> 0.7.84
...
Built and tested locally.
From the changelog:
```
Version 0.7.84, 2016-03-31
x #I122, MPEG-4/MOV: Crash if mdhd timescale is 0
x MPEG-4/MOV: Infinite loop if malformed stsc / stsz (detected by
fuzzing)
x MPEG-TS: some DVB Subtitles were not detected
x HLS: better handling of media playlists having EXT-X-BYTERANGE
```
2016-03-31 23:36:50 +01:00
Thomas Tuegel
314792d9eb
qtquick1: unset QML_IMPORT_PATH after loading
2016-03-31 16:12:35 -05:00
Thomas Tuegel
da4b9d3b62
qtdeclarative: unset QML2_IMPORT_PATH after loading
2016-03-31 16:08:24 -05:00
Frederik Rietdijk
4bd01c5cbd
openblas_2_14: remove
...
because we don't need it for numpy anymore.
2016-03-31 21:51:45 +02:00
Thomas Tuegel
7f336a4513
qtbase: unset QT_PLUGIN_PATH after loading
2016-03-31 14:36:30 -05:00
Jeffrey David Johnson
3c0fb5ede1
work on fixing up bioconductor packages
2016-03-31 11:36:39 -07:00
Jeffrey David Johnson
c9934bbcb8
work on fixing up bioconductor packages
2016-03-31 11:17:21 -07:00
Franz Pletz
fc1e886f1b
php: 7.0.2 -> 7.0.5 (security)
...
https://secure.php.net/ChangeLog-7.php#7.0.5
2016-03-31 16:07:43 +02:00
Nikolay Amiantov
f752424924
qt55.qtbase: use more system libraries
2016-03-31 15:53:06 +03:00
Nikolay Amiantov
5199176b65
Merge branch 'master' into staging
2016-03-31 15:46:52 +03:00
Lluís Batlle i Rossell
d2c00001f8
freeimage: updating to 3.17
...
It is buggy in 32-bit: sizeof(uint64) != 8 !!.
2016-03-31 12:35:57 +02:00
Eelco Dolstra
60f07e8e10
Revert "gcc: Use the pre-C++11 ABI by default"
...
This reverts commit 83011723af
. This
never worked because gcc's setup hook is never actually sourced. I
could fix this but since nobody complained, we probably don't need it.
2016-03-31 12:30:54 +02:00
vbgl
149b9faac0
Merge pull request #14323 from nathan7/fsharp-4.0.1.1
...
fsharp: 4.0.0.4 -> 4.0.1.1
2016-03-31 11:43:13 +02:00
Tuomas Tynkkynen
c12f63821f
ios-cross-compile: Don't build on hydra
2016-03-31 07:20:21 +03:00
Vladimír Čunát
254e2cc982
hhvm: disable parallel building
...
/cc #14151 .
http://hydra.nixos.org/build/33846692/nixlog/1/tail
2016-03-31 00:56:34 +02:00
Michael Raskin
cd87edce14
tinycc: 0.9.26 -> 0.9.27pre-20160328 (from git); apparently fixes the segfaults
2016-03-31 00:17:55 +02:00
Frederik Rietdijk
40ed938ef2
Merge pull request #14267 from FRidh/openblas
...
openblas: 0.2.15 -> 0.2.17
2016-03-30 23:30:40 +02:00
Domen Kožar
1845159705
perlPackages.UnicodeString: fix build (also imapsync)
2016-03-30 21:06:40 +01:00
Nathan Zadoks
77d79ef6a4
fsharp: 4.0.0.4 -> 4.0.1.1
2016-03-30 21:46:56 +02:00