Remove unused lines

svn path=/nixpkgs/trunk/; revision=21780
This commit is contained in:
Yury G. Kudryashov 2010-05-15 09:49:07 +00:00
parent 52c65a1e62
commit e69bf4f278

View File

@ -1,7 +1,5 @@
{ stdenv, fetchurl, fetchgit, cmake, qt4, kdelibs, automoc4, phonon, perl
, v ? "0.4.0" }:
let
s = import ./source.nix { inherit fetchurl fetchgit; }; in
stdenv.mkDerivation (
builtins.getAttr v (import ./source.nix { inherit fetchurl fetchgit; })