phonon-backend-gstreamer: fix install destination
This commit is contained in:
parent
47c5b16643
commit
b656d78ecb
@ -18,6 +18,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ cmake automoc4 pkgconfig ];
|
nativeBuildInputs = [ cmake automoc4 pkgconfig ];
|
||||||
|
|
||||||
|
cmakeFlags = [ "-DCMAKE_INSTALL_LIBDIR=lib" ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://phonon.kde.org/;
|
homepage = http://phonon.kde.org/;
|
||||||
description = "GStreamer backend for Phonon";
|
description = "GStreamer backend for Phonon";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user