Commit Graph

81707 Commits

Author SHA1 Message Date
Joachim Fasting
e758611191 Merge pull request #14784 from joachifm/kernelHeaders
linuxPackages: remove kernelHeaders
2016-04-19 22:50:18 +02:00
Arseniy Seroka
d5d80590fb Merge pull request #14832 from aneeshusa/update-neovim-to-0.1.3
neovim: 0.1.2 -> 0.1.3
2016-04-19 23:13:39 +03:00
Aneesh Agrawal
2e80f19f39 neovim: 0.1.2 -> 0.1.3 2016-04-19 15:20:34 -04:00
Tuomas Tynkkynen
d9d96ff40d Merge pull request #14825 from knedlsepp/add_nanoflann
nanoflann: init at 1.1.9
2016-04-19 22:12:47 +03:00
obadz
d946a28c55 Revert "NixOS release: Don't depend on chromium"
This reverts commit 3135af2511cd3dfa8e3874244c46054550c563e2.

Closes #14732
2016-04-19 18:20:49 +01:00
Josef Kemetmueller
b8525851af nanoflann: init at 1.1.9 2016-04-19 18:45:46 +02:00
Michael Raskin
aaa9e85ae6 ECL: wrap to ensure succesful linking in ECL's runtime 2016-04-19 17:43:47 +02:00
Joachim Fasting
1451bb8a18 Merge pull request #14811 from rasendubi/avro-cpp
avro-c++: Init at 1.7.5
2016-04-19 16:14:19 +02:00
Alexey Shmalko
0ebe901035
avro-c++: Init at 1.7.5 2016-04-19 16:57:02 +03:00
Joachim Fasting
7660819b48 Merge pull request #14755 from romildo/fix.pygobject
pygobject: fix some warnings
2016-04-19 15:48:30 +02:00
Joachim Fasting
1414f90270
linuxPackages: remove kernelHeaders
User-space programs should not be using headers extracted from random
kernels, but should in fact use the headers that were used to build
libc; see e.g., this LKML posting by Linus Torvalds on the subject of
Linux API headers at [1].

What is more, the Linux API headers are supposed to be backwards
compatible[2], so there's really no good reason to have more than one
such package, namely the latest one required by a package in our tree.

That is, `kernelHeaders` is not only incorrect but serves no real
purpose: out-of-tree modules use the sources provided by `kernel.dev`;
user space should use `stdenv.cc.libc.linuxHeaders` or the top-level
`linuxHeaders` attribute.

Apart from klibc, nothing in nixpkgs used `linuxPackages.kernelHeaders`,
so the impact of this change is minimal.

[1]: http://lkml.iu.edu/hypermail/linux/kernel/0007.3/0587.html
[2]: https://www.kernel.org/doc/Documentation/kbuild/headers_install.txt
2016-04-19 14:45:40 +02:00
Joachim Fasting
faf63d1524
linuxPackages: move klibc to top-level
There's no reason for this to be tied to a specific kernel: it is tied
to the API headers, not the kernel sources.
2016-04-19 14:45:36 +02:00
Joachim Fasting
002f5e24b4
linuxPackages.klibc: use linuxHeaders
klibc was the only user of kernelHeaders; it should use the Linux API
headers, however.
2016-04-19 14:45:36 +02:00
Joachim Fasting
893186f4fd
kernel-headers: mark broken for grsecurity kernels
Extracting headers from a grsecurity patched kernel triggers additional
build steps that require gcc plugins.  For this to work, we'd need to
add gmp, libmpfr, and libmpc to the build inputs as well as run `make
prepare` before installing the headers (lest the build fail due to
missing files).

Out-of-tree modules use kernel.dev and user space should use the Linux
API headers used to build libc, not headers extracted from random
kernels, so fixing this for grsecurity is pointless.
2016-04-19 14:45:30 +02:00
Joachim Fasting
b42bff4630 Merge pull request #14625 from utdemir/master
selenium-server-standalone: 2.45.0 -> 2.53.0
2016-04-19 13:48:06 +02:00
Tobias Geerinckx-Rice
de56b74775
geolite-legacy 2016-02-29 -> 2016-04-19
Should fix the bug of Kansas farmers getting SWATted.

http://fusion.net/story/287592/internet-mapping-glitch-kansas-farm/
2016-04-19 12:30:12 +02:00
Linus Arver
5ce564563d sdlmame: fix broken URLs (close #14814) 2016-04-19 11:40:49 +02:00
Utku Demir
cde425fcd4 Add correct libstdc++.so path to chromedriver
It was probably broken after the closure-size merge
2016-04-19 12:08:58 +03:00
Utku Demir
ffac939edc selenium-server-standalone: 2.45.0 -> 2.53.0
Also remove `patchPhase`, since the relevant executable
does not exist anymore on the new archive.
2016-04-19 11:36:17 +03:00
Joachim Fasting
f0d89ef874 Merge pull request #14810 from micxjo/update-fzf
fzf: 0.11.1 -> 0.12.0
2016-04-19 05:30:46 +02:00
Joachim Fasting
6caf73b790 Merge pull request #14804 from bradediger/makemkv
makemkv: 1.9.9 -> 1.9.10
2016-04-19 05:29:48 +02:00
Micxjo Funkcio
fb2267c426
fzf: 0.11.1 -> 0.12.0 2016-04-18 16:48:41 -07:00
Nikolay Amiantov
05e713e7a5 Merge pull request #14775 from rardiol/freeorion
freeorion: init at 0.4.5
2016-04-19 03:09:46 +04:00
Nikolay Amiantov
21b54a9b97 Merge pull request #14808 from bobvanderlinden/yed-3.15.0.2
yEd: 3.14.4 -> 3.15.0.2
2016-04-19 03:08:00 +04:00
Nikolay Amiantov
998cde70e1 Merge pull request #14659 from jgillich/rust-registry-2
rustRegistry: expose src, 2016-04-02 -> 2016-04-13
2016-04-19 03:07:04 +04:00
Bob van der Linden
2c58a7d68c yEd: 3.14.4 -> 3.15.0.2 2016-04-19 00:30:26 +02:00
Tuomas Tynkkynen
84a2de0511 Merge pull request #14806 from rycee/fix/openxpki
openxpki: fix build
2016-04-19 00:48:37 +03:00
Tuomas Tynkkynen
784d1b65fa Merge pull request #14805 from rycee/fix/389
389-ds-base: fix compilation
2016-04-19 00:45:31 +03:00
Benjamin Staffin
850ffee9fa Merge pull request #14212 from aneeshusa/add-mosh-service
mosh service: init
2016-04-18 14:31:59 -07:00
Thomas Tuegel
c37c5d4b52 kde5.kcolorchooser: init at 15.12.3 2016-04-18 16:28:59 -05:00
Robert Helgesson
6df0c74cbd openxpki: fix build
The openxpki build is not liking the multiple outputs of openssl. This
commit fixes the build, unfortunately not in the prettiest of ways.
2016-04-18 22:16:28 +02:00
Robert Helgesson
55d90c6bdb 389-ds-base: fix compilation
Multiple outputs in openldap made this package confused. Remove the
explicit reference to the openldap library and let configure sort it
out.
2016-04-18 22:15:05 +02:00
Nikolay Amiantov
d8eec18ce2 freeorion: fix paths in configuration file before start 2016-04-18 16:20:46 -03:00
Nikolay Amiantov
756a83191c freeorion: enable parallel building 2016-04-18 16:20:45 -03:00
Eelco Dolstra
b4bf432709 nghttp2: 1.8.0 -> 1.9.2, unify with libnghttp2, and use multiple outputs
Note: I ignored the C++ libraries, but it appears we're not currently
using them. Once we do, we'll probably want to put them in a separate
output as well (to prevent non-C++ users from depending on Boost).
2016-04-18 21:13:18 +02:00
Eelco Dolstra
21a2f2ba3b nix: Add a "dev" output
This gets rid of boehm-dev in the closure (as well as Nix's own
headers).
2016-04-18 21:13:18 +02:00
zimbatm
961ad19660 Merge pull request #14408 from retrry/rustc-update
rustc: 1.6.0 -> 1.7.0. Enable Darwin platform.
2016-04-18 20:09:44 +01:00
Tuomas Tynkkynen
cfdef68ad2 fish: Reference correct output of glibc 2016-04-18 21:32:43 +03:00
Tuomas Tynkkynen
a3466e300d dar: 2.5.2 -> 2.5.3
While at it, add xz support and enable parallel build.
2016-04-18 21:32:36 +03:00
Jakob Gillich
27f734b1d4 rustRegistry: expose src 2016-04-18 19:28:01 +02:00
Tobias Geerinckx-Rice
5a5012a7cd
tzdata: 2016c -> 2016d 2016-04-18 19:12:34 +02:00
Brad Ediger
d8d00ae043 makemkv: 1.9.9 -> 1.9.10 2016-04-18 10:45:52 -05:00
joachifm
c7f9b6c440 Merge pull request #13968 from bzizou/libibverbs
libibverbs: added mlx4 and mthca userspace driver plugins
2016-04-18 15:30:00 +02:00
Tobias Geerinckx-Rice
302f3a3f55 Merge pull request #14801 from regnat/hplip
hplip : add openssl as buildInput
2016-04-18 15:24:16 +02:00
Arseniy Seroka
bace2fab8f rustRegistry: 2016-04-02 -> 2016-04-18 2016-04-18 16:21:15 +03:00
Eelco Dolstra
35bd7708d5 copy-tarballs.pl: Use substituters to obtain tarballs 2016-04-18 15:18:25 +02:00
Eelco Dolstra
be8fc33164 texlive-new: Export source tarballs via an attribute
This allows them to be found by find-tarballs.nix (which can only see
fetchurl dependencies if they are attributes, not if they're part of a
string context).
2016-04-18 15:18:21 +02:00
Louis Taylor
ec198e3868 linux-testing: 4.6-rc3 -> 4.6-rc4 (#14803) 2016-04-18 14:11:25 +01:00
Eelco Dolstra
0729f60697 Remove "which" from base.nix 2016-04-18 14:20:49 +02:00
Eelco Dolstra
cd396076ec Revert "Revert "Remove which -> type -P alias.""
This reverts commit ddd480ac30579d780c8ffa9c590a8c86bb36d8d2. Gave it
some more thought.
2016-04-18 14:20:49 +02:00