Remove erroneous mkDerivation
svn path=/nixpkgs/trunk/; revision=20145
This commit is contained in:
parent
95c065f33f
commit
1966b6bde5
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchurl, python, setuptools, ... }:
|
{ stdenv, fetchurl, python, setuptools, ... }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
rec {
|
||||||
name = "flup-1.0.2";
|
name = "flup-1.0.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user