me_cleaner: switch to Python3

This commit is contained in:
Markus S. Wamser 2021-12-10 22:41:12 +01:00
parent 8af12f157a
commit 567bd4b31d

View file

@ -1,6 +1,6 @@
{ lib, python2, fetchFromGitHub }:
{ lib, python3, fetchFromGitHub }:
python2.pkgs.buildPythonPackage rec {
python3.pkgs.buildPythonPackage rec {
pname = "me_cleaner";
version = "1.2";