errbot: use buildPythonApplication
This commit is contained in:
parent
55de97e020
commit
f1f856ada7
@ -1,6 +1,6 @@
|
||||
{ stdenv, fetchurl, pythonPackages }:
|
||||
|
||||
pythonPackages.buildPythonPackage rec {
|
||||
pythonPackages.buildPythonApplication rec {
|
||||
name = "errbot-${version}";
|
||||
version = "4.2.2";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user