Commit graph

230221 commits

Author SHA1 Message Date
Pascal Bach
f29063ff0b nixos/virtualbox-image: change graphics adapter to vmswga 2020-06-17 18:43:28 +02:00
Pascal Bach
6c2d12f1fa nixos/manual: recommend VMSVGA as graphics adapter
Virtualbox recommends VMSVGA for Linux guests.

It is also currently the only one supporting 3D acceleration
and it works out of the box with NixOS and auto screen resizing.
2020-06-17 18:43:27 +02:00
Pascal Bach
ec9792a3f5 nixos/virtualbox-guest: add vmware driver
VMSGVA is recommended by virtualbox for Linux clients.
Compared to VBoxVGA and VBoxSVGA it also supports 3D acceleration.

Adding the driver makes nixos work with all three supported graphics card
types.
2020-06-17 18:43:27 +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
Lassulus
33bc279247
Merge pull request #89414 from jpotier/add-hikari
hikari: init at 2.0.2
2020-06-17 18:30:51 +02:00
Lassulus
02c64a4b63
Merge pull request #89415 from prusnak/bitcoin
bitcoin: 0.19.1 -> 0.20.0
2020-06-17 18:23:17 +02:00
Silvan Mosberger
f03e85f703
Merge pull request #74589 from tmplt/fix-physlock
nixos/physlock: add suspend-then-hibernate to lockOn.suspend units
2020-06-17 18:06:52 +02:00
Michele Guerini Rocco
4ddf9b763b
Merge pull request #83171 from rnhmjoj/hash
nixos/users: validate password hashes
2020-06-17 17:25:34 +02:00
Daniël de Kok
705b85c301
Merge pull request #90594 from wucke13/webdis
webdis: 0.1.9 -> 0.1.10
2020-06-17 17:12:20 +02:00
Michael Weiss
4e5b9f8b2e
nvme-cli: 1.11.2 -> 1.12 2020-06-17 17:10:10 +02:00
Lassulus
c8479286c7
Merge pull request #89716 from doronbehar/polybar-gcc-ref
polybar: Don't reference gcc
2020-06-17 16:46:36 +02:00
Leon Schuermann
a7aab1fff3 tpm2-abrmd: separate checkPhase dependencies into checkInputs 2020-06-17 16:46:18 +02:00
Leon Schuermann
1a1ab9474e tpm2-abrmd: build from source instead of release tarball 2020-06-17 16:46:18 +02:00
Leon Schuermann
3cc29166a7 tpm2-abrmd: enable parallel building 2020-06-17 16:46:18 +02:00
Leon Schuermann
fb667c1beb tpm2-abrmd: 2.2.0 -> 2.3.2 2020-06-17 16:46:18 +02:00
Leon Schuermann
ef9e6b3aa8 tpm2-tss: remove libgcrypt from explicit build inputs 2020-06-17 16:46:18 +02:00
Leon Schuermann
09791689df tpm2-tss: build from source instead of release tarball 2020-06-17 16:46:18 +02:00
Leon Schuermann
1ec50ac39e tpm2-tss: extract checkPhase dependencies into checkInputs 2020-06-17 16:46:18 +02:00
Leon Schuermann
de064be984 tpm2-tss: enable parallel building 2020-06-17 16:46:18 +02:00
Leon Schuermann
8e94e61aec tpm2-tss: 2.3.2 -> 2.4.1 2020-06-17 16:46:18 +02:00
markuskowa
7e505053ba
Merge pull request #90659 from r-ryantm/auto-update/openmpi
openmpi: 4.0.3 -> 4.0.4
2020-06-17 16:45:37 +02:00
Ryan Mulligan
e929c3dde2
Merge pull request #90421 from r-ryantm/auto-update/pt2-clone
pt2-clone: 1.17 -> 1.19
2020-06-17 07:39:04 -07:00
Martin Milata
d6af70fa90 libjcat: 0.1.2 -> 0.1.3
Fixes: https://nvd.nist.gov/vuln/detail/CVE-2020-10759
Changelog: https://github.com/hughsie/libjcat/blob/0.1.3/NEWS
See also: https://github.com/justinsteven/advisories/blob/master/2020_fwupd_dangling_s3_bucket_and_CVE-2020-10759_signature_verification_bypass.md
2020-06-17 16:37:59 +02:00
Christian Kampka
eb296c5010 wesnoth: 1.14.11 -> 1.14.12 2020-06-17 16:28:18 +02:00
Lassulus
98cac435f3
Merge pull request #89814 from alexfmpe/patch-3
Fix typo
2020-06-17 16:22:27 +02:00
Lassulus
5c0ff087e6
Merge pull request #89831 from Thra11/julius-augustus
Julius augustus
2020-06-17 16:20:03 +02:00
obadz
0280b5e21d
Merge pull request #90288 from delroth/mono-closure-size
mono: don't propagate a dependency to glib-dev (15% closure size saving)
2020-06-17 15:03:45 +01:00
Gabriel Gonzalez
459cf94991 Nixpkgs support for dhall-to-nixpkgs
The motivation for this change is to enable a new Dhall command-line
utility called `dhall-to-nixpkgs` which converts Dhall packages to
buildable Nix packages.  You can think of `dhall-to-nixpkgs` as the
Dhall analog of `cabal2nix`.

You can find the matching pull request for `dhall-to-nixpkgs` here:

https://github.com/dhall-lang/dhall-haskell/pull/1826

The two main changes required to support `dhall-to-nixpkgs` are:

* Two new `buildDhall{Directory,GitHub}Package` utilities are added

  `dhall-to-nixpkgs` uses these in the generated output

* `pkgs.dhallPackages` now selects a default version for each package
  using the `prefer` utility

  All other versions are still buildable via a `passthru` attribute
2020-06-17 15:57:21 +02:00
jakobrs
2ee84ca8e2
nixos/manual: Document boot.debug1mounts and clarify what exit does with shell_on_fail (#89365)
* nixos/manual: document boot.debug1mounts

* nixos/manual: clarify what `exit` does with shell_on_fail
2020-06-17 15:36:06 +02:00
Lassulus
dda2dd1283
Merge pull request #90412 from r-ryantm/auto-update/namecoin
namecoin: nc0.19.1 -> nc0.20.0
2020-06-17 15:31:26 +02:00
Tim Steinbach
e76f83c266
oh-my-zsh: 2020-06-10 -> 2020-06-17 2020-06-17 08:16:01 -04:00
Lassulus
c0574ae321
Merge pull request #90472 from cdepillabout/purescript-0.13.8
purescript: 0.13.6 -> 0.13.8
2020-06-17 14:11:47 +02:00
Eduardo Quiros
a866a6b7f0 tut: 0.0.8 -> 0.0.9
There has been a new release that fixes a crash-causing bug.
https://github.com/RasmusLindroth/tut/releases/tag/0.0.9
2020-06-17 13:51:09 +02:00
Aaron Andersen
63d375fbdb
Merge pull request #90512 from stigtsp/package/perl-crypt-mysql-fix-darwin
perlPackages.CryptMySQL: fix darwin build
2020-06-17 07:09:14 -04:00
Aaron Andersen
ca25fdf7d9
Merge pull request #90509 from stigtsp/package/crypt-eksblowfish-fix-darwin
perlPackages.CryptEksblowfish: fix darwin build
2020-06-17 07:08:08 -04:00
pablo1107
52c906147c luaPackages.ldbus: init at scm-0 2020-06-17 12:12:08 +02:00
Ingo Blechschmidt
4eb9c8cae5 olm: fix homepage link 2020-06-17 11:51:04 +02:00
Valentin Lorentz
745245a62a vlc: 3.0.10 -> 3.0.11
Includes a security fix for CVE-2020-13428.
Also available at: http://git.videolan.org/?p=vlc/vlc-3.0.git;a=blobdiff;f=modules/packetizer/hxxx_nal.c;h=6bdfd5a2a58ab9397d5758726ef16dfb27fec2a0;hp=73450606e382329a301e04d37c5ac259951448e8;hb=d5c43c21c747ff30ed19fcca745dea3481c733e0;hpb=441907f4352107737523bf9cfb56eabe3563edb4

Release notes: http://git.videolan.org/?p=vlc/vlc-3.0.git;a=tag;h=1519d3219a8d151bca792f40003051fa8b967734
2020-06-17 11:12:54 +02:00
Claudio Bley
9836a30422 bazel-buildtools: 3.2.0 -> 3.2.1 2020-06-17 11:11:41 +02:00
adisbladis
0b0f2940fc
Merge pull request #90653 from zowoq/conmon
conmon: 2.0.17 -> 2.0.18
2020-06-17 10:48:02 +02:00
Peter Hoeg
5266029726
Merge pull request #90433 from r-ryantm/auto-update/strawberry
strawberry: 0.6.10 -> 0.6.12
2020-06-17 16:39:59 +08:00
Jörg Thalheim
62c02ec3bd
Merge pull request #90456 from Mic92/i3pystatus 2020-06-17 08:55:59 +01:00
Jörg Thalheim
df54fe60ba
Merge pull request #87554 from emilazy/add-aio-to-kconfig
linux: explicitly enable AIO
2020-06-17 08:46:30 +01:00
Jörg Thalheim
14fcd947a0
Merge pull request #90651 from mweinelt/bees 2020-06-17 07:54:03 +01:00
koral
0b671216bb binwalk: disable Qt support by default 2020-06-17 08:40:20 +02:00
Vladimír Čunát
52375b20bc
Merge #90247: lmdb: 0.9.24 -> 0.9.25 2020-06-17 08:07:43 +02:00
EEva (JPotier)
2643082af4 hikari: init at 2.0.2 2020-06-17 07:54:50 +03:00
zowoq
0b420ecce4 conmon: 2.0.17 -> 2.0.18 2020-06-17 11:24:51 +10:00
zowoq
78e324d272 treewide: ffmpeg_4 -> ffmpeg 2020-06-16 18:23:14 -07:00
Maximilian Bosch
0a63b5ae34
Merge pull request #89262 from cript0nauta/simple-mpv-ui
mpvScripts.simple-mpv-webui: init at 1.0.0
2020-06-17 03:13:48 +02:00