virtmanager: remove redundant gsettings schema compilation

Schemas are now compiled in the setup.py.
This commit is contained in:
Kirill Boltaev 2019-07-12 23:21:52 +03:00
parent cdfc0b6429
commit 5e18c7cf21

View file

@ -57,10 +57,6 @@ python3Packages.buildPythonApplication rec {
runHook postBuild
'';
postInstall = ''
${glib.dev}/bin/glib-compile-schemas "$out"/share/glib-2.0/schemas
'';
preFixup = ''
gappsWrapperArgs+=(--set PYTHONPATH "$PYTHONPATH")
# these are called from virt-install in initrdinject.py