virtinst: fix name resolution ambiguity breaking the runnability

This commit is contained in:
Aristid Breitkreuz
2014-08-27 21:21:35 +02:00
parent e75cf5d166
commit 10a3369c99

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchurl, pythonPackages, intltool, libvirt, libxml2Python, curl }:
{ stdenv, fetchurl, pythonPackages, intltool, libxml2Python, curl }:
with stdenv.lib;