mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
networkmanagerapplet: add python3 for install script
Meson no longer propagates it so we need to re-add it.
This commit is contained in:
parent
123556ed5f
commit
9efc9b5d91
@ -1,7 +1,7 @@
|
||||
{ stdenv, fetchurl, meson, ninja, intltool, gtk-doc, pkgconfig, networkmanager, gnome3
|
||||
, libnotify, libsecret, polkit, isocodes, modemmanager, libxml2, docbook_xsl, docbook_xml_dtd_43
|
||||
, mobile-broadband-provider-info, glib-networking, gsettings-desktop-schemas
|
||||
, libgudev, jansson, wrapGAppsHook, gobjectIntrospection
|
||||
, libgudev, jansson, wrapGAppsHook, gobjectIntrospection, python3
|
||||
, libappindicator-gtk3, withGnome ? false }:
|
||||
|
||||
let
|
||||
@ -31,7 +31,7 @@ in stdenv.mkDerivation rec {
|
||||
libappindicator-gtk3
|
||||
] ++ stdenv.lib.optionals withGnome [ gnome3.gcr ]; # advanced certificate chooser
|
||||
|
||||
nativeBuildInputs = [ meson ninja intltool pkgconfig wrapGAppsHook gobjectIntrospection gtk-doc docbook_xsl docbook_xml_dtd_43 libxml2 ];
|
||||
nativeBuildInputs = [ meson ninja intltool pkgconfig wrapGAppsHook gobjectIntrospection python3 gtk-doc docbook_xsl docbook_xml_dtd_43 libxml2 ];
|
||||
|
||||
postPatch = ''
|
||||
chmod +x meson_post_install.py # patchShebangs requires executable file
|
||||
|
Loading…
Reference in New Issue
Block a user