Skip to content

Commit

Permalink
virt-manager: needs file for building translations
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Mar 25, 2017
1 parent 1cca97c commit 160fd72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/virtualization/virt-manager/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, python2Packages, intltool, curl
{ stdenv, fetchurl, python2Packages, intltool, curl, file
, wrapGAppsHook, virtinst, gtkvnc, vte
, gtk3, gobjectIntrospection, libvirt-glib, gsettings_desktop_schemas, glib
, avahi, dconf, spiceSupport ? true, spice_gtk, libosinfo, gnome3, system-libvirt
Expand Down Expand Up @@ -27,7 +27,7 @@ buildPythonApplication rec {
wrapGAppsHook
] ++ optional spiceSupport spice_gtk;

buildInputs = [ dconf avahi intltool ];
buildInputs = [ dconf avahi intltool file ];

patchPhase = ''
sed -i 's|/usr/share/libvirt/cpu_map.xml|${system-libvirt}/share/libvirt/cpu_map.xml|g' virtinst/capabilities.py
Expand All @@ -54,6 +54,6 @@ buildPythonApplication rec {
manages Xen and LXC (linux containers).
'';
license = licenses.gpl2;
maintainers = with maintainers; [qknight offline];
maintainers = with maintainers; [ qknight offline fpletz ];
};
}

0 comments on commit 160fd72

Please sign in to comment.