tailor: refactor from builderDefsPackage
This commit is contained in:
parent
6950c43467
commit
f295fef411
@ -1,6 +1,9 @@
|
|||||||
args @ { makeWrapper, python, ... }: with args;
|
{ stdenv, fetchurl, pythonPackages }:
|
||||||
let version = if args ? version then args.version else "0.9.35"; in
|
|
||||||
rec {
|
pythonPackages.buildPythonPackage rec {
|
||||||
|
name = "tailor-${version}";
|
||||||
|
version = "0.9.35";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
urls = [
|
urls = [
|
||||||
"http://darcs.arstecnica.it/tailor/tailor-${version}.tar.gz"
|
"http://darcs.arstecnica.it/tailor/tailor-${version}.tar.gz"
|
||||||
@ -9,13 +12,6 @@ rec {
|
|||||||
sha256 = "061acapxxn5ab3ipb5nd3nm8pk2xj67bi83jrfd6lqq3273fmdjh";
|
sha256 = "061acapxxn5ab3ipb5nd3nm8pk2xj67bi83jrfd6lqq3273fmdjh";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [python makeWrapper];
|
|
||||||
configureFlags = [];
|
|
||||||
|
|
||||||
/* doConfigure should be specified separately */
|
|
||||||
phaseNames = ["installPythonPackage" "wrapBinContentsPython"];
|
|
||||||
|
|
||||||
name = "tailor-" + version;
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Version control tools integration tool";
|
description = "Version control tools integration tool";
|
||||||
};
|
};
|
||||||
|
@ -13401,7 +13401,7 @@ let
|
|||||||
numpy pyasn1 mock zope_interface;
|
numpy pyasn1 mock zope_interface;
|
||||||
};
|
};
|
||||||
|
|
||||||
tailor = builderDefsPackage (callPackage ../applications/version-management/tailor) {};
|
tailor = callPackage ../applications/version-management/tailor {};
|
||||||
|
|
||||||
tangogps = callPackage ../applications/misc/tangogps {
|
tangogps = callPackage ../applications/misc/tangogps {
|
||||||
gconf = gnome.GConf;
|
gconf = gnome.GConf;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user