errbot: use buildPythonApplication

This commit is contained in:
Robin Gloster
2016-09-12 19:55:08 +02:00
parent 55de97e020
commit f1f856ada7

View File

@@ -1,6 +1,6 @@
{ stdenv, fetchurl, pythonPackages }:
pythonPackages.buildPythonPackage rec {
pythonPackages.buildPythonApplication rec {
name = "errbot-${version}";
version = "4.2.2";