···107python.pkgs.buildPythonApplication rec {
108 pname = "diffoscope";
109 version = "302";
110- format = "setuptools";
111112 src = fetchurl {
113 url = "https://diffoscope.org/archive/diffoscope-${version}.tar.bz2";
···134 help2man
135 installShellFiles
136 ];
00137138 # Most of the non-Python dependencies here are optional command-line tools for various file-format parsers.
139 # To help figuring out what's missing from the list, run: ./pkgs/tools/misc/diffoscope/list-missing-tools.sh
···107python.pkgs.buildPythonApplication rec {
108 pname = "diffoscope";
109 version = "302";
110+ pyproject = true;
111112 src = fetchurl {
113 url = "https://diffoscope.org/archive/diffoscope-${version}.tar.bz2";
···134 help2man
135 installShellFiles
136 ];
137+138+ build-system = with python.pkgs; [ setuptools ];
139140 # Most of the non-Python dependencies here are optional command-line tools for various file-format parsers.
141 # To help figuring out what's missing from the list, run: ./pkgs/tools/misc/diffoscope/list-missing-tools.sh