lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

pandoc-tablenos: add setuptools to nativeBuildInputs

authored by

Martin Weinelt and committed by
Sandro Jäckel
689dc263 6c521389

+5
+5
pkgs/tools/misc/pandoc-tablenos/default.nix
··· 2 2 , fetchFromGitHub 3 3 , lib 4 4 , pandoc-xnos 5 + , setuptools 5 6 }: 6 7 7 8 buildPythonApplication rec { ··· 15 16 rev = version; 16 17 sha256 = "sha256-FwzsRziY3PoySo9hIFuLw6tOO9oQij6oQEyoY8HgnII="; 17 18 }; 19 + 20 + nativeBuildInputs = [ 21 + setuptools 22 + ]; 18 23 19 24 propagatedBuildInputs = [ pandoc-xnos ]; 20 25