moka-icon-theme: add python3 for install script

Meson no longer propagates it so we need to re-add it.
This commit is contained in:
Jan Tojnar 2018-09-03 23:47:04 +02:00
parent 9efc9b5d91
commit b1da4f7856
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, meson, ninja, gtk3, faba-icon-theme }:
{ stdenv, fetchFromGitHub, meson, ninja, gtk3, python3, faba-icon-theme }:
stdenv.mkDerivation rec {
name = "${pname}-${version}";
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
sha256 = "015l02im4mha5z91dbchxf6xkp66d346bg3xskwg0rh3lglhjsrd";
};
nativeBuildInputs = [ meson ninja gtk3 faba-icon-theme ];
nativeBuildInputs = [ meson ninja gtk3 python3 faba-icon-theme ];
postPatch = ''
patchShebangs meson/post_install.py