mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 12:04:40 +00:00
gnome3.gnome-documents: add python3 for install script
Meson no longer propagates it so we need to re-add it.
This commit is contained in:
parent
0c4e69dd78
commit
d99291efab
@ -4,7 +4,7 @@
|
||||
, gnome-desktop, libzapojit, libgepub
|
||||
, gnome3, gdk_pixbuf, libsoup, docbook_xsl, docbook_xml_dtd_42
|
||||
, gobjectIntrospection, inkscape, poppler_utils
|
||||
, desktop-file-utils, wrapGAppsHook }:
|
||||
, desktop-file-utils, wrapGAppsHook, python3 }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "gnome-documents-${version}";
|
||||
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||
mesonFlags = [ "-Dgetting-started=true" ];
|
||||
|
||||
nativeBuildInputs = [
|
||||
meson ninja pkgconfig gettext itstool libxslt desktop-file-utils docbook_xsl docbook_xml_dtd_42 wrapGAppsHook
|
||||
meson ninja pkgconfig gettext itstool libxslt desktop-file-utils docbook_xsl docbook_xml_dtd_42 wrapGAppsHook python3
|
||||
inkscape poppler_utils # building getting started
|
||||
];
|
||||
buildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user