Remove multiversion expression for tailor for easier use of custom versions
svn path=/nixpkgs/trunk/; revision=15296
This commit is contained in:
parent
e405332741
commit
c26271927a
@ -1,19 +0,0 @@
|
||||
args : with args;
|
||||
rec {
|
||||
src = fetchurl {
|
||||
url = http://darcs.arstecnica.it/tailor-0.9.31.tar.gz;
|
||||
sha256 = "1apzd6mfmhgmxffzgzwsr17gnyqj6bycn783l9105cihsfcv9v3j";
|
||||
};
|
||||
|
||||
buildInputs = [python makeWrapper];
|
||||
configureFlags = [];
|
||||
|
||||
/* doConfigure should be specified separately */
|
||||
phaseNames = ["installPythonPackage" "wrapBinContentsPython"];
|
||||
|
||||
name = "tailor-" + version;
|
||||
meta = {
|
||||
description = "Version control tools integration tool";
|
||||
};
|
||||
}
|
||||
|
@ -1,7 +1,8 @@
|
||||
args : with args;
|
||||
let version = if args ? version then args.version else "0.9.35"; in
|
||||
rec {
|
||||
src = fetchurl {
|
||||
url = http://darcs.arstecnica.it/tailor-0.9.35.tar.gz;
|
||||
url = "http://darcs.arstecnica.it/tailor-${version}.tar.gz";
|
||||
sha256 = "061acapxxn5ab3ipb5nd3nm8pk2xj67bi83jrfd6lqq3273fmdjh";
|
||||
};
|
||||
|
@ -6778,7 +6778,7 @@ let
|
||||
inherit (xlibs) xextproto libXtst inputproto;
|
||||
};
|
||||
|
||||
tailor = builderDefsPackage (selectVersion ../applications/version-management/tailor "0.9.35") {
|
||||
tailor = builderDefsPackage (import ../applications/version-management/tailor) {
|
||||
inherit makeWrapper python;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user