svn path=/nixpkgs/branches/kde-4.7/; revision=27996

This commit is contained in:
Eelco Dolstra 2011-07-29 08:45:58 +00:00
parent 7d06b01a34
commit 4c05eb6e2e
2 changed files with 2 additions and 0 deletions

View file

@ -18,5 +18,6 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://phonon.kde.org/;
description = "GStreamer backend for Phonon";
platforms = stdenv.lib.platforms.linux;
};
}

View file

@ -22,5 +22,6 @@ stdenv.mkDerivation rec {
homepage = http://phonon.kde.org/;
description = "Multimedia API for Qt";
license = "LGPLv2";
platforms = stdenv.lib.platforms.linux;
};
}