about summary refs log tree commit diff
path: root/pkgs/development/tools/vagrant
diff options
context:
space:
mode:
authorChristian Albrecht <christian.albrecht@mayflower.de>2018-11-05 16:42:24 +0100
committerRobin Gloster <mail@glob.in>2018-11-07 17:46:57 +0100
commitc5e8ae3f0ba8fd104e85f940982a0076014695a1 (patch)
treede24117cf61123c082cc9ec10f7f09893599b5a9 /pkgs/development/tools/vagrant
parent7ed92b1497818a2c8d0f17769b126be8fbc620c2 (diff)
downloadnixlib-c5e8ae3f0ba8fd104e85f940982a0076014695a1.tar
nixlib-c5e8ae3f0ba8fd104e85f940982a0076014695a1.tar.gz
nixlib-c5e8ae3f0ba8fd104e85f940982a0076014695a1.tar.bz2
nixlib-c5e8ae3f0ba8fd104e85f940982a0076014695a1.tar.lz
nixlib-c5e8ae3f0ba8fd104e85f940982a0076014695a1.tar.xz
nixlib-c5e8ae3f0ba8fd104e85f940982a0076014695a1.tar.zst
nixlib-c5e8ae3f0ba8fd104e85f940982a0076014695a1.zip
vagrant: do withLibvitr by default #49220
Diffstat (limited to 'pkgs/development/tools/vagrant')
-rw-r--r--pkgs/development/tools/vagrant/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/vagrant/default.nix b/pkgs/development/tools/vagrant/default.nix
index 2b77d5358196..74992560f3fc 100644
--- a/pkgs/development/tools/vagrant/default.nix
+++ b/pkgs/development/tools/vagrant/default.nix
@@ -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;