ddar: explicitly use python2
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ lib, buildPythonApplication, fetchFromGitHub, protobuf, roundup }:
|
||||
{ lib, python2, fetchFromGitHub, roundup }:
|
||||
|
||||
buildPythonApplication rec {
|
||||
python2.pkgs.buildPythonApplication rec {
|
||||
pname = "ddar";
|
||||
version = "1.0";
|
||||
|
||||
@@ -23,7 +23,7 @@ buildPythonApplication rec {
|
||||
make -f Makefile.prep synctus/ddar_pb2.py
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [ protobuf ];
|
||||
propagatedBuildInputs = with python2.pkgs; [ protobuf ];
|
||||
|
||||
checkInputs = [ roundup ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user