Michael Raskin
fb60199d42
sgtpuzzles: update, switch to git-snapshot tarballs
2016-04-20 11:33:45 +02:00
vbgl
df681cda9a
Merge pull request #14705 from acowley/qt4-darwin
...
qt4.8: darwin compatibility
2016-04-20 11:25:55 +02:00
Peter Simons
b8a817ec57
Merge pull request #14843 from veprbl/root_nixosfix
...
root: fix NixOS build, build with lzma from nix, update homepage url
2016-04-20 10:11:55 +02:00
Micxjo Funkcio
f508c6a0d1
zathura: 0.3.5 -> 0.3.6, girara: 0.2.5 -> 0.2.6 ( #14837 )
...
* girara: 0.2.5 -> 0.2.6
* zathura: 0.3.5 -> 0.3.6
2016-04-20 08:05:53 +02:00
Frederik Rietdijk
f27ddbb9f8
Merge pull request #14841 from micxjo/update-freeciv
...
freeciv: 2.5.0 -> 2.5.3
2016-04-20 07:48:08 +02:00
Dmitry Kalinkin
f2200369e5
root: fix NixOS build, build with lzma from nix, update homepage url
2016-04-20 01:41:46 -04:00
Micxjo Funkcio
5f3d24bc92
freeciv: 2.5.0 -> 2.5.3
2016-04-19 21:59:41 -07:00
Tuomas Tynkkynen
9f108941f0
Merge pull request #14838 from micxjo/update-mcomix
...
mcomix: 1.01 -> 1.2.1
2016-04-20 07:41:56 +03:00
Tuomas Tynkkynen
0f12417fcc
Merge pull request #14840 from brandonedens/kconfig-frontends
...
kconfig-frontends: init 3.12.0.0
2016-04-20 07:41:12 +03:00
Brandon Edens
1d8e7cd4c9
kconfig-frontends: init 3.12.0.0
2016-04-19 21:17:47 -07:00
Micxjo Funkcio
bbc7a80619
mcomix: 1.01 -> 1.2.1
2016-04-19 20:56:08 -07:00
Franz Pletz
d99eaf005c
Merge pull request #14836 from groxxda/fix/libvirt
...
pytonPackages.libvirt: 1.3.2 -> 1.3.3
2016-04-20 00:32:25 +02:00
Alexander Ried
f9f904b294
lightdm: 1.16.5 -> 1.18.1 ( #14834 )
2016-04-19 23:06:27 +01:00
Alexander Ried
e898c4f1d5
libvirt: add comment about updating
2016-04-20 00:03:37 +02:00
Alexander Ried
ccc695678b
python.libvirt: 1.3.2 -> 1.3.3
2016-04-19 23:56:24 +02:00
Anthony Cowley
eccfe71bae
qt4.8: darwin compatibility
...
Supplies the necessary system frameworks.
2016-04-19 17:09:29 -04:00
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 3135af2511
.
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