vagrant: do withLibvitr by default #49220
This commit is contained in:
parent
7ed92b1497
commit
c5e8ae3f0b
@ -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;
|
||||
|
@ -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 { };
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user