Drop python3 again

the broken wrapper on my side is caused by something else
This commit is contained in:
Sandro Jäckel 2022-02-16 21:07:54 +01:00
parent 981653a661
commit 18df0921b5
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -7,7 +7,7 @@ with pkgs;
python3.pkgs.buildPythonApplication rec {
name = "nix-update";
inherit src;
buildInputs = [ makeWrapper python3 ];
buildInputs = [ makeWrapper ];
checkInputs = [
python3.pkgs.pytest
python3.pkgs.black