Merge pull request #150140 from wamserma/me_cleaner-py3

me_cleaner: switch to Python3
This commit is contained in:
Michele Guerini Rocco
2021-12-11 09:47:31 +01:00
committed by GitHub
+2 -2
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";