Merge pull request #133769 from rb2k/patch-5
libdnf: add zchunk support
This commit is contained in:
commit
21ca2cb922
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
{ gcc9Stdenv, lib, stdenv, fetchFromGitHub, cmake, gettext, pkg-config, gpgme, libsolv, openssl, check
|
{ 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 {
|
gcc9Stdenv.mkDerivation rec {
|
||||||
pname = "libdnf";
|
pname = "libdnf";
|
||||||
|
@ -26,6 +26,7 @@ gcc9Stdenv.mkDerivation rec {
|
||||||
libsmartcols
|
libsmartcols
|
||||||
libyaml
|
libyaml
|
||||||
libmodulemd
|
libmodulemd
|
||||||
|
zchunk
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
@ -51,7 +52,6 @@ gcc9Stdenv.mkDerivation rec {
|
||||||
"-DWITH_GTKDOC=OFF"
|
"-DWITH_GTKDOC=OFF"
|
||||||
"-DWITH_HTML=OFF"
|
"-DWITH_HTML=OFF"
|
||||||
"-DWITH_BINDINGS=OFF"
|
"-DWITH_BINDINGS=OFF"
|
||||||
"-DWITH_ZCHUNK=OFF"
|
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|
Loading…
Reference in a new issue