libdnf: add zchunk support

This commit is contained in:
Marc Seeger 2021-08-13 06:26:52 -07:00 committed by GitHub
parent 5fc7992364
commit 512885dc70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
{ gcc9Stdenv, lib, stdenv, fetchFromGitHub, cmake, gettext, pkg-config, gpgme, libsolv, openssl, check
, json_c, libmodulemd, libsmartcols, sqlite, librepo, libyaml, rpm }:
, json_c, libmodulemd, libsmartcols, sqlite, librepo, libyaml, rpm, zchunk }:
gcc9Stdenv.mkDerivation rec {
pname = "libdnf";
@ -26,6 +26,7 @@ gcc9Stdenv.mkDerivation rec {
libsmartcols
libyaml
libmodulemd
zchunk
];
propagatedBuildInputs = [
@ -51,7 +52,6 @@ gcc9Stdenv.mkDerivation rec {
"-DWITH_GTKDOC=OFF"
"-DWITH_HTML=OFF"
"-DWITH_BINDINGS=OFF"
"-DWITH_ZCHUNK=OFF"
];
meta = with lib; {