parcellite: link with libgio-2.0 explicitely

This commit is contained in:
Piotr Bogdan 2019-01-04 19:33:50 +00:00
parent a6d2bff765
commit 86b97b22b6

View file

@ -15,6 +15,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autoreconfHook intltool pkgconfig wrapGAppsHook ];
buildInputs = [ gtk2 hicolor-icon-theme ];
NIX_LDFLAGS = [ "-lgio-2.0" ];
preFixup = ''
# Need which and xdotool on path to fix auto-pasting.