3
0
Fork 0
forked from mirrors/nixpkgs

virtualbox: python2 -> python3 (#61100)

virtualbox: python2 -> python3
This commit is contained in:
Florian Klink 2019-05-10 14:54:56 +02:00 committed by GitHub
commit 7495a761cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@
, alsaLib, curl, libvpx, nettools, dbus
, makeself, perl
, javaBindings ? false, jdk ? null
, pythonBindings ? false, python2 ? null
, pythonBindings ? false, python3 ? null
, extensionPack ? null, fakeroot ? null
, pulseSupport ? config.pulseaudio or stdenv.isLinux, libpulseaudio ? null
, enableHardening ? false
@ -17,7 +17,7 @@
with stdenv.lib;
let
python = python2;
python = python3;
buildType = "release";
# Remember to change the extpackRev and version in extpack.nix and
# guest-additions/default.nix as well.