mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
virt-manager: compile gsettings schemas
This commit is contained in:
parent
3742b1c1cc
commit
d713f47b99
1 changed files with 1 additions and 2 deletions
|
@ -49,8 +49,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||
dontWrapGApps = true;
|
||||
|
||||
preFixup = ''
|
||||
mkdir -p $out/share/glib-2.0/schemas
|
||||
cp $src/data/*.gschema.xml $out/share/glib-2.0/schemas/
|
||||
glib-compile-schemas $out/share/gsettings-schemas/${pname}-${version}/glib-2.0/schemas
|
||||
|
||||
gappsWrapperArgs+=(--set PYTHONPATH "$PYTHONPATH")
|
||||
# these are called from virt-install in initrdinject.py
|
||||
|
|
Loading…
Reference in a new issue