bup: use python3

gstqt5
rnhmjoj 2020-10-14 16:20:36 +02:00
parent c181dca8c6
commit 23f735224c
No known key found for this signature in database
GPG Key ID: BFBAF4C975F76450
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{ stdenv, fetchFromGitHub, makeWrapper
, perl, pandoc, python2Packages, git
, perl, pandoc, python3Packages, git
, par2cmdline ? null, par2Support ? true
}:
@ -22,7 +22,7 @@ stdenv.mkDerivation {
buildInputs = [
git
(python2Packages.python.withPackages
(python3Packages.python.withPackages
(p: with p; [ setuptools tornado ]
++ stdenv.lib.optionals (!stdenv.isDarwin) [ pyxattr pylibacl fuse ]))
];