Alyssa Ross
69af0d1717
linuxPackages.virtualboxGuestAdditions: mark broken on Linux 5.17
...
This package is slightly out of date, but 6.1.32 doesn't fix 5.17
compatibility either.
2022-03-21 13:22:59 +00:00
Matthieu Coudron
f1a3e3e21c
virtualbox: set meta.mainProgram
...
because it's convenient <3
2022-01-29 23:47:18 +01:00
Alyssa Ross
dcabc91904
virtualbox: 6.1.28 -> 6.1.30
...
The guest additions currently don't build, either before or after this
change, but upgrading is still good because it gets us Linux 5.16
compatibility for the kernel module.
2022-01-10 03:54:09 +00:00
Sandro Jäckel
df17da7729
virtualbox: remove ? null from inputs, remove optional (), other minor cleanups
2021-11-10 01:40:47 +01:00
Magicloud
40c83d1e0a
virtualbox: Add option to build vboxwebsrv tool
...
`vboxwebsrv`, a.k.a, Virtualbox Web Service, provides a way to manage VMs via SOAP interface. This is very useful on headless servers.
2021-11-07 08:34:47 +01:00
Bernardo Meurer
b232c81a32
virtualbox: 6.1.26 -> 6.1.28
2021-10-30 19:42:07 -07:00
Matt McHenry
c97f15e81a
virtualbox: fix audio driver loading ( #136048 )
...
virtualbox: fix audio driver loading
fixes #123851
patch by @jcumming
2021-09-16 14:11:38 +03:00
Artturin
e740711cf6
virtualbox: remove components/VBoxREM.so when
...
hardened or headless is enabled
arch does it as well
1b2aaf4113/trunk/PKGBUILD (L184)
2021-09-08 19:06:33 +03:00
Kid
b43389f49d
iasl: drop pacakge
2021-08-10 03:46:01 +00:00
Markus Partheymueller
5701e5bc3b
virtualbox: 6.1.22 -> 6.1.26 ( #132223 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-08-02 16:40:32 +02:00
AndersonTorres
e9e5f5f84d
Change all alsaLib references to alsa-lib
2021-06-10 01:12:49 -03:00
William Kral
ba0da8a076
virtualbox: 6.1.18 -> 6.1.22
2021-05-16 16:54:18 -07:00
André Silva
4499318712
virtualbox: fix build on linux 5.11
2021-03-01 10:12:27 +00:00
Sandro Jäckel
b02c411492
virtualbox:
...
virtualbox: remove unused input
2021-02-17 23:12:25 +01:00
Bryan A. S
72e688c973
virtualbox: 6.1.16 -> 6.1.18
...
Signed-off-by: Bryan A. S <bryanasdev000@gmail.com>
2021-01-22 19:36:45 -03:00
Ben Siraphob
5d566c43b4
pkgs/applications: pkgconfig -> pkg-config
2021-01-16 23:49:59 -08:00
Ben Siraphob
108bdac3d9
pkgs/applications: stdenv.lib -> lib
2021-01-15 14:24:03 +07:00
Magicloud
e416dc89a1
virtualbox: 6.1.14 -> 6.1.16
...
6.1.16 is the latest release of Virtualbox. And it is necessary to have it when using Linux 5.9 kernel.
2020-10-24 02:53:08 +08:00
Maximilian Bosch
579404c4a5
virtualbox: re-add support for virtio
...
For some reason the original source tarball for version 6.1.14 didn't
bundle the sources for `virtio`-support causing a build-failure.
After this was reported, a new tarball named
`VirtualBox-6.1.14a.tar.bz2` was published which fixes the issue[1].
[1] https://www.virtualbox.org/ticket/19862
2020-09-25 12:37:39 +02:00
Magicloud
e1538e43b9
virtualbox: 6.1.10 -> 6.1.14
...
6.1.14 is the latest release of Virtualbox.
Also disabled VirtIO since the source tarball does not include necessary source code.
2020-09-09 19:58:36 +08:00
Florian Klink
d5f7c6ed3c
Merge pull request #89798 from nthorne/virtualbox6110
...
virtualbox: 6.1.6 -> 6.1.10
2020-07-21 14:32:18 +02:00
Domen Kožar
347ab190c7
remove usage of patchelfUnstable now that it's released
2020-07-08 21:55:09 +02:00
Pascal Bach
9c300b6e2c
virtualbox-guest-additions: fix dlopen of libXrandr
...
The library could not be loaded which prevented autoresizing
when using the VMSVGA adapter.
2020-06-17 18:43:27 +02:00
Niklas Thorne
081aa8f724
virtualbox: 6.1.6 -> 6.1.10
2020-06-08 12:37:06 +02:00
Julian Stecklina
7c995a4532
virtualbox: build BIOS from C instead of alternative sources
...
VirtualBox ships with "alternative BIOS sources" for its virtual BIOS.
These are generated by first compiling the BIOS C sources with the
Open Watcom toolchain, disassembling the output and checking in the
disassembly into the VirtualBox repo.
The result means that the BIOS C code cannot be patched, because it's
not compiled from the C sources, if Open Watcom is not there.
As Open Watcom is now available in nixpkgs, we can just ignore the
alternative BIOS sources and compile it from C directly.
2020-04-28 13:36:50 +02:00
Fabian Möller
0481e09ad3
virtualbox: 6.1.4 -> 6.1.6
2020-04-19 14:04:17 +02:00
Fabian Möller
93e8f5d90f
virtualbox: add update script
2020-04-19 14:03:58 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Fabian Möller
2c77f1c049
virtualboxExtpack: synchronize version with virtualbox
2020-03-17 11:23:06 +01:00
Matteo Scarlata
2b99b29136
virtualbox: 6.0.14 -> 6.1.4
...
Update Virtualbox to its latest version. This allows compilation against
kernel >= 5.4 to succeed without further patches (see #74260 , build
would fail for linux-5.5.5 to 5.5.9).
2020-03-13 22:36:31 +00:00
Jan Tojnar
21280e418d
virtualbox: fix eval
2019-12-30 22:01:39 +01:00
Maximilian Bosch
59ab29fe88
virtualbox: fix build
...
Newer `iasl`-versions disallow strings within certain declarations[1]
which breaks the virtualbox build as it relies on exactly this
behavior[2].
This should be removed again when updating virtualbox to 6.1.
[1] https://acpica.org/node/172
[2] https://hydra.nixos.org/build/108774352
2019-12-30 14:11:32 +01:00
Florian Klink
135ebdb7b8
Merge pull request #74260 from B4dM4n/virtualbox-update
...
virtualbox: 6.0.12 -> 6.0.14
2019-12-12 03:52:39 +01:00
Fabian Möller
837dbc809e
fixup! virtualbox: 6.0.12 -> 6.0.14
...
use fetchpatch in guest additions
2019-12-12 00:59:03 +01:00
Fabian Möller
63969f5821
fixup! virtualbox: 6.0.12 -> 6.0.14
2019-12-11 22:59:50 +01:00
Florian Klink
445b872c89
virtualboxExtpack: remove flokli from maintainers
...
I'm not using virtualbox anymore.
2019-11-28 16:19:09 +01:00
Florian Klink
64bb05dc4a
virtualbox: remove flokli from maintainers
...
I'm not using virtualbox anymore.
2019-11-28 16:18:11 +01:00
Fabian Möller
041680d936
virtualbox: 6.0.12 -> 6.0.14
2019-11-26 11:58:52 +01:00
Florian Klink
fb5f649bc9
Merge pull request #70881 from xfix/virtualbox-update
...
virtualbox: 6.0.10 -> 6.0.12
2019-10-11 19:24:12 +02:00
Konrad Borowski
8e2c34c0b0
virtualbox: 6.0.10 -> 6.0.12
2019-10-09 22:14:57 +02:00
Linus Heckemann
22011b0218
linuxPackages.virtualBoxGuestAdditions: fix build
...
Fixes #70470
2019-10-07 14:02:45 +02:00
Florian Klink
8058883bad
linuxPackages.virtualboxGuestAdditions: apply mp-r0drv-linux.c… ( #69500 )
...
linuxPackages.virtualboxGuestAdditions: apply mp-r0drv-linux.c patch
2019-09-27 15:46:55 +02:00
Joachim F
ad773d31e2
Merge pull request #69345 from joachifm/feat/split-version
...
Replace uses of splitString for splitting version strings
2019-09-27 06:19:18 +00:00
Joachim Fasting
bad07dfac5
tree-wide: replace uses of splitString "." with lib.versions
...
Quoting from the splitString docstring:
NOTE: this function is not performant and should never be used.
This replaces trivial uses of splitString for splitting version
strings with the (potentially builtin) splitVersion.
2019-09-26 17:42:49 +02:00
Florian Klink
61f0f8d607
linuxPackages.virtualboxGuestAdditions: apply mp-r0drv-linux.c patch
...
These don't use a the virtualbox sources, but an iso as src, and we need
to add the kernel 5.3 patch aswell.
As for some reason the source files are present on the .iso with Windows
Line endings (sic!), call dos2unix first.
Unfortunately, we can't use the same kernel-5.3-fix.patch as virtualbox
itself, as some files are missing and paths are different.
2019-09-26 12:01:30 +02:00
Florian Klink
08a1aa4e6a
virtualboxGuestAdditions: Fix clipboard integration. ( #69306 )
...
virtualboxGuestAdditions: Fix clipboard integration.
2019-09-25 10:26:49 +02:00
William Kral
2f2da824ed
virtualbox: Temporary fix for kernel >= 5.3
2019-09-23 12:33:34 -07:00
Ambroz Bizjak
7dcef37ef8
virtualboxGuestAdditions: Fix clipboard integration.
...
VBoxClient needs a RUNPATH entry to dlopen libXfixes successfully.
Fixes https://github.com/NixOS/nixpkgs/issues/65542
2019-09-23 18:07:37 +02:00
Christian Kögler
2756c3054c
virtualboxGuestAdditions: fix compilation with kernel 5.2
2019-09-13 17:39:27 +02:00
Tim Steinbach
4e99ef6a18
virtualbox: 6.0.8 -> 6.0.10
2019-09-04 11:12:07 -04:00