Eelco Dolstra
e4b9624ca8
Disable system_tarball_pc and fix eval
...
It refers to a kernel version that no longer exists.
2015-06-15 14:20:01 +02:00
Eelco Dolstra
cdbb5483b7
Remove Linux 3.19
...
It's already EOL so we shouldn't keep it around in our new stable
branch.
2015-06-02 01:03:34 +02:00
Eelco Dolstra
ee10e165dc
Remove Linux 3.2 and 3.4
...
These are not supported by systemd so no reason to keep them around.
2015-06-02 01:01:16 +02:00
Eelco Dolstra
58ef0eea0c
Remove unused file
2015-06-02 00:56:38 +02:00
Eelco Dolstra
bf6c7b7031
Use the Linux 3.18 headers
2015-06-02 00:54:37 +02:00
Eelco Dolstra
f678a1ae4d
systemd: Apply some upstream bug fixes
2015-06-02 00:49:42 +02:00
Eelco Dolstra
2c156472b3
systemd: Don't install kernel-install
2015-05-22 16:39:42 +02:00
Eelco Dolstra
09d06f5ffd
Merge remote-tracking branch 'origin/master' into systemd-219
...
Conflicts:
pkgs/development/libraries/libseccomp/default.nix
2015-05-22 15:57:36 +02:00
Eelco Dolstra
f106125f77
systemd: Enable support for seccomp syscall filtering
2015-05-22 15:55:55 +02:00
Eelco Dolstra
8ab3f88f5c
libseccomp: Update to 2.2.1
2015-05-22 15:49:27 +02:00
Eelco Dolstra
1e686d8892
util-linux: Update to 2.26.2
2015-05-22 15:42:30 +02:00
Eelco Dolstra
67721119f0
Remove obsolete comment
2015-05-22 15:36:05 +02:00
Eelco Dolstra
588b92a7d2
systemd: Update to 220
2015-05-22 15:34:08 +02:00
Eelco Dolstra
e6c014e59a
linuxHeaders: Update 3.14 -> 3.18
2015-05-22 15:29:02 +02:00
Edward Tjörnhammar
a49afdf174
idea.clion: 1.0.2 -> 1.0.3
...
idea.android-studio: 1.2.0.12 -> 1.2.1.1
2015-05-22 14:28:48 +02:00
Arseniy Seroka
adfc77fcdf
Merge pull request #7935 from doublec/tor
...
Update tor to 0.2.6.8
2015-05-22 14:48:04 +03:00
Eelco Dolstra
178c52e7ad
Add Ubuntu 15.04
2015-05-22 13:21:02 +02:00
Sander van der Burg
e612ea59c0
rman: add expression
2015-05-22 10:04:44 +00:00
Sander van der Burg
c5fa23cb85
rman: add package
2015-05-22 09:51:32 +00:00
Eelco Dolstra
99e9710348
thunderbird: Update to 31.7.0
...
Also enable parallel building, as it seems to work reliably for
Firefox.
2015-05-22 11:46:18 +02:00
aszlig
b26de39252
gyp: Revive old SVN version to build Chromium.
...
Works around regression from a305e6855d
.
We're also marking it lowPrio to make sure nobody will accidentally
reference it using nix-env -i.
Until we have fixed #7402 , we're going to build with the old gyp version
to prevent being affected by https://crbug.com/462153 .
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-05-22 11:37:40 +02:00
Tobias Geerinckx-Rice
87b27c9da5
stress-ng 0.04.02 -> 0.04.03
2015-05-22 10:39:28 +02:00
Tobias Geerinckx-Rice
5d5044b2ec
Use mirror:// URIs for ftp.debian.org
...
Provide a more robust experience for users with horrible network
hardware (me).
2015-05-22 10:39:27 +02:00
Damien Cassou
188a067d8e
Merge pull request #7929 from DamienCassou/update-networkmanager-1.0.2
...
networkmanager 1.0.0 -> 1.0.2
2015-05-22 10:19:48 +02:00
Damien Cassou
3a50708958
network-manager 1.0.0 -> 1.0.2
2015-05-22 10:17:01 +02:00
aszlig
adb7581459
tesseract: Allow to specify a subset of languages.
...
Especially useful for our OCR based VM tests, where we only need the
english language. By default the argument is null so all languages are
included. If a list of language name is passed only those languages are
enabled, for example:
tesseract.override { enableLanguages = [ "eng" "spa" ]; };
To only enable support for English and Spanish languages.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-05-22 07:45:59 +02:00
William A. Kennington III
efd4fcbebc
Merge pull request #7919 from codyopel/gyp
...
gyp: svn-1977 -> 2015-05-17
2015-05-21 20:18:13 -07:00
William A. Kennington III
904fa36ac5
Merge pull request #7917 from codyopel/x265
...
x265: 1.6 -> 1.7
2015-05-21 20:17:57 -07:00
William A. Kennington III
a3a19e9c8c
Merge pull request #7934 from codyopel/ffmpeg-libssh
...
libssh: fix libsodium linking
2015-05-21 20:17:39 -07:00
Charles Strahan
688e9ea04c
ghcjs: bump ghcjs and ghcjs-boot
...
fixes #7881
2015-05-21 21:03:54 -04:00
Chris Double
276bd7f16e
Update tor to 0.2.6.8
2015-05-22 11:20:10 +12:00
codyopel
3e06aa3aa9
libssh: fix libsodium linking
...
resolves pkg-config errors for anything linking against libssh
2015-05-21 19:13:52 -04:00
Pascal Wittmann
cc0c2647f4
Merge pull request #7930 from vbgl/scribus-145
...
scribus: update from 1.4.4 to 1.4.5
2015-05-21 22:14:32 +02:00
Arseniy Seroka
08c39465b1
Merge pull request #7927 from vbgl/fsharp-3.1.1.32
...
fsharp: update from 3.1.1.31 to 3.1.1.32
2015-05-21 22:56:14 +03:00
Vincent Laporte
30d9e6b144
scribus: update from 1.4.4 to 1.4.5
2015-05-21 21:49:47 +02:00
Thomas Tuegel
ceea949bd0
kdeApps_15_04.okular: enable libspectre for PostScript
2015-05-21 14:38:40 -05:00
lethalman
064c710518
Merge pull request #7928 from gebner/libgit2-glib
...
Fix gnome3.libgit2-glib build.
2015-05-21 21:14:48 +02:00
Domen Kožar
43a150c05a
zed: 1.0.0 -> 1.1.0
2015-05-21 21:13:40 +02:00
Gabriel Ebner
064623599f
Remove reference to missing autogen.sh.
2015-05-21 20:37:40 +02:00
Vincent Laporte
7689f0b673
fsharp: update from 3.1.1.31 to 3.1.1.32
2015-05-21 20:12:34 +02:00
Vincent Laporte
a65bba1e27
tuareg-mode: fix hash
2015-05-21 20:09:53 +02:00
John Wiegley
5ac9e87b1b
nginx: Fix build for Darwin (no AIO there)
2015-05-21 12:42:06 -05:00
Pascal Wittmann
f3867899ee
tightvnc: replace occurences to /usr/bin/ssh
...
closes #3669
2015-05-21 18:53:45 +02:00
Pascal Wittmann
691b98fc28
tightvnc: refactoring
2015-05-21 18:53:45 +02:00
Michael Raskin
9ce93b6c29
Update TigerVNC to Git version; needed for GNU TLS compatibility
2015-05-21 19:48:25 +03:00
Michael Raskin
86da6fae74
Update fltk to 1.3.3; apparently it includes most of the old patch now
2015-05-21 19:48:25 +03:00
Michael Raskin
aca9050ad9
Use 32-bit Wine for Pipelight
2015-05-21 19:48:25 +03:00
John Wiegley
597aebc94d
libgcrypt: Set libpcap to null on Darwin
2015-05-21 10:55:54 -05:00
John Wiegley
7d4b5d04c8
bedrock: Change build to use "src native"
2015-05-21 10:55:17 -05:00
John Wiegley
725005b89f
emacs24Macport: Upgrade Mac Port patch to 5.8
2015-05-21 10:55:00 -05:00