phonon_qt5_backend_gstreamer: hack-fix build

This commit is contained in:
Vladimír Čunát 2015-10-04 13:08:28 +02:00
parent afd37d9251
commit 861debbf9f

View file

@ -25,6 +25,8 @@ stdenv.mkDerivation rec {
]
++ optional debug "-DCMAKE_BUILD_TYPE=Debug";
NIX_CFLAGS_COMPILE = "-fPIC";
meta = with stdenv.lib; {
homepage = http://phonon.kde.org/;
description = "GStreamer backend for Phonon";