Pascal Wittmann
8d67b9a240
transformed meta.maintainers of some packages into lists
2014-09-13 13:52:02 +02:00
AndersonTorres
b39e5ce957
Small style fixups
...
In this commit, I modified some files, conforming them to a
idiosyncratic standard - mainly, a template for meta attribs.
2014-09-10 21:34:50 -03:00
Vladimír Čunát
06fea81c6e
Merge recent master into staging
...
Hydra: ?compare=1150594
2014-09-06 16:52:45 +02:00
Jaka Hudoklin
0c398f6040
docker: add xz to PATH, make importing from archives work
2014-09-04 01:30:59 +02:00
Jaka Hudoklin
e5194e5aea
docker: fix docker not finding dockerinit
2014-09-03 18:24:51 +02:00
Vladimír Čunát
e51f73652d
Merge recent master into staging
...
Hydra: ?compare=1149952
Conflicts:
nixos/doc/manual/configuration.xml (changed split file)
nixos/modules/config/users-groups.nix (choosing filterNull instead of inline definition)
pkgs/development/libraries/readline/readline6.3.nix (auto-solved)
2014-08-30 10:04:02 +02:00
Aristid Breitkreuz
a2eb68a6dc
update virtualbox to 4.3.14
2014-08-28 21:27:08 +02:00
Aristid Breitkreuz
10a3369c99
virtinst: fix name resolution ambiguity breaking the runnability
2014-08-27 21:24:13 +02:00
Domen Kožar
d52d71a04b
pythonPackages.boto_1_9: remove
2014-08-27 13:26:00 +02:00
Jaka Hudoklin
88391a5c65
docker: update to 1.2.0
2014-08-24 17:30:50 +02:00
Michael Raskin
ff4c6f39da
Merge pull request #3671 from madjar/master
...
Added e2fsprogs to docker dependencies.
2014-08-23 13:08:07 +04:00
Michael Raskin
2991b5a2f3
Merge pull request #3529 from AndersonTorres/bochs
...
Bochs: update to version 2.6.6
2014-08-23 12:48:05 +04:00
AndersonTorres
6a78135865
Bochs: update to version 2.6.6
2014-08-21 07:08:09 -03:00
Georges Dubus
a82e9e4b5c
Added e2fsprogs to docker dependencies.
...
Otherwise, it complains about mkfs.ext4 not being present at service
start (and stops).
2014-08-19 11:00:46 +02:00
Luca Bruno
36bef2b267
gobject-introspection: refer to shlibs with absolute paths in typelibs
...
After this, LD_LIBRARY_PATH should not be required anymore.
The patch has been applied only for .la files, so there may
be some other cases missing.
2014-08-14 23:16:51 +02:00
Russell O'Connor
a431a96df9
Allow QEMU to fallback to full simulation if /dev/kvm is not available.
2014-08-13 23:26:26 +02:00
Eelco Dolstra
8a7f3c3618
Mark a bunch of packages as broken or not supported on Darwin
2014-08-08 17:59:02 +02:00
Rob Vermaas
64561b437d
Remove broken flag for xen, build with gcc45.
2014-08-01 17:18:27 +02:00
Paul Colomiets
9bc1676e5a
Upgrade docker to 1.1.2 and add docker module
...
This version of module has disabled socketActivation, because until
nixos upgrade systemd to at least 214, systemd does not support
SocketGroup. So socket is created with "root" group when
socketActivation enabled. Should be fixed as soon as systemd upgraded.
Includes changes from #3015 and supersedes #3028
2014-07-28 21:45:49 +02:00
Mateusz Kowalczyk
7a45996233
Turn some license strings into lib.licenses values
2014-07-28 11:31:14 +02:00
Austin Seipp
de96d25294
qemu: 1.7.1 -> 2.0.0
...
The patch for CVE-2014-0150 is still required.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-05-18 15:52:44 -05:00
Benno Fünfstück
8b6300822b
virtualbox: update 4.3.10 -> 4.3.12
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-05-18 08:33:25 -05:00
Austin Seipp
aae821493d
Revert "virtualbox: update 4.3.10 -> 4.3.12"
...
This reverts commit a0ae412a10
.
It snuck by me in #2677 . I'll test it more first.
2014-05-17 16:45:58 -05:00
Benno Fünfstück
a0ae412a10
virtualbox: update 4.3.10 -> 4.3.12
2014-05-17 12:28:33 +02:00
AndersonTorres
2e950bd72e
8086tiny: update to 1.25
...
Locally build BIOS support
2014-05-14 22:40:09 +02:00
Benjamin Podszun
2ce5162252
Bump virt-viewer to 0.6.0, from the 2009 version
2014-05-14 22:24:01 +02:00
cillianderoiste
7adc00b8bc
Merge pull request #2484 from chexxor/feature/bump-docker-0.10.0
...
Bump docker version to 0.10.0
2014-05-11 10:33:43 +02:00
Bjørn Forsman
cb7c920e24
virt-manager: add missing gsettings schema
...
Without this it'll complain and abort when clicking "Take Screenshot" or
"Browse Local" when creating a new VM and looking for an CD-ROM image to boot
from:
GLib-GIO-ERROR **: Settings schema 'org.gtk.Settings.FileChooser' is not installed
2014-05-11 01:03:27 +02:00
Alex Berg
47090c9bdc
Bump docker version to 0.10.0.
2014-05-03 17:03:33 +02:00
Eelco Dolstra
39faed1f2f
qemu: Apply patch for CVE-2014-0150, CVE-2014-2894
2014-04-28 14:37:46 +02:00
Eelco Dolstra
0af5d11a6f
qemu-image: Remove (obsolete)
2014-04-28 14:34:34 +02:00
Eelco Dolstra
f2cb4def59
qemu: Update to 1.7.1
2014-04-17 15:54:42 +02:00
Alex Berg
7dff8a8aaf
Bump Docker to v0.9.1. Tested pulling, committing, pushing.
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-04-07 15:08:07 -05:00
Jaka Hudoklin
413ebfb246
virt-manager: update to 1.0.1, fix & update dependencies, gtk3 support
...
- Vte, add gtk3 support, enable introspection, update to 0.35.90
- Spice-gtk, add gtk3 support
- gtk-vnc, add gtk3 support
- Add libvirt-glib (thanks @bjornfor)
- Add usbredir
- qemu, enable usbredir
- spice-gtk, enable usbredir
- virt-manager, update to 1.0.1
[Bjørn:
* Set namePrefix = "" to preserve package name "virt-manager"
(instead of "python2.7-virt-manager")
* Add dconf to GIO_EXTRA_MODULES to get persistent settings in
virt-manager. Without it:
GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications.
* Add ${gtk3}/share to XDG_DATA_DIRS to unbreak "Take Screenshot"
feature (fixes "Settings schema 'org.gtk.Settings.FileChooser' is not installed")
* gtk-vnc: don't pull "pkgs" attrset for optionalString, use stdenv.lib.optionalString instead.
]
2014-04-05 18:37:05 +02:00
Moritz Maxeiner
99d639d750
Update Virtualbox and Guest Additions to 4.3.10, Oracle Extensions to 93012
2014-03-29 13:44:50 +01:00
Shea Levy
1aa5589eef
Merge branch 'virtualbox' of git://github.com/Calrama/nixpkgs
...
Update VirtualBox (and implicitly VirtualBox Guest Additions) to 4.3.6
and Oracle VM VirtualBox Extension Pack to 91406
Conflicts due to minor upgrade in the mean time
Conflicts:
nixos/modules/virtualisation/virtualbox-guest.nix
pkgs/applications/virtualization/virtualbox/default.nix
pkgs/applications/virtualization/virtualbox/guest-additions/default.nix
2014-03-29 00:23:54 -04:00
AndersonTorres
d8648c47cf
Merge remote-tracking branch 'upstream/master'
2014-03-23 11:52:03 -03:00
AndersonTorres
e48ae6a079
A minor fix to maintainers field for some packages (aegisub,mpv,8086tiny and bochs)
2014-03-22 14:30:45 -03:00
Peter Simons
ceb7673bf0
Fix broken references to 'maintainers' attribute set.
2014-03-22 10:01:42 +01:00
Peter Simons
57db4ba855
Merge pull request #1998 from AndersonTorres/master
...
Maintainer and license modifications for some packages
2014-03-22 09:01:07 +01:00
AndersonTorres
f7498e5a7e
Adding info about maintainer (myself - AndersonTorres) and modifying the meta.license field for some packages I have made.
2014-03-22 01:12:48 -03:00
William A. Kennington III
b6d3526c53
qemu: Update 1.5.2 -> 1.7.0
2014-03-18 14:24:46 +01:00
Moritz Maxeiner
53e743fa08
Update Virtualbox and Guest Additions to 4.3.8, Oracle Extensions to 92456
2014-02-28 17:19:48 +01:00
AndersonTorres
ad6bdfaf56
Deleting the "runme" stuff - it is not needed at all,
...
and the run method is fully documented
2014-02-24 00:12:00 -03:00
AndersonTorres
2c09d55904
Merge remote-tracking branch 'upstream/master'
2014-02-24 00:07:02 -03:00
AndersonTorres
4670b503b1
New package: 8086tiny, a tiny 8086 emulator
2014-02-24 00:01:43 -03:00
Austin Seipp
0441bb1b7a
virtualbox: 4.2.18 -> 4.2.22
...
This is needed to compile the Virtual Box guest additions with the 3.13
kernel (and thus the grsecurity testing kernel).
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-02-19 23:58:53 +01:00
Shea Levy
72b5403ee8
edk2/OVMF: Update
...
Signed-off-by: Shea Levy <shea@shealevy.com>
2014-02-03 18:32:21 -05:00
Moritz Maxeiner
ba0ca53615
Update VirtualBox (and implicitly VirtualBox Guest Additions) to 4.3.6 and Oracle VM VirtualBox Extension Pack to 91406
2014-01-31 00:34:04 +01:00
Jaka Hudoklin
cc33c351b8
Add docker
2014-01-27 00:56:51 +01:00