summary refs log tree commit diff
diff options
context:
space:
mode:
authorOrivej Desh <orivej@gmx.fr>2018-09-09 13:50:55 +0000
committerOrivej Desh <orivej@gmx.fr>2018-09-09 14:11:32 +0000
commitbe32141cb023952ba83addb37990060b5dfe26f7 (patch)
treefa9173608a23fe5399f1bbe00cbfa7883e28b3b6
parent2a5fa8b016ef1670b0fba9d0ba09537a29250f5e (diff)
downloadnixlib-be32141cb023952ba83addb37990060b5dfe26f7.tar
nixlib-be32141cb023952ba83addb37990060b5dfe26f7.tar.gz
nixlib-be32141cb023952ba83addb37990060b5dfe26f7.tar.bz2
nixlib-be32141cb023952ba83addb37990060b5dfe26f7.tar.lz
nixlib-be32141cb023952ba83addb37990060b5dfe26f7.tar.xz
nixlib-be32141cb023952ba83addb37990060b5dfe26f7.tar.zst
nixlib-be32141cb023952ba83addb37990060b5dfe26f7.zip
webkitgtk24x: prune libtool files
This fixes the build of claws-mail.override { enablePluginFancy = true; },
otherwise the linking fails to find transitive gst libraries.
-rw-r--r--pkgs/development/libraries/webkitgtk/2.4.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/webkitgtk/2.4.nix b/pkgs/development/libraries/webkitgtk/2.4.nix
index 707abf1d30e6..7b62de69123d 100644
--- a/pkgs/development/libraries/webkitgtk/2.4.nix
+++ b/pkgs/development/libraries/webkitgtk/2.4.nix
@@ -1,5 +1,5 @@
 { stdenv, fetchurl, fetchpatch, perl, python, ruby, bison, gperf, flex
-, pkgconfig, which, gettext, gobjectIntrospection
+, pkgconfig, which, gettext, gobjectIntrospection, pruneLibtoolFiles
 , gtk2, gtk3, wayland, libwebp, enchant, sqlite
 , libxml2, libsoup, libsecret, libxslt, harfbuzz, xorg
 , gst-plugins-base, libobjc
@@ -86,7 +86,7 @@ stdenv.mkDerivation rec {
 
   nativeBuildInputs = [
     perl python ruby bison gperf flex
-    pkgconfig which gettext gobjectIntrospection
+    pkgconfig which gettext gobjectIntrospection pruneLibtoolFiles
   ];
 
   buildInputs = [