Commit Graph

54600 Commits

Author SHA1 Message Date
Peter Simons
9b3ea8a889 haskell-dual-tree: update to version 0.2.0.5 2014-12-13 12:06:05 +01:00
Peter Simons
6397015c82 haskell-distributed-static: update to version 0.3.1.0 2014-12-13 12:06:05 +01:00
Peter Simons
d32836523b haskell-distributed-process: update to version 0.5.2 2014-12-13 12:06:05 +01:00
Peter Simons
27a2025002 haskell-diagrams-svg: update to version 1.1.0.3 2014-12-13 12:06:05 +01:00
Peter Simons
2d47bb233e haskell-diagrams-rasterific: update to version 0.1.0.5 2014-12-13 12:06:05 +01:00
Peter Simons
a9a255279f haskell-diagrams-postscript: update to version 1.1.0.3 2014-12-13 12:06:05 +01:00
Peter Simons
6b4854f208 haskell-diagrams-lib: update to version 1.2.0.7 2014-12-13 12:06:05 +01:00
Peter Simons
9b34b35628 haskell-diagrams-core: update to version 1.2.0.4 2014-12-13 12:06:04 +01:00
Peter Simons
a6f91ea211 haskell-diagrams-contrib: update to version 1.1.2.4 2014-12-13 12:06:04 +01:00
Peter Simons
4eca50ceb5 haskell-dbus: update to version 0.10.9 2014-12-13 12:06:04 +01:00
Peter Simons
188de38519 haskell-data-lens-light: update to version 0.1.2.1 2014-12-13 12:06:04 +01:00
Peter Simons
f8f4e2168a haskell-cuda: update to version 0.6.5.1 2014-12-13 12:06:04 +01:00
Peter Simons
a00162df4a haskell-crypto-pubkey: update to version 0.2.5 2014-12-13 12:06:04 +01:00
Peter Simons
373f0f3b48 haskell-conduit-extra: update to version 1.1.5 2014-12-13 12:06:03 +01:00
Peter Simons
74296f721e haskell-clientsession: update to version 0.9.1.1 2014-12-13 12:06:03 +01:00
Peter Simons
a04f3335f8 haskell-cheapskate: update to version 0.1.0.2 2014-12-13 12:06:03 +01:00
Peter Simons
1373abcd81 haskell-cgrep: update to version 6.4.9 2014-12-13 12:06:03 +01:00
Peter Simons
fbce0516b4 haskell-bytes: update to version 0.14.1.2 2014-12-13 12:06:03 +01:00
Peter Simons
5094de7ee5 haskell-bound: update to version 1.0.4 2014-12-13 12:06:03 +01:00
Peter Simons
d6a07172ec haskell-atto-lisp: update to version 0.2.2 2014-12-13 12:06:03 +01:00
Peter Simons
213d463e57 haskell-algebra: update to version 4.2 2014-12-13 12:06:02 +01:00
Peter Simons
53eb3f3166 haskell-aeson-pretty: update to version 0.7.2 2014-12-13 12:06:02 +01:00
Peter Simons
18794d72bf haskell-ad: update to version 4.2.1.1 2014-12-13 12:06:02 +01:00
Peter Simons
b1147746c6 haskell-active: update to version 0.1.0.17 2014-12-13 12:06:02 +01:00
Peter Simons
028363d969 haskell-Rasterific: update to version 0.4 2014-12-13 12:06:02 +01:00
Peter Simons
1a0505143c haskell-github-backup: update to version 1.20141204 2014-12-13 12:06:02 +01:00
Peter Simons
c55c87085d haskell-taffybar: update to version 0.4.4 2014-12-13 12:06:02 +01:00
Peter Simons
ccd74d7497 haskell-ghc-server: drop obsolete package 2014-12-13 12:06:01 +01:00
Peter Simons
5e2f4a4a73 haskell-gloss-rendering: add version 1.9.2.1 2014-12-13 12:06:01 +01:00
Peter Simons
17589d33da haskell-list-t: add version 0.3.0 2014-12-13 12:06:01 +01:00
Peter Simons
f514804aad haskell-mtl-prelude: add version 1.0.1 2014-12-13 12:06:01 +01:00
Peter Simons
d9566a3b35 haskell-hlint: update to version 1.9.13 2014-12-13 12:06:01 +01:00
aszlig
69858d7743
nixos: Add VM test for VirtualBox.
Currently it pretty much tests starting up virtual machines and just
shutting down afterwards, but for both VBoxManage and the VirtualBox
GUI.

This helps catching errors in hardened mode, however we still need to
test whether networking works the way intended (and I fear that this is
broken at the moment).

The VirtualBox VM is _not_ using hardware virtualization support (thus
we use system = "i686-linux", because x86_64 has no emulation support),
because we're already within a qemu VM, which means it's going to be
slow as hell (that's why I've written own subs just for testing
startup/shutdown/whatnot with respective timeouts).

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-12-13 11:43:44 +01:00
Michael Raskin
34b0d860d5 Try harder to use out-of-store udev rule location 2014-12-13 12:55:24 +03:00
Michael Raskin
efd51accc4 Trying to update iptables - apparently, already latest 2014-12-13 12:55:24 +03:00
Michael Raskin
fbceebd868 Merge pull request #5288 from mstarzyk/j
j: Fix building libj.so
2014-12-13 10:49:30 +03:00
aszlig
0d71ec8a6e
nixos/virtualbox: Fix setuid wrappers.
We only need to have setuid-root wrappers for VBox{Headless,SDL} and
VirtualBox, otherwise VBoxManage will run as root and NOT drop
privileges!

Fixes #5283.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-12-13 07:52:19 +01:00
Jaka Hudoklin
e1c679f0fb Merge pull request #5319 from offlinehacker/pkgs/xca/fix
xca: not broken anymore
2014-12-13 01:13:12 +01:00
Jaka Hudoklin
6e7d796b54 xca: not broken anymore 2014-12-13 00:56:59 +01:00
Jaka Hudoklin
d8ee91cb54 nixos: container profile, fix a few things 2014-12-12 20:28:01 +01:00
Michael Raskin
2c85888a04 Fix Firefox wrapper set-as-default functionality 2014-12-12 22:03:06 +03:00
Domen Kožar
e0e08f1465 whitespace change to fix k2pdfopt build
(cherry picked from commit 896036d8e5)
Signed-off-by: Domen Kožar <domen@dev.si>
2014-12-12 18:39:01 +01:00
Domen Kožar
e752a8cff9 gltron: mark as broken
(cherry picked from commit 23d01bb90c)
Signed-off-by: Domen Kožar <domen@dev.si>
2014-12-12 18:39:01 +01:00
Jaka Hudoklin
13e58784bf nixos/gitlab: fixes
- fix timezone data not found
- fix module, add simple test
- allow to set port
2014-12-12 18:01:31 +01:00
Thomas Hunger
59995e168c nixos: Add gitlab and gitlab-shell
I had to make several adjustments to make it work with nixos:

* Replace relative config file lookups with ENV variable.
* Modify gitlab-shell to not clear then environment when running
  pre-receive.
* Modify gitlab-shell to write some environment variables into
  the .authorized_keys file to make sure gitlab-shell reads the
  correct config file.
* Log unicorn output to syslog.
  I tried various ways of adding a syslog package but the bundler would
  not pick them up. Please fix in a better way if possible.
* Gitlab-runner program wrapper.
  This is useful to run e.g. backups etc. with the correct
  environment set up.
2014-12-12 18:01:29 +01:00
Domen Kožar
b7eba773dc hhvm: 3.2.0 -> 3.3.0, fix build
(cherry picked from commit 9d0d9ae9f7)
Signed-off-by: Domen Kožar <domen@dev.si>
2014-12-12 17:09:48 +01:00
tv
86055e2f00 nixopsUnstable: Initial version 1.3pre1362_2a616f8 2014-12-12 16:30:54 +01:00
Luca Bruno
e3b84d8dfc Some fixes to the polari irc client 2014-12-12 15:24:23 +01:00
Luca Bruno
f28eff8b82 Merge branch 'polari', PR #5264 2014-12-12 15:12:54 +01:00
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