gnome3.gnome-bluetooth: add python3 for install script
Meson no longer propagates it so we need to re-add it.
This commit is contained in:
parent
08db7cf19b
commit
5c5736e6e2
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchurl, gnome3, meson, ninja, pkgconfig, gtk3, intltool, glib
|
{ stdenv, fetchurl, gnome3, meson, ninja, pkgconfig, gtk3, intltool, glib
|
||||||
, udev, itstool, libxml2, wrapGAppsHook, libnotify, libcanberra-gtk3, gobjectIntrospection
|
, udev, itstool, libxml2, wrapGAppsHook, libnotify, libcanberra-gtk3, gobjectIntrospection
|
||||||
, gtk-doc, docbook_xsl, docbook_xml_dtd_43 }:
|
, gtk-doc, docbook_xsl, docbook_xml_dtd_43, python3 }:
|
||||||
|
|
||||||
let
|
let
|
||||||
pname = "gnome-bluetooth";
|
pname = "gnome-bluetooth";
|
||||||
@ -18,7 +18,7 @@ in stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
meson ninja intltool itstool pkgconfig libxml2 wrapGAppsHook gobjectIntrospection
|
meson ninja intltool itstool pkgconfig libxml2 wrapGAppsHook gobjectIntrospection
|
||||||
gtk-doc docbook_xsl docbook_xml_dtd_43
|
gtk-doc docbook_xsl docbook_xml_dtd_43 python3
|
||||||
];
|
];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
glib gtk3 udev libnotify libcanberra-gtk3
|
glib gtk3 udev libnotify libcanberra-gtk3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user