gtk-vnc: fix .la file

This commit is contained in:
Luca Bruno 2015-06-25 15:07:16 +02:00
parent 4bc436ca3a
commit 1baf402f8a

View File

@ -29,6 +29,11 @@ stdenv.mkDerivation rec {
makeFlags = stdenv.lib.optionalString (!enableGTK3)
"CODEGENDIR=${pygobject}/share/pygobject/2.0/codegen/ DEFSDIR=${pygtk}/share/pygtk/2.0/defs/";
# Fix broken .la files
preFixup = ''
sed 's,-lgpg-error,-L${libgpgerror}/lib -lgpg-error,' -i $out/lib/*.la
'';
meta = with stdenv.lib; {
description = "A GTK VNC widget";
maintainers = with maintainers; [ raskin offline ];