systemtap: move python and setuptools to nativeBuildInputs

This commit is contained in:
Nick Cao 2022-02-10 13:37:36 +08:00
parent 364b75a862
commit b0d43c3409
No known key found for this signature in database
GPG key ID: 068A56CEF48FA2C1

View file

@ -16,8 +16,8 @@ let
pname = "systemtap";
inherit version;
src = fetchgit { inherit url rev sha256; };
nativeBuildInputs = [ pkg-config cpio ];
buildInputs = [ elfutils gettext python3 python3.pkgs.setuptools ];
nativeBuildInputs = [ pkg-config cpio python3 python3.pkgs.setuptools ];
buildInputs = [ elfutils gettext ];
enableParallelBuilding = true;
};