virtualbox: python2 -> python3
This commit is contained in:
parent
9ebc6ad944
commit
e2f6e36401
@ -5,7 +5,7 @@
|
|||||||
, alsaLib, curl, libvpx, nettools, dbus
|
, alsaLib, curl, libvpx, nettools, dbus
|
||||||
, makeself, perl
|
, makeself, perl
|
||||||
, javaBindings ? false, jdk ? null
|
, javaBindings ? false, jdk ? null
|
||||||
, pythonBindings ? false, python2 ? null
|
, pythonBindings ? false, python3 ? null
|
||||||
, extensionPack ? null, fakeroot ? null
|
, extensionPack ? null, fakeroot ? null
|
||||||
, pulseSupport ? config.pulseaudio or stdenv.isLinux, libpulseaudio ? null
|
, pulseSupport ? config.pulseaudio or stdenv.isLinux, libpulseaudio ? null
|
||||||
, enableHardening ? false
|
, enableHardening ? false
|
||||||
@ -17,7 +17,7 @@
|
|||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
|
|
||||||
let
|
let
|
||||||
python = python2;
|
python = python3;
|
||||||
buildType = "release";
|
buildType = "release";
|
||||||
# Remember to change the extpackRev and version in extpack.nix and
|
# Remember to change the extpackRev and version in extpack.nix and
|
||||||
# guest-additions/default.nix as well.
|
# guest-additions/default.nix as well.
|
||||||
|
Loading…
Reference in New Issue
Block a user