Remove erroneous mkDerivation

svn path=/nixpkgs/trunk/; revision=20145
This commit is contained in:
Michael Raskin 2010-02-21 07:34:50 +00:00
parent 95c065f33f
commit 1966b6bde5

View File

@ -1,6 +1,6 @@
{ stdenv, fetchurl, python, setuptools, ... }:
stdenv.mkDerivation rec {
rec {
name = "flup-1.0.2";
src = fetchurl {