···107107python.pkgs.buildPythonApplication rec {
108108 pname = "diffoscope";
109109 version = "302";
110110- format = "setuptools";
110110+ pyproject = true;
111111112112 src = fetchurl {
113113 url = "https://diffoscope.org/archive/diffoscope-${version}.tar.bz2";
···134134 help2man
135135 installShellFiles
136136 ];
137137+138138+ build-system = with python.pkgs; [ setuptools ];
137139138140 # Most of the non-Python dependencies here are optional command-line tools for various file-format parsers.
139141 # To help figuring out what's missing from the list, run: ./pkgs/tools/misc/diffoscope/list-missing-tools.sh