buildPythonApplication: use new function for Python applications
This commit is contained in:
@@ -17,7 +17,7 @@ let
|
||||
];
|
||||
|
||||
in
|
||||
pythonPackages.buildPythonPackage rec {
|
||||
pythonPackages.buildPythonApplication rec {
|
||||
name = "ocropus-${version}";
|
||||
version = "20150316";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user