hexio: stay with python2

This commit is contained in:
Frederik Rietdijk
2021-04-03 17:06:09 +02:00
parent ba6f1213f0
commit ae202269fa
+4 -3
View File
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, python, pcsclite, pth }: { lib, stdenv, fetchFromGitHub, pcsclite, pth, python2 }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "hexio"; pname = "hexio";
@@ -11,8 +11,9 @@ stdenv.mkDerivation rec {
repo = "hexio"; repo = "hexio";
}; };
propagatedBuildInputs = [ python ]; strictDeps = true;
buildInputs = [ pcsclite pth ];
buildInputs = [ pcsclite pth python2 ];
patchPhase = '' patchPhase = ''
substituteInPlace Makefile \ substituteInPlace Makefile \