Unverified Commit 70bb20b7 authored by Artturi's avatar Artturi Committed by GitHub
Browse files

Merge pull request #88785 from NickHu/parcellite

parents 97b31ef6 d47aeafc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ lib, stdenv, fetchFromGitHub, autoreconfHook
, gtk2, hicolor-icon-theme, intltool, pkg-config
, which, wrapGAppsHook, xdotool }:
, which, wrapGAppsHook, xdotool, libappindicator-gtk2 }:

stdenv.mkDerivation rec {
  pname = "parcellite";
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
  };

  nativeBuildInputs = [ autoreconfHook intltool pkg-config wrapGAppsHook ];
  buildInputs = [ gtk2 hicolor-icon-theme ];
  buildInputs = [ gtk2 hicolor-icon-theme libappindicator-gtk2 ];
  NIX_LDFLAGS = "-lgio-2.0";

  preFixup = ''