forked from mirrors/nixpkgs
corebird: add python3 for install script
Meson no longer propagates it so we need to re-add it.
This commit is contained in:
parent
6c701f6578
commit
123556ed5f
|
@ -1,6 +1,6 @@
|
|||
{ stdenv, fetchFromGitHub, glib, gtk3, json-glib, sqlite, libsoup, gettext, vala_0_40
|
||||
, meson, ninja, pkgconfig, gnome3, gst_all_1, wrapGAppsHook, gobjectIntrospection
|
||||
, glib-networking }:
|
||||
, glib-networking, python3 }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "1.7.4";
|
||||
|
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
|||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
meson ninja vala_0_40 pkgconfig wrapGAppsHook
|
||||
meson ninja vala_0_40 pkgconfig wrapGAppsHook python3
|
||||
gobjectIntrospection # for setup hook
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue