Commit graph

179309 commits

Author SHA1 Message Date
Florian Klink b93d3473d3
virtualbox: 5.2.28 -> 6.0.6 (#60943)
virtualbox: 5.2.28 -> 6.0.6
2019-05-10 14:47:12 +02:00
Will Dietz bc94dcf500 digikam: 6.0.0 -> 6.1.0 (#60042)
* digikam: 6.0.0 -> 6.1.0

* digikam: add dep, use ffmpeg_4

* digikam: set DK_PLUGIN_PATH to help find plugins
2019-05-10 13:22:05 +02:00
Timo Kaufmann df47f8b147
vimPlugins: update (#61226) 2019-05-10 10:41:14 +02:00
Renaud 926a525876
Merge pull request #60724 from r-ryantm/auto-update/python3.7-ordered-set
python37Packages.ordered-set: 3.1 -> 3.1.1
2019-05-10 09:21:47 +02:00
Ryan Mulligan 1da6717d56
Merge pull request #61221 from lightbulbjim/nethack-update
nethack: 3.6.1 -> 3.6.2
2019-05-09 21:17:18 -07:00
Ryan Mulligan 78526a79da
Merge pull request #53393 from srghma/hubstaff_143
hubstaff: 1.3.1 → 1.4.5
2019-05-09 20:51:00 -07:00
Ryan Mulligan 2581d95be8
Merge pull request #60395 from malob/new-node-packages
nodePackages: update and add bash-language-server, typescript-language-server, and speed-test
2019-05-09 20:13:15 -07:00
Malo Bourgon 75942540fa nodePackages: init bash-language-server, init speed-test, init typescript-language-server 2019-05-09 20:01:53 -07:00
Chris Rendle-Short 926490c862 nethack: 3.6.1 -> 3.6.2
Notes:
  - libXpm added as a new dependency for nethack-x11.
  - moc path fixed for nethack-qt.
2019-05-10 11:44:18 +10:00
Will Dietz 86fba25bb3
Merge pull request #61200 from dtzWill/update/osinfo-1.5.0
libosinfo, osinfo-db-tools: 1.4.0 -> 1.5.0
2019-05-09 20:09:08 -05:00
Will Dietz 12939f06b2
Merge pull request #61199 from dtzWill/update/viu-0.2.1
viu: 0.1 -> 0.2.1
2019-05-09 20:08:22 -05:00
Matthew Piziak 95738ec726 nodePackages_10_x: add textlint-plugins to list of generated packages (#54443)
nodePackages_10_x.textlint-plugin-latex: init at 1.0.4
nodePackages_10_x.textlint-rule-abbr-within-parentheses: init at 1.0.2
nodePackages_10_x.textlint-rule-alex: init at 1.3.1
nodePackages_10_x.textlint-rule-common-misspellings: init at 1.0.1
nodePackages_10_x.textlint-rule-diacritics: init at 0.0.2
nodePackages_10_x.textlint-rule-en-max-word-count: init at 1.0.1
nodePackages_10_x.textlint-rule-max-comma: init at 1.0.4
nodePackages_10_x.textlint-rule-no-start-duplicated-conjunction: init at 2.0.2
nodePackages_10_x.textlint-rule-period-in-list-item: init at 0.2.0
nodePackages_10_x.textlint-rule-stop-words: init at 1.0.8
nodePackages_10_x.textlint-rule-terminology: init at 1.1.30
nodePackages_10_x.textlint-rule-unexpanded-acronym: init at 1.2.3
nodePackages_10_x.textlint-rule-write-good: init at 1.6.2
2019-05-09 17:13:20 -07:00
Mario Rodas 0c510db2d7
Merge pull request #60773 from r-ryantm/auto-update/rtmidi
rtmidi: 2.1.1 -> 4.0.0
2019-05-09 18:43:01 -05:00
Renaud 0d2ac1ee2f
Merge pull request #60163 from dtzWill/update/dotnet-sdk-2.2.203
dotnet-sdk: 2.2.103 -> 2.2.203 (core 2.2.1 -> 2.2.4)
2019-05-10 00:16:45 +02:00
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
Will Dietz a939d063e2
osinfo-db: 20190301 -> 20190504
https://gitlab.com/libosinfo/osinfo-db/tags
2019-05-09 12:55:07 -05: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 a05e340120
osinfo-db-tools: 1.4.0 -> 1.5.0
https://www.redhat.com/archives/libosinfo/2019-May/msg00095.html
2019-05-09 12:36:58 -05:00
Will Dietz 430b24a386
libosinfo: pname 2019-05-09 12:36:55 -05:00
Will Dietz 2c4f13e7aa
libosinfo: 1.4.0 -> 1.5.0
https://www.redhat.com/archives/libosinfo/2019-May/msg00094.html
2019-05-09 12:36:53 -05:00
Will Dietz 624e970450
viu: 0.1 -> 0.2.1
https://github.com/atanunq/viu/releases/tag/v0.2.1
2019-05-09 12:33:59 -05: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