about summary refs log tree commit diff
path: root/pkgs/tools/misc/me_cleaner
diff options
context:
space:
mode:
authorMarkus S. Wamser <github-dev@mail2013.wamser.eu>2021-12-10 22:41:12 +0100
committerMarkus S. Wamser <github-dev@mail2013.wamser.eu>2021-12-10 22:41:12 +0100
commit567bd4b31d35e474fb08d98cb065db181920ce9c (patch)
treeeedbc1800616bb65047f6529a3949fc122502bdd /pkgs/tools/misc/me_cleaner
parent8af12f157a9fab6aff2b05582cdcf12f06b34189 (diff)
me_cleaner: switch to Python3
Diffstat (limited to 'pkgs/tools/misc/me_cleaner')
-rw-r--r--pkgs/tools/misc/me_cleaner/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/me_cleaner/default.nix b/pkgs/tools/misc/me_cleaner/default.nix
index f5e8f15247372..4872c349b20da 100644
--- a/pkgs/tools/misc/me_cleaner/default.nix
+++ b/pkgs/tools/misc/me_cleaner/default.nix
@@ -1,6 +1,6 @@
-{ lib, python2, fetchFromGitHub }:
+{ lib, python3, fetchFromGitHub }:
 
-python2.pkgs.buildPythonPackage rec {
+python3.pkgs.buildPythonPackage rec {
   pname = "me_cleaner";
   version = "1.2";