scrot: drop dependency on giblib
It's not used anymore, after the recent update: https://github.com/resurrecting-open-source-projects/scrot/releases/tag/1.6
This commit is contained in:
parent
ac97a56aa7
commit
b796dfa2a6
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ lib, stdenv, fetchFromGitHub, giblib, xlibsWrapper, autoreconfHook
|
||||
{ lib, stdenv, fetchFromGitHub, imlib2, xlibsWrapper, autoreconfHook
|
||||
, autoconf-archive, libXfixes, libXcomposite
|
||||
, pkg-config, gettext, libtool, intltool, gtk-doc, libbsd }:
|
||||
|
||||
|
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
|||
};
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook autoconf-archive pkg-config ];
|
||||
buildInputs = [ giblib xlibsWrapper libXfixes libXcomposite gettext libtool intltool gtk-doc libbsd ];
|
||||
buildInputs = [ imlib2 xlibsWrapper libXfixes libXcomposite gettext libtool intltool gtk-doc libbsd ];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/resurrecting-open-source-projects/scrot";
|
||||
|
|
Loading…
Reference in a new issue