vagrant: do withLibvitr by default #49220

This commit is contained in:
Christian Albrecht 2018-11-05 16:42:24 +01:00 committed by Robin Gloster
parent 7ed92b1497
commit c5e8ae3f0b
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{ lib, fetchurl, buildRubyGem, bundlerEnv, ruby, libarchive, writeText, withLibvirt ? false, libvirt, pkgconfig }:
{ lib, fetchurl, buildRubyGem, bundlerEnv, ruby, libarchive, writeText, withLibvirt ? true, libvirt, pkgconfig }:
let
# NOTE: bumping the version and updating the hash is insufficient;

View File

@ -8990,7 +8990,6 @@ with pkgs;
universal-ctags = callPackage ../development/tools/misc/universal-ctags { };
vagrant = callPackage ../development/tools/vagrant {};
vagrant-libvirt = self.vagrant.override { withLibvirt = true; };
bashdb = callPackage ../development/tools/misc/bashdb { };