Vladimír Čunát
43c4d78bc6
popplerQt4: re-introduce the subpixel rendering patch
2014-12-03 13:50:30 +01:00
Vladimír Čunát
ea557c8fd1
xorg xf86-input-evdev: update and add needed inputs
2014-12-03 13:26:32 +01:00
Vladimír Čunát
91398001d8
libevdev: minor update
...
Sadly, I could find no kind of news, changelog, or announcement.
upstream-tracker.org shows no warnings.
2014-12-03 13:26:32 +01:00
Thomas Tuegel
0639a4ae69
Merge branch 'qt5-dlopen' into staging
2014-12-03 05:24:46 -06:00
Thomas Tuegel
b409bd7821
qt5: add ttuegel to maintainers
2014-12-03 05:24:24 -06:00
Thomas Tuegel
e36d7c8d11
qt5: absolute paths for dlopen
2014-12-03 05:22:51 -06:00
Thomas Tuegel
02157ab123
libcurl: honor $SSL_CERT_FILE (fixed)
...
The previous attempt to patch libcurl used
getenv("CURL_CA_BUNDLE") || getenv("SSL_CERT_FILE")
to get the second environment variable if the first is unset.
Unfortunately, this broke libcurl because the (||) operator is C returns
only 0 or 1, so it is inappropriate for pointer comparisons! Now we use
getenv("CURL_CA_BUNDLE") ? getenv("CURL_CA_BUNDLE") : getenv("SSL_CERT_FILE")
instead. This has one downside: it always calls getenv twice! But,
that's a small price to pay for actually being correct.
2014-12-02 10:41:24 -06:00
Vladimír Čunát
ea1dd9fd4a
xorg: revert to older xf86-input-evdev for now
...
How could I forget to test to build it at least :-/
2014-11-28 22:04:39 +01:00
Vladimír Čunát
8c5fd63275
flac: maintenance+security update
...
Claims to fix CVE-2014-8962 and CVE-2014-9028
2014-11-28 21:15:58 +01:00
Vladimír Čunát
442cad9cbd
xorg: update some modules
2014-11-28 20:42:07 +01:00
Vladimír Čunát
e75fe2e528
cairo: pull an upstream patch to fix racket
...
Close #5165 , #5166 .
Also enableParallelBuilding in racket.
2014-11-28 20:28:47 +01:00
Vladimír Čunát
cbd2305d4d
Merge branch 'master' into staging
2014-11-28 18:59:07 +01:00
Vladimir Still
f9c96df1d5
libc++abi: Fix importing includes from libc++.
...
And add myself to maintainers. Close #5167 .
2014-11-28 18:56:15 +01:00
Vladimír Čunát
d2688fd695
weechat-dev: mark as broken
...
Non-dev version is newer anyway.
2014-11-28 18:47:42 +01:00
Vladimír Čunát
06c6d4696d
*: fix builds by disregarding warning from new glibc
...
Also, in case of collectd, the -lgcc_s shouldn't be needed anymore,
as the library is in ${glibc}/lib/ now, which is practically always on RPATH.
In case of seyren it was some stdenv change uncovering the mistake of
putting src into buildInputs.
2014-11-28 18:42:03 +01:00
Cillian de Róiste
650226e3c4
libsmf: fix the sha256 hash
2014-11-28 14:14:10 +00:00
cillianderoiste
d7174debe3
Merge pull request #5141 from magnetophon/xrandr-invert-colors
...
xrandr-invert-colors, a tool to invert the colors of your screen
2014-11-28 12:57:30 +00:00
Bart Brouns
9bcf0178d6
xrandr-invert-colors, a tool to invert the colors of your screen
2014-11-28 13:39:01 +01:00
Arseniy Seroka
c1985405cc
Merge pull request #5152 from manveru/neovim
...
add neovim
2014-11-28 14:36:53 +03:00
Pascal Wittmann
a94da8c44c
checkstyle: update from 6.1 to 6.1.1
2014-11-28 11:08:13 +01:00
Pascal Wittmann
4261ab39a8
nzbget: update from 14.0 to 14.1
2014-11-28 11:08:12 +01:00
Pascal Wittmann
02ca1adc05
groovy: update from 2.3.7 to 2.3.8
2014-11-28 11:08:12 +01:00
Pascal Wittmann
457d56fcec
calibre: update from 2.11.0 to 2.12.0
2014-11-28 11:08:12 +01:00
cillianderoiste
98f3e185f2
Merge pull request #5137 from magnetophon/faustPlusCompiler
...
Faust plus compiler
2014-11-28 09:42:04 +00:00
cillianderoiste
d2a1867a20
Merge pull request #5157 from magnetophon/sselp
...
sselp prints X selection to standard out
2014-11-28 09:33:44 +00:00
Mateusz Kowalczyk
456312a5fc
youtube-dl: update to 2014.11.27
2014-11-28 02:31:01 +00:00
Cillian de Róiste
e9ec3ea1f2
Add drumgizmo, an LV2 sample based drum plugin
2014-11-28 00:35:23 +01:00
Arseniy Seroka
fa018cd9b0
Merge pull request #5161 from muflax/clozure
...
ccl: 1.8 -> 1.10 (reapply after false revert)
2014-11-28 01:49:44 +03:00
muflax
856e5839e1
ccl: 1.8 -> 1.10 (reapply after false revert)
2014-11-27 22:48:07 +00:00
Arseniy Seroka
a68b596aa8
Merge pull request #5159 from NixOS/revert-5148-clozure
...
Revert "ccl: 1.8 -> 1.10"
2014-11-28 01:35:09 +03:00
Arseniy Seroka
52ea3bb61f
Revert "ccl: 1.8 -> 1.10"
2014-11-28 01:34:54 +03:00
Arseniy Seroka
860452f3f9
Merge pull request #5148 from muflax/clozure
...
ccl: 1.8 -> 1.10
2014-11-28 01:34:26 +03:00
muflax
3c7ac9db06
ccl: 1.8 -> 1.10
2014-11-27 22:33:21 +00:00
Cillian de Róiste
dae0611770
pidginotr: update from 4.0.0 to 4.0.1
2014-11-27 22:59:34 +01:00
Michael Fellinger
917bf6865a
add neovim
2014-11-27 22:16:43 +01:00
Michael Raskin
0fc32b90d8
Add qrcode minimalistic QR-code decode/encode tool (for pure codes only)
2014-11-28 00:12:26 +03:00
Michael Raskin
9ef9544189
Adding quirc QR code decoder
2014-11-28 00:12:26 +03:00
Bart Brouns
647617885d
added platforms and maintainers
2014-11-27 21:30:36 +01:00
Bart Brouns
b7f51920ee
sselp prints X selection to standard out
2014-11-27 21:06:24 +01:00
Arseniy Seroka
aecd509ae3
racer: add maintainer
2014-11-27 23:06:07 +03:00
Arseniy Seroka
9f1b3c497c
Merge pull request #5154 from luke-clifton/lc-lzmaConduit
...
Added lzma-conduit package
2014-11-27 23:02:41 +03:00
Domen Kožar
28a1af6e06
fix printing test
2014-11-27 20:01:18 +01:00
Domen Kožar
b4cedc7965
nixos: reverse logic in nixos interactive tests documentation
2014-11-27 20:01:18 +01:00
aszlig
2249474632
nixos/sshd: Fix build if knownHosts is empty.
...
Introduced by 77ff279f27
.
Build failure: https://headcounter.org/hydra/build/583158/nixlog/5/raw
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-11-27 19:03:41 +01:00
aszlig
14f09e01c1
nixos: Add enable option for programs/virtualbox.
...
We will simply rename the previous module and add a warning whenever the
module is included directly, pointing the user to the right option and
also enable it as well (in case somebody has missed the option and is
wondering why VirtualBox doesn't work anymore).
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-11-27 18:42:22 +01:00
aszlig
444987193e
nixos: Rename virtualbox to virtualboxGuest.
...
Especially new users could be confused by this, so we're now marking
services.virtualbox.enable as obsolete and defaulting to
services.virtualboxGuest.enable instead. I believe this now makes it
clear, that this option is for guest additions only.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-11-27 18:42:22 +01:00
Rickard Nilsson
77ff279f27
nixos/services.openssh: Allow knownHost keys to have multiple lines.
...
Useful for adding several public keys of different types for the same host.
2014-11-27 18:40:21 +01:00
Ricardo M. Correia
6f31905563
grsecurity: Update stable and test patches
...
stable: 3.0-3.14.25-201411231452 -> 3.0-3.14.25-201411260106
test: 3.0-3.17.4-201411231452 -> 3.0-3.17.4-201411260107
2014-11-27 18:36:01 +01:00
aszlig
78a73ab041
chromium: Remove .py[co] files prior to building.
...
Thanks to @iElectric for the notification, although I'm not really sure
whether this will fix the following failed Hydra build:
http://hydra.nixos.org/build/17609086/nixlog/1/raw
The reason is that this failure doesn't happen on every build, but let's
see whether it will happen again now.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-11-27 17:55:19 +01:00
Eelco Dolstra
e7cd18e907
Don't set $MANPATH
...
The default is derived automatically from $PATH, so it's in fact
better *not* to set it.
2014-11-27 17:36:46 +01:00