Fix the cleanup-induced problems

svn path=/nixpkgs/trunk/; revision=18554
This commit is contained in:
Michael Raskin
2009-11-23 12:21:34 +00:00
parent 0df5c155c6
commit bbd6e56d69
5 changed files with 22 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchurl, python, setuptools }:
{ stdenv, fetchurl, python, setuptools, ... }:
stdenv.mkDerivation rec {
name = "flup-r2311";
@@ -10,6 +10,8 @@ stdenv.mkDerivation rec {
buildInputs = [ python setuptools ];
phaseNames = ["addInputs" "createPythonInstallationTarget" "installPythonPackage"];
meta = {
description = "FastCGI Python module set";
};