libinjection: stay with python2

This commit is contained in:
Frederik Rietdijk 2021-03-26 10:49:29 +01:00
parent 7686edc5ae
commit cca1d52bbc

View file

@ -1,5 +1,5 @@
{ lib, stdenv, fetchFromGitHub
, python
, python2
}:
stdenv.mkDerivation rec {
@ -13,7 +13,9 @@ stdenv.mkDerivation rec {
sha256 = "0chsgam5dqr9vjfhdcp8cgk7la6nf3lq44zs6z6si98cq743550g";
};
nativeBuildInputs = [ python ];
nativeBuildInputs = [ python2 ];
strictDeps = true;
patchPhase = ''
patchShebangs src