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
|
||||
, 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
|
||||
pname = "gnome-bluetooth";
|
||||
@ -18,7 +18,7 @@ in stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [
|
||||
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 = [
|
||||
glib gtk3 udev libnotify libcanberra-gtk3
|
||||
|
Loading…
Reference in New Issue
Block a user