Commit Graph

179285 Commits

Author SHA1 Message Date
Ambroz Bizjak
5bec9dc65b virtualbox: 5.2.28 -> 6.0.6
Quite some fixing was needed to get this to work.

Changes in VirtualBox and additions:

- VirtualBox is no longer officially supported on 32-bit hosts so i686-linux is removed from platforms
  for VirtualBox and the extension pack. 32-bit additions still work.

- There was a refactoring of kernel module makefiles and two resulting bugs affected us which had to be patched.
  These bugs were reported to the bug tracker (see comments near patches).

- The Qt5X11Extras makefile patch broke. Fixed it to apply again, making the libraries logic simpler
  and more correct (it just uses a different base path instead of always linking to Qt5X11Extras).

- Added a patch to remove "test1" and "test2" kernel messages due to forgotten debugging code.

- virtualbox-host NixOS module: the VirtualBoxVM executable should be setuid not VirtualBox.
  This matches how the official installer sets it up.

- Additions: replaced a for loop for installing kernel modules with just a "make install",
  which seems to work without any of the things done in the previous code.

- Additions: The package defined buildCommand which resulted in phases not running, including RUNPATH
  stripping in fixupPhase, and installPhase was defined which was not even run. Fixed this by
  refactoring using phases. Had to set dontStrip otherwise binaries were broken by stripping.
  The libdbus path had to be added later in fixupPhase because it is used via dlopen not directly linked.

- Additions: Added zlib and libc to patchelf, otherwise runtime library errors result from some binaries.
  For some reason the missing libc only manifested itself for mount.vboxsf when included in the initrd.

Changes in nixos/tests/virtualbox:

- Update the simple-gui test to send the right keys to start the VM. With VirtualBox 5
  it was enough to just send "return", but with 6 the Tools thing may be selected by
  default. Send "home" to reliably select Tools, "down" to move to the VM and "return"
  to start it.

- Disable the VirtualBox UART by default because it causes a crash due to a regression
  in VirtualBox (specific to software virtualization and serial port usage). It can
  still be enabled using an option but there is an assert that KVM nested virtualization
  is enabled, which works around the problem (see below).

- Add an option to enable nested KVM virtualization, allowing VirtualBox to use hardware
  virtualization. This works around the UART problem and also allows using 64-bit
  guests, but requires a kernel module parameter.

- Add an option to run 64-bit guests. Tested that the tests pass with that. As mentioned
  this requires KVM nested virtualization.
2019-05-09 23:36:57 +02:00
Renaud
48a65ef9e6
Merge pull request #61166 from jansol/renderdoc
renderdoc: 1.2 -> 1.4
2019-05-09 22:52:09 +02:00
Michael Raskin
7252364dfa tptp: switch to new base URL for source tarball 2019-05-09 22:57:59 +02:00
Michael Raskin
a8c4b37063 vampire: switch off the fragile fetchSubmodules/leaveDotGit 2019-05-09 22:57:59 +02:00
zimbatm
b269811203 terraform-providers: bump versions 2019-05-09 22:43:26 +02:00
zimbatm
25c08476c1 terraform_0_12: 0.12.0-beta1 -> 0.12.0-rc1 2019-05-09 22:43:26 +02:00
Renaud
aab399114f
Merge pull request #61119 from marsam/update-rubocop
rubocop: 0.62.0 -> 0.68.1
2019-05-09 22:35:53 +02:00
worldofpeace
974cbe2acc
Merge pull request #61174 from worldofpeace/bump-upower
upower: 0.99.9 -> 0.99.10
2019-05-09 16:10:28 -04:00
Renaud
cf52ec2c70
Merge pull request #61191 from romildo/upd.matcha-gtk-theme
matcha: 2018-12-24 -> 2019_05_09
2019-05-09 21:32:42 +02:00
Michael Weiss
01361a1791
androidStudioPackages.{beta,dev,canary}: 3.5.0.12 -> 3.5.0.13
androidStudioPackages.beta: 3.4.0.18 -> 3.5.0.13
2019-05-09 20:36:41 +02:00
Renaud
3c917fd8c2
Merge pull request #61198 from dtzWill/update/public-sans-1.003
public-sans: 1.002 -> 1.003
2019-05-09 20:32:29 +02:00
Renaud
c17ec06f66
Merge pull request #60569 from dtzWill/update/vnstat-2.2
vnstat: 2.1 -> 2.2
2019-05-09 20:09:40 +02:00
Will Dietz
0954c36972 kmymoney: 5.0.1 -> 5.0.4 (#60059)
* kmymoney: 5.0.1 -> 5.0.4

* kmymoney: patch included

* kmymoney: add sqlcipher for db encryption support
2019-05-09 20:07:12 +02:00
hlolli
3cf07efa30 graalvm: rc8->rc15 2019-05-09 13:59:32 -04:00
Renaud
169db87d32
pythonPackages.python-igraph: fix build
It was failing on Hydra
+ tests are failing with Py3
2019-05-09 19:45:24 +02:00
Will Dietz
7f4b2d062d
public-sans: 1.002 -> 1.003
https://github.com/uswds/public-sans/releases/tag/v1.003
2019-05-09 12:32:32 -05:00
Matthew Bauer
4dce6bc461
Merge pull request #61128 from deadloko/fix/LighttpdCrossCompilation
lighttpd: fix crosscompilation
2019-05-09 13:11:25 -04:00
Peter Simons
b04b3fd72e all-cabal-hashes: update to Hackage at 2019-05-08T22:18:59 2019-05-09 18:17:54 +02:00
Peter Simons
47a7480f05 haskell-quickcheck-instances: jailbreak to fix the build with ghc-8.8.x 2019-05-09 18:15:20 +02:00
Peter Simons
e4659b5616 haskell-integer-logarithms: jailbreak to fix the build with ghc-8.8.x 2019-05-09 18:15:20 +02:00
Peter Simons
44ac450719 haskell-attoparsec: apply patches to fix the build with ghc-8.8.x 2019-05-09 18:15:20 +02:00
Peter Simons
7055bea4a9 haskell-hashable-time: jailbreak to fix the build with ghc-8.8.x 2019-05-09 18:15:20 +02:00
Peter Simons
64d6f5f70b haskell-lucid: jailbreak to fix the build with ghc-8.8.x 2019-05-09 18:15:20 +02:00
Peter Simons
5761cd818f haskell-unordered-containers: update to fix the build with ghc-8.8.x 2019-05-09 18:15:20 +02:00
Peter Simons
2d66230409 haskell-logict: drop obsolete ghc-8.8.x patch 2019-05-09 18:15:20 +02:00
Peter Simons
17fe388b79 haskell-vector-th-unbox: apply patches to fix the build with ghc-8.8.x 2019-05-09 18:15:20 +02:00
Peter Simons
6a472242c1 haskell-regex-tdfa: apply patches to fix the build with ghc-8.8.x 2019-05-09 18:15:20 +02:00
Peter Simons
aa61fdec21 haskell-easytest: update to fix the build with ghc-8.8.x 2019-05-09 18:15:20 +02:00
Peter Simons
1aa45760aa haskell-hedgehog: apply patches to fix the build with ghc-8.8.x 2019-05-09 18:15:20 +02:00
Peter Simons
4c3d279ff7 haskell-th-lift: jailbreak (and update) to fix the build with ghc-8.8.x 2019-05-09 18:15:20 +02:00
Peter Simons
5cff040755 haskell-src-exts: apply patches (and update) to fix the build with ghc-8.8.x 2019-05-09 18:15:20 +02:00
Peter Simons
4cd5e3f1cb haskell-cabal-doctest: apply patches to fix the build with ghc-8.8.x 2019-05-09 18:15:20 +02:00
Peter Simons
464db7088a haskell-tasty-expected-failure: jailbreak to fix the build with ghc-8.8.x 2019-05-09 18:15:20 +02:00
Peter Simons
583c94dd62 haskell-exceptions: drop obsolete ghc-8.8.x patch 2019-05-09 18:15:20 +02:00
Peter Simons
10c28ba328 haskell-happy: apply patches to fix the build with ghc-8.8.x 2019-05-09 18:15:20 +02:00
Peter Simons
2faa640f24 jailbreak Diff & disable ChasingBottoms test suite to fix build with ghc-8.8.x 2019-05-09 18:15:20 +02:00
Peter Simons
65cb34b159 haskell-colour: drop obsolete ghc-8.8.x patch 2019-05-09 18:15:20 +02:00
Peter Simons
03edc1e5c5 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.14.3 from Hackage revision
c2043c4622.
2019-05-09 18:15:13 +02:00
Peter Simons
9fdb33a3cf LTS Haskell 13.20 2019-05-09 18:13:45 +02:00
Peter Simons
7fbcbf3e53 hackage2nix: update list of broken builds 2019-05-09 18:13:45 +02:00
Renaud
7b8a71518c
Merge pull request #60737 from r-ryantm/auto-update/python3.7-qdarkstyle
python37Packages.qdarkstyle: 2.6.5 -> 2.6.6
2019-05-09 17:54:39 +02:00
Renaud
1cd3efc07c
Merge pull request #60898 from lopsided98/rpi-firmware-update
raspberrypifw: 1.20181112 -> 1.20190401
2019-05-09 17:35:59 +02:00
Renaud
cdcc4b2b3d
Merge pull request #61163 from tbenst/mendeley
mendeley: 1.19.1 -> 1.19.5
2019-05-09 17:34:53 +02:00
José Romildo Malaquias
3976c1cf3d matcha: 2018-12-24 -> 2019_05_09 2019-05-09 12:32:04 -03:00
Matthew Bauer
32b4311bea
Merge pull request #61038 from enumatech/gnu32-gnu64
Adds pkgsCross.gnu32 and pkgsCross.gnu64 platforms
2019-05-09 11:03:28 -04:00
Renaud
6add916cae
Merge pull request #61175 from pacien/howl-0.6
howl: 0.5.3 -> 0.6
2019-05-09 17:02:22 +02:00
Michael Weiss
bde990bccd
ubridge: 0.9.14 -> 0.9.15 2019-05-09 16:18:42 +02:00
Renaud
ac63101188
subversion: fix configure missing APR_INT64_T_FMT
configurePhase fails when building Python bindings or subversionClient
> configure: error: failed to recognize APR_INT64_T_FMT on this platform

Adding "-P" CPPFLAG solves the issue.
See also: https://issues.apache.org/jira/browse/SVN-4813
2019-05-09 15:59:18 +02:00
Bas van Dijk
46a869b286
Merge pull request #61185 from basvandijk/elk-7.0.1
elk: 7.0.0 -> 7.0.1
2019-05-09 15:50:03 +02:00
Tim Steinbach
26fa9aa8d2
oh-my-zsh: 2019-05-08 -> 2019-05-09 2019-05-09 08:18:47 -04:00