osslsigncode: drop libgsf from buildInputs
- not needed anymore, see https://github.com/mtrojnar/osslsigncode/releases/tag/2.2
This commit is contained in:
parent
3bb2af26e8
commit
c1821209d8
1 changed files with 6 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
{ lib, stdenv
|
||||
{ lib
|
||||
, stdenv
|
||||
, fetchFromGitHub
|
||||
, autoreconfHook
|
||||
, libgsf
|
||||
, pkg-config
|
||||
, openssl
|
||||
, curl
|
||||
, openssl
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
@ -18,7 +18,9 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "sha256-/YKj6JkVbQ4Fz+KSmBIRQ7F7A8fxi5Eg+pvKwhjpGYQ=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook libgsf pkg-config openssl curl ];
|
||||
nativeBuildInputs = [ autoreconfHook pkg-config ];
|
||||
|
||||
buildInputs = [ curl openssl ];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/mtrojnar/osslsigncode";
|
||||
|
|
Loading…
Reference in a new issue