lol

asciinema: add setuptools to nativeBuildInputs

authored by

Martin Weinelt and committed by
Frederik Rietdijk
1751da91 00ae3641

+4
+4
pkgs/tools/misc/asciinema/default.nix
··· 16 16 hash = "sha256-ioSNd0Fjk2Fp05lk3HeokIjNYGU0jQEaIDfcFB18mV0="; 17 17 }; 18 18 19 + nativeBuildInputs = [ 20 + python3Packages.setuptools 21 + ]; 22 + 19 23 postPatch = '' 20 24 substituteInPlace tests/pty_test.py \ 21 25 --replace "python3" "${python3Packages.python}/bin/python"