tdnf: fixup support for rpm >= 4.19
This commit is contained in:
parent
27d7247c36
commit
ba0feae014
@ -1,6 +1,7 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, stdenv
|
, stdenv
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
|
, fetchpatch2
|
||||||
, cmake
|
, cmake
|
||||||
, curl
|
, curl
|
||||||
, gpgme
|
, gpgme
|
||||||
@ -23,6 +24,14 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
hash = "sha256-p9g+b7Fqq8V6QSaikEQMMHWqBf4UtRA9a/VtH+s5JUM=";
|
hash = "sha256-p9g+b7Fqq8V6QSaikEQMMHWqBf4UtRA9a/VtH+s5JUM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
patches = [
|
||||||
|
# Support for rpm >= 4.19
|
||||||
|
(fetchpatch2 {
|
||||||
|
url = "https://patch-diff.githubusercontent.com/raw/vmware/tdnf/pull/410.patch";
|
||||||
|
hash = "sha256-p/ix5O1J/lj2fw7qJokT+wPN4ROoulnVqByfxgFvuEo=";
|
||||||
|
})
|
||||||
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
cmake
|
cmake
|
||||||
pkg-config
|
pkg-config
|
||||||
|
Loading…
Reference in New Issue
Block a user