mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-05 17:56:46 +01:00
phonon_qt5_backend_gstreamer: hack-fix build
This commit is contained in:
parent
afd37d9251
commit
861debbf9f
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue