osslsigncode: drop libgsf from buildInputs

- not needed anymore, see https://github.com/mtrojnar/osslsigncode/releases/tag/2.2
launchpad/nixpkgs/master
Pavol Rusnak 3 years ago
parent 3bb2af26e8
commit c1821209d8
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
  1. 10
      pkgs/development/tools/osslsigncode/default.nix

@ -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…
Cancel
Save