Fixed tailor expression

svn path=/nixpkgs/trunk/; revision=11941
This commit is contained in:
Michael Raskin
2008-05-31 07:26:13 +00:00
parent 18d227c98d
commit 47e9ed0386
4 changed files with 21 additions and 5 deletions
@@ -5,11 +5,11 @@ rec {
sha256 = "1apzd6mfmhgmxffzgzwsr17gnyqj6bycn783l9105cihsfcv9v3j";
};
buildInputs = [python];
buildInputs = [python makeWrapper];
configureFlags = [];
/* doConfigure should be specified separately */
phaseNames = ["installPythonPackage"];
phaseNames = ["installPythonPackage" "wrapBinContentsPython"];
name = "tailor-" + version;
meta = {