diff --git a/pkgs/desktops/kde-4.14/kdenetwork/kopete.nix b/pkgs/desktops/kde-4.14/kdenetwork/kopete.nix index 267c2b78212..f5750d60045 100644 --- a/pkgs/desktops/kde-4.14/kdenetwork/kopete.nix +++ b/pkgs/desktops/kde-4.14/kdenetwork/kopete.nix @@ -9,6 +9,7 @@ kde { patches = [ (fetchurl { + name = "kopete.patch"; url = "https://bugs.kde.org/attachment.cgi?id=91567"; sha256 = "0a44rjiqzn6v3sywm17d1741sygbvlfnbqadq7qbdj3amny014m1"; }) diff --git a/pkgs/development/libraries/phonon-backend-gstreamer/qt5/old.nix b/pkgs/development/libraries/phonon-backend-gstreamer/qt5/old.nix index 08bce2b68eb..9d1e6e72853 100644 --- a/pkgs/development/libraries/phonon-backend-gstreamer/qt5/old.nix +++ b/pkgs/development/libraries/phonon-backend-gstreamer/qt5/old.nix @@ -22,6 +22,7 @@ stdenv.mkDerivation rec { NIX_CFLAGS_COMPILE = [ # This flag should be picked up through pkgconfig, but it isn't. "-I${gst_all_1.gstreamer}/lib/gstreamer-1.0/include" + "-fPIC" ]; nativeBuildInputs = [ cmake pkgconfig ]; @@ -32,8 +33,6 @@ 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";