1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 22:20:51 +00:00

webkitgtk24x: prune libtool files

This fixes the build of claws-mail.override { enablePluginFancy = true; },
otherwise the linking fails to find transitive gst libraries.
This commit is contained in:
Orivej Desh 2018-09-09 13:50:55 +00:00
parent 2a5fa8b016
commit be32141cb0

View file

@ -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 = [