Damien Cassou
bc789064d8
Package for the Polari IRC app
...
This commit includes a patch to telepathy's derivation, written by
Lethalman. This patch makes public the Telepathy's dependency to
dbus_glib. This patch will become problematic with the next pkgconfig
upgrade but this upgrade should make the patch irrelevant. See these 2
links for more information:
- https://bugs.freedesktop.org/show_bug.cgi?id=15199
- https://bugzilla.redhat.com/show_bug.cgi?id=436773
Modified by Luca Bruno:
- Moved telepathy_idle to propagatedUserEnvPkgs
- Added myself to maintainers
- Enable parallel building
2014-12-12 15:12:19 +01:00
Oliver Charles
40bbc1806a
opentsdb: Use the release tarball
...
Now that https://github.com/OpenTSDB/opentsdb/issues/420 is resolved
we can use the official release tarball. This includes all third
party JARs, which vastly simplifies the build expression.
2014-12-12 12:43:15 +00:00
Michael Raskin
9ed097ab50
Fix fetchzip for actuall zip files
2014-12-12 15:16:57 +03:00
Michael Raskin
59ec0f0e0d
Improve eudev paths in the same way as they are set in the original package
2014-12-12 14:49:20 +03:00
Pascal Wittmann
377822fb64
mujs: update to latest revision
2014-12-12 12:14:13 +01:00
Peter Simons
29546928b1
haskell-LambdaHack: update to version 0.4.100.0
2014-12-12 10:01:28 +01:00
Peter Simons
61d4faa59d
haskell-Allure: update to version 0.4.100.0
2014-12-12 10:01:28 +01:00
lethalman
ed485025e3
Merge pull request #5305 from wizeman/u/scikit
...
python3Packages.scikitlearn: Enable on py3k
2014-12-12 09:48:51 +01:00
Peter Simons
46b0c68ea2
Merge pull request #5282 from rickynils/java-truststore-env
...
openjdk: Read SSL truststore from JAVAX_NET_SSL_TRUSTSTORE
2014-12-12 09:22:15 +01:00
Austin Seipp
0bdff430a4
nixpkgs: rr 2.0.0 -> 3.0.0, with 64bit support
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-12-12 01:20:23 -06:00
Mateusz Kowalczyk
614ea25952
mpv: update to 0.7.1
2014-12-12 03:16:17 +00:00
Mateusz Kowalczyk
4fcb615498
youtube-dl: update to 2014.12.12.1
2014-12-12 03:09:02 +00:00
Ricardo M. Correia
b772ba327e
python3Packages.scikitlearn: Enable on py3k
2014-12-12 03:48:07 +01:00
Jaka Hudoklin
0d01793870
Merge pull request #5290 from bbarker/gradle221
...
keeping gradle updated
2014-12-12 03:06:33 +01:00
Jaka Hudoklin
1f9acba088
Merge pull request #5303 from massimo-zaniboni/submit/redmine
...
redmine: use libc libiconv implementation on Linux.
2014-12-12 02:34:51 +01:00
Massimo Zaniboni
32f9644943
redmine: use libc libciconv implementation on Linux.
2014-12-12 01:20:53 +01:00
Rickard Nilsson
95fdc8cf29
openjdk: Introduce JAVAX_NET_SSL_TRUSTSTORE env
...
This small patch makes it possible to control java's truststore path through
the environment. This lets you add (system- or session-wide) CAs that should
be allowed by Java. Java users can still use -Djavax.net.ssl.truststore to
override the truststore set by JAVAX_NET_SSL_TRUSTSTORE.
Something like this can be used to build the truststore (in this example just
using the standard pkgs.cacert CA-bundle):
{
environment.variables.JAVAX_NET_SSL_TRUSTSTORE = "${
pkgs.runCommand "cacerts" {} ''
${pkgs.perl}/bin/perl \
${pkgs.path}/pkgs/development/compilers/openjdk/generate-cacerts.pl \
${pkgs.jre}/bin/keytool \
${pkgs.cacert}/etc/ca-bundle.crt
mv cacerts $out
''
}";
}
Ideally, the dependency on pkgs.cacert should also be removed from pkgs.openjdk
to avoid rebuilding java each time the standard CA-bundle changes. Something
along the example above must then be added to NixOS (however, it would be
nice to not depend on ${pkgs.jre}/bin/keytool to generate that environment
variable).
2014-12-12 01:14:09 +01:00
Jaka Hudoklin
8b512261be
Add cava, console-based Audio Visualizer for Alsa
2014-12-12 00:09:32 +01:00
Jaka Hudoklin
1465d9321d
thc-hydra: include postgresql brute-force support
2014-12-11 23:25:26 +01:00
Jaka Hudoklin
3ceb789c36
john: use systemd wide config, and not from store
2014-12-11 23:25:26 +01:00
lethalman
747488ae66
Merge pull request #5268 from prikhi/fix-dina-font
...
dina-font: fix the installPhase
2014-12-11 23:10:23 +01:00
Vladimír Čunát
80e3018bc0
Merge #5286 : ati-driver: Update to 4.12
2014-12-11 22:12:20 +01:00
Shaun Sharples
5f18c41a1b
haskell-ekg-bosun: update to 1.0.3
2014-12-11 21:20:30 +01:00
Shaun Sharples
4d2f2c18de
haskell-wreq: update to 0.3.0
2014-12-11 21:20:30 +01:00
Shaun Sharples
663bee7e8b
haskell-http-client: update to 0.4.6
2014-12-11 21:20:29 +01:00
Vincent Laporte
c99c8c3e43
dypgen: adds meta.platforms
2014-12-11 16:15:02 +01:00
Domen Kožar
d83bae657a
deluge: 1.3.10 -> 1.3.11
2014-12-11 15:40:59 +01:00
Peter Simons
dfbb2b37b5
haskell-hackage-db: update to version 1.11
2014-12-11 14:06:08 +01:00
Domen Kožar
8853d30707
pythonPackages.pyptlib: disable tests
...
(cherry picked from commit c8d9073c0ef2886b06d3817c174d93970690c919)
Signed-off-by: Domen Kožar <domen@dev.si>
2014-12-11 11:46:36 +01:00
Peter Simons
5ff896ff65
haskell-hackage-db: update to version 1.10
2014-12-11 11:42:05 +01:00
Domen Kožar
aaf998f604
remove libvlc, unused package
...
cc @ttuegel
2014-12-11 10:38:52 +01:00
Domen Kožar
776d796221
folly: disable on 32bit (unsupported)
2014-12-11 10:38:52 +01:00
Domen Kožar
3c9828fd77
classpath: fix build
2014-12-11 10:38:52 +01:00
Vincent Laporte
cb3f9bf160
omake: add meta.platforms
2014-12-11 09:19:30 +01:00
Domen Kožar
3dc551fcc3
opentsdb: patch shebangs in correct directory
...
(cherry picked from commit 105b77f36f1810287b0f32036ae5303dae8c5a66)
Signed-off-by: Domen Kožar <domen@dev.si>
2014-12-11 09:17:45 +01:00
Michael Raskin
a199693cab
Update/Fix OVMF
2014-12-11 08:46:13 +03:00
bbarker
2682c01f29
keeping gradle updated
2014-12-11 04:19:14 +01:00
Domen Kožar
27281f660c
fix builds for rest of kernel modules on 3.18
2014-12-11 02:03:43 +01:00
Mateusz Kowalczyk
562fdc2050
Revert "haskell-hxt: update to 9.3.1.9"
...
This reverts commit 439a71f1b4
.
This is because hxt-9.3.1.9 needs >=mtl-2.2.1
2014-12-10 23:27:45 +00:00
Mateusz Kowalczyk
3d713ff1d6
youtube-dl: update from 2014.12.06.1 to 2014.12.10.3
2014-12-10 23:22:24 +00:00
Peter Simons
eb6279974a
Merge pull request #5285 from tmcdonell/master
...
haskell-c2hs: update to 0.20.1
2014-12-11 00:06:35 +01:00
Mateusz Kowalczyk
3750da1226
tibia: update to 10.70
2014-12-10 22:06:28 +00:00
Trevor L. McDonell
01d274e7bd
Update c2hs to 0.20.1
2014-12-10 16:01:37 -05:00
Jascha Geerds
b15311027f
ati-driver: Fix support for linux kernel 3.17
2014-12-10 21:30:31 +01:00
Domen Kožar
9768adaf1e
Revert "xulrunner: use gold linker"
...
This reverts commit 4a3510ae2b
.
Error occurs randomly http://hydra.nixos.org/eval/1165369
2014-12-10 21:15:25 +01:00
Jascha Geerds
3525f7135f
ati-driver: Bump version to 14.12
2014-12-10 21:12:54 +01:00
Domen Kožar
89fa1733fa
python3Packages.dateutil_2_1: fix build
2014-12-10 21:10:15 +01:00
Vladimír Čunát
15b9626a3d
kde: fix CVE-2014-8600 by upstream patches
...
https://www.kde.org/info/security/advisory-20141113-1.txt
I couldn't find kio-extras, so I hope we don't have it disguised somewhere.
2014-12-10 19:38:50 +01:00
Vladimír Čunát
c8a53923fc
libyaml: fix CVE-2014-9130 by upstream patch
2014-12-10 19:26:09 +01:00
Vladimír Čunát
225ddcda9a
cpio: fix CVE-2014-9112 by Fedora patch
2014-12-10 19:20:28 +01:00