···1-{ stdenv, pythonPackages, fetchFromGitHub }:
23-with pythonPackages; buildPythonApplication rec {
4 version = "3.0"; # When updating to 3.1, make sure to remove the marked line in preCheck
5 name = "buku-${version}";
6
···1+{ stdenv, python3, fetchFromGitHub }:
23+with python3.pkgs; buildPythonApplication rec {
4 version = "3.0"; # When updating to 3.1, make sure to remove the marked line in preCheck
5 name = "buku-${version}";
6