mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
parcellite: link with libgio-2.0 explicitely
This commit is contained in:
parent
a6d2bff765
commit
86b97b22b6
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue