casync: add python3 for install script
Meson no longer propagates it so we need to re-add it.
This commit is contained in:
parent
5f33edda40
commit
2e1acfce13
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchFromGitHub
|
{ stdenv, fetchFromGitHub
|
||||||
, meson, ninja, pkgconfig, sphinx
|
, meson, ninja, pkgconfig, python3, sphinx
|
||||||
, acl, curl, fuse, libselinux, udev, xz, zstd
|
, acl, curl, fuse, libselinux, udev, xz, zstd
|
||||||
, fuseSupport ? true
|
, fuseSupport ? true
|
||||||
, selinuxSupport ? true
|
, selinuxSupport ? true
|
||||||
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
|||||||
++ stdenv.lib.optionals (fuseSupport) [ fuse ]
|
++ stdenv.lib.optionals (fuseSupport) [ fuse ]
|
||||||
++ stdenv.lib.optionals (selinuxSupport) [ libselinux ]
|
++ stdenv.lib.optionals (selinuxSupport) [ libselinux ]
|
||||||
++ stdenv.lib.optionals (udevSupport) [ udev ];
|
++ stdenv.lib.optionals (udevSupport) [ udev ];
|
||||||
nativeBuildInputs = [ meson ninja pkgconfig sphinx ];
|
nativeBuildInputs = [ meson ninja pkgconfig python3 sphinx ];
|
||||||
checkInputs = [ glibcLocales rsync ];
|
checkInputs = [ glibcLocales rsync ];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user