mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-19 22:30:23 +00:00
libmicrohttpd: drop libgcrypt (#563739)
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
libgcrypt,
|
||||
curl,
|
||||
gnutls,
|
||||
pkg-config,
|
||||
@@ -24,7 +23,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
];
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [
|
||||
libgcrypt
|
||||
curl
|
||||
gnutls
|
||||
libiconv
|
||||
|
||||
Reference in New Issue
Block a user