gnome3.gnome-boxes: fix build
This commit is contained in:
parent
2bd4880588
commit
49d85d42b7
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, meson, ninja, wrapGAppsHook, pkgconfig, gettext, libvirt-glib
|
{ stdenv, fetchurl, meson, ninja, wrapGAppsHook, pkgconfig, gettext, itstool, libvirt-glib
|
||||||
, glib, gobjectIntrospection, libxml2, gtk3, gtkvnc, libvirt, spice-gtk
|
, glib, gobjectIntrospection, libxml2, gtk3, gtkvnc, libvirt, spice-gtk
|
||||||
, spice-protocol, libsoup, libosinfo, systemd, tracker, tracker-miners, vala
|
, spice-protocol, libsoup, libosinfo, systemd, tracker, tracker-miners, vala
|
||||||
, libcap, yajl, gmp, gdbm, cyrus_sasl, gnome3, librsvg, desktop-file-utils
|
, libcap, yajl, gmp, gdbm, cyrus_sasl, gnome3, librsvg, desktop-file-utils
|
||||||
@ -21,7 +21,7 @@ in stdenv.mkDerivation rec {
|
|||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
meson ninja vala pkgconfig gettext wrapGAppsHook gobjectIntrospection desktop-file-utils
|
meson ninja vala pkgconfig gettext itstool wrapGAppsHook gobjectIntrospection desktop-file-utils
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
@ -36,6 +36,15 @@ in stdenv.mkDerivation rec {
|
|||||||
gappsWrapperArgs+=(--prefix PATH : "${stdenv.lib.makeBinPath [ mtools cdrkit libcdio qemu ]}")
|
gappsWrapperArgs+=(--prefix PATH : "${stdenv.lib.makeBinPath [ mtools cdrkit libcdio qemu ]}")
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
mesonFlags = [
|
||||||
|
"-Dovirt=false"
|
||||||
|
];
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
chmod +x build-aux/post_install.py # patchShebangs requires executable file
|
||||||
|
patchShebangs build-aux/post_install.py
|
||||||
|
'';
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
updateScript = gnome3.updateScript {
|
updateScript = gnome3.updateScript {
|
||||||
packageName = "gnome-boxes";
|
packageName = "gnome-boxes";
|
||||||
|
Loading…
Reference in New Issue
Block a user