diffoscope: convert to pyproject = true (#428911)

authored by Sandro and committed by GitHub 8396333e 4ce2e925

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