boxfort: use python3Packages instead of python37Packages

This commit is contained in:
Sandro Jäckel 2021-08-30 00:59:43 +02:00 committed by Martin Weinelt
parent 081a0fa202
commit 84f13d408f

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, meson, ninja, python37Packages }:
{ lib, stdenv, fetchFromGitHub, meson, ninja, python3Packages }:
stdenv.mkDerivation rec {
version = "unstable-2019-10-09";
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
patchShebangs ci/isdir.py
'';
checkInputs = with python37Packages; [ cram ];
checkInputs = with python3Packages; [ cram ];
doCheck = true;