phonon-backend-gstreamer: fix install destination

This commit is contained in:
Evgeny Egorochkin 2013-12-31 10:11:12 +02:00
parent 47c5b16643
commit b656d78ecb

View file

@ -18,6 +18,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake automoc4 pkgconfig ];
cmakeFlags = [ "-DCMAKE_INSTALL_LIBDIR=lib" ];
meta = {
homepage = http://phonon.kde.org/;
description = "GStreamer backend for Phonon";