mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
pulseeffects: add python3 for install script
Meson no longer propagates it so we need to re-add it.
This commit is contained in:
parent
3a8b13ef8f
commit
6c701f6578
@ -4,6 +4,7 @@
|
|||||||
, ninja
|
, ninja
|
||||||
, pkgconfig
|
, pkgconfig
|
||||||
, itstool
|
, itstool
|
||||||
|
, python3
|
||||||
, libxml2
|
, libxml2
|
||||||
, desktop-file-utils
|
, desktop-file-utils
|
||||||
, wrapGAppsHook
|
, wrapGAppsHook
|
||||||
@ -58,6 +59,7 @@ in stdenv.mkDerivation rec {
|
|||||||
pkgconfig
|
pkgconfig
|
||||||
libxml2
|
libxml2
|
||||||
itstool
|
itstool
|
||||||
|
python3
|
||||||
desktop-file-utils
|
desktop-file-utils
|
||||||
wrapGAppsHook
|
wrapGAppsHook
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user