folks: only depend on Python 3

For some reason we depended on both.
This commit is contained in:
Jan Tojnar
2019-12-29 11:21:08 +01:00
parent e4bd8a6fab
commit b842dfd6e4
@@ -21,7 +21,6 @@
, libsecret , libsecret
, db , db
, python3 , python3
, python
, readline , readline
, gtk3 , gtk3
}: }:
@@ -51,7 +50,6 @@ stdenv.mkDerivation rec {
meson meson
ninja ninja
pkgconfig pkgconfig
python
python3 python3
vala vala
]; ];