asciinema: add setuptools to nativeBuildInputs

This commit is contained in:
Martin Weinelt 2022-09-17 00:33:23 +02:00 committed by Frederik Rietdijk
parent 00ae36410a
commit 1751da9129

View File

@ -16,6 +16,10 @@ python3Packages.buildPythonApplication rec {
hash = "sha256-ioSNd0Fjk2Fp05lk3HeokIjNYGU0jQEaIDfcFB18mV0=";
};
nativeBuildInputs = [
python3Packages.setuptools
];
postPatch = ''
substituteInPlace tests/pty_test.py \
--replace "python3" "${python3Packages.python}/bin/python"