libsystemtap: python2 is needed

This commit is contained in:
Frederik Rietdijk 2021-07-27 16:29:59 +02:00
parent 9695d86309
commit f9697608d7

View file

@ -1,4 +1,4 @@
{lib, stdenv, fetchgit, gettext, python, elfutils}:
{lib, stdenv, fetchgit, gettext, python2, elfutils}:
stdenv.mkDerivation {
pname = "libsystemtap";
@ -13,7 +13,7 @@ stdenv.mkDerivation {
dontBuild = true;
nativeBuildInputs = [ gettext python elfutils ];
nativeBuildInputs = [ gettext python2 elfutils ];
installPhase = ''
mkdir -p $out/include