Pascal Wittmann
377822fb64
mujs: update to latest revision
2014-12-12 12:14:13 +01:00
Vladimír Čunát
3bcd3ed017
nixos: check resumeDevice is absolute path and document
...
Fixes #5219 after merging #4995 .
(cherry picked from commit 0681d61c3730c686548df3af9a7dc1a59abaf371)
Signed-off-by: Domen Kožar <domen@dev.si>
2014-12-12 11:11:57 +01:00
Eelco Dolstra
8bb494c170
Get rid of a warning about dbus in the activation script
2014-12-12 10:45:37 +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
Stewart Mackenzie
1e7f7edd72
Erlang bump from 17.3 to 17.4 as 17.3 has a serious ssl bug
2014-12-12 15:13:10 +08: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
Brian McKenna
a20ffe7f0f
Add mimms, an mms (e.g. mms://) stream downloader
2014-12-11 19:27:36 -07:00
Jaka Hudoklin
0d01793870
Merge pull request #5290 from bbarker/gradle221
...
keeping gradle updated
2014-12-12 03:06:33 +01:00
aszlig
cf7f15c92c
nixos-install: Pass CA cert bundle to chroot.
...
Since we're using HTTPS for the binary cache (introduced in faf0797) by
default, the binary cache should also be available during installation.
The file that is defined in SSL_CERT_FILE outside of the chroot is
copied over to /tmp/ca-cert.crt inside the chroot, so we have an
absolute path we can reference during nixos-install. However, this might
end up with the file not being cleaned up properly from outside of the
store, but neither would be /tmp/root so the cleanup issue needs to be
solved in another place (or commit to be more exact).
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-12-12 03:03:14 +01:00
Jaka Hudoklin
f2e20fa837
nixos: container profile, update /init symlink on rebuild
2014-12-12 02:55:23 +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
c96df1fece
Merge pull request #5302 from ambrop72/virtualbox-network-interface
...
virtualbox: Unbreak the nixos module.
2014-12-12 00:30:34 +01:00
ambrop7@gmail.com
65393ca8d3
virtualbox: Unbreak the nixos module.
2014-12-12 00:16:33 +01:00
Jaka Hudoklin
8b512261be
Add cava, console-based Audio Visualizer for Alsa
2014-12-12 00:09:32 +01:00
Jaka Hudoklin
e1383d0833
Merge pull request #5300 from ambrop72/virtualbox-network-interface
...
virtualbox: Allow disabling the network interface.
2014-12-11 23:51:52 +01:00
lethalman
786a0c92c6
Merge pull request #5299 from bjornfor/gnome-enable-mtp-support
...
nixos/gnome: enable MTP support in gvfs
2014-12-11 23:41:05 +01:00
Jaka Hudoklin
91961c2a32
nixos/mesos: fix typo
2014-12-11 23:35:39 +01:00
ambrop7@gmail.com
9fa2c35ec8
virtualbox: Allow disabling the network interface.
...
The current nixos module for VirtualBox unconditionally configures a vboxnet0
network interface at boot. This may be undesired, especially when the user wants
to manage network interfaces in a centralized manner.
2014-12-11 23:35:03 +01:00
Jaka Hudoklin
4be1089781
nixos: move kubernetes & fleet to services/cluster
2014-12-11 23:32:37 +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
Jaka Hudoklin
5dac2ec412
Merge pull request #5297 from fmapfmapfmap/tor-extra-config
...
Tor module: append redundant specifications of 'extraConfig', via 'types.lines'.
2014-12-11 23:22:52 +01:00
Jaka Hudoklin
deb28cf0b1
nixos: container tarball release
...
- Create container nixos profile
- Create lxc-container nixos config using container nixos profile
- Docker nixos image, use nixos profile for its base config
2014-12-11 23:17:27 +01:00
Jaka Hudoklin
a782b890d5
nixos/make-system-tarball: extra commands to be executed before archive
2014-12-11 23:17:27 +01:00
Bjørn Forsman
f3a46c3858
nixos/gnome: enable MTP support in gvfs
...
To support browsing files on Android phones in Nautilus (and other GVFS
based file browsers).
2014-12-11 23:13:39 +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
vi
c005dc0e6b
Tor module: append redundant specifications of 'extraConfig', via 'types.lines'.
2014-12-11 14:23:48 +00: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