mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
gnome3.simple-scan: add python3 for install script
Meson no longer propagates it so we need to re-add it.
This commit is contained in:
parent
1d1af9cc4d
commit
4b50a184f3
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, meson, ninja, pkgconfig, gettext, itstool, wrapGAppsHook
|
{ stdenv, fetchurl, meson, ninja, pkgconfig, gettext, itstool, python3, wrapGAppsHook
|
||||||
, cairo, gdk_pixbuf, colord, glib, gtk, gusb, packagekit, libwebp
|
, cairo, gdk_pixbuf, colord, glib, gtk, gusb, packagekit, libwebp
|
||||||
, libxml2, sane-backends, vala, gnome3, gobjectIntrospection }:
|
, libxml2, sane-backends, vala, gnome3, gobjectIntrospection }:
|
||||||
|
|
||||||
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [ cairo gdk_pixbuf colord glib gnome3.defaultIconTheme gusb
|
buildInputs = [ cairo gdk_pixbuf colord glib gnome3.defaultIconTheme gusb
|
||||||
gtk libwebp packagekit sane-backends vala ];
|
gtk libwebp packagekit sane-backends vala ];
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
meson ninja gettext itstool pkgconfig wrapGAppsHook libxml2
|
meson ninja gettext itstool pkgconfig python3 wrapGAppsHook libxml2
|
||||||
# For setup hook
|
# For setup hook
|
||||||
gobjectIntrospection
|
gobjectIntrospection
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user