hexio: stay with python2
This commit is contained in:
parent
ba6f1213f0
commit
ae202269fa
|
@ -1,4 +1,4 @@
|
|||
{ lib, stdenv, fetchFromGitHub, python, pcsclite, pth }:
|
||||
{ lib, stdenv, fetchFromGitHub, pcsclite, pth, python2 }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "hexio";
|
||||
|
@ -11,8 +11,9 @@ stdenv.mkDerivation rec {
|
|||
repo = "hexio";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ python ];
|
||||
buildInputs = [ pcsclite pth ];
|
||||
strictDeps = true;
|
||||
|
||||
buildInputs = [ pcsclite pth python2 ];
|
||||
|
||||
patchPhase = ''
|
||||
substituteInPlace Makefile \
|
||||
|
|
Loading…
Reference in New Issue