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 python.pkgs.buildPythonApplication rec { 108 pname = "diffoscope"; 109 version = "302"; 110 - format = "setuptools"; 111 112 src = fetchurl { 113 url = "https://diffoscope.org/archive/diffoscope-${version}.tar.bz2"; ··· 134 help2man 135 installShellFiles 136 ]; 137 138 # 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
··· 107 python.pkgs.buildPythonApplication rec { 108 pname = "diffoscope"; 109 version = "302"; 110 + pyproject = true; 111 112 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 ]; 139 140 # 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