mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-06 21:42:35 +03:00
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