Merge pull request #13124 from FRidh/buildPythonApplication

buildPythonApplication: use new function for Python applications
This commit is contained in:
Frederik Rietdijk
2016-02-23 16:02:10 +01:00
133 changed files with 195 additions and 195 deletions
@@ -1,6 +1,6 @@
{ stdenv, buildPythonPackage, fetchurl, coreutils, twisted }:
{ stdenv, buildPythonApplication, fetchurl, coreutils, twisted }:
buildPythonPackage (rec {
buildPythonApplication (rec {
name = "buildbot-slave-0.8.10";
namePrefix = "";
@@ -1,4 +1,4 @@
{ stdenv, buildPythonPackage, fetchurl, twisted, dateutil, jinja2
{ stdenv, buildPythonApplication, fetchurl, twisted, dateutil, jinja2
, sqlalchemy , sqlalchemy_migrate_0_7
, enableDebugClient ? false, pygobject ? null, pyGtkGlade ? null
}:
@@ -8,7 +8,7 @@
assert enableDebugClient -> pygobject != null && pyGtkGlade != null;
buildPythonPackage (rec {
buildPythonApplication (rec {
name = "buildbot-0.8.12";
namePrefix = "";