* Fix Hydra evaluation.

svn path=/nixpkgs/trunk/; revision=22955
This commit is contained in:
Eelco Dolstra 2010-08-05 08:38:39 +00:00
parent 7dfbad8c44
commit 9e2e347f28
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ stdenv.mkDerivation {
meta = {
description = "VideoLAN backend for Phonon multimedia framework";
inherit (qt47) platforms;
inherit (qt47.meta) platforms;
maintainers = [ stdenv.lib.maintainers.urkud ];
};
}