Fixed tailor expression
svn path=/nixpkgs/trunk/; revision=11941
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user