summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Meyer <49727155+katexochen@users.noreply.github.com>2023-11-23 20:12:05 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-11-26 14:07:33 +0000
commit8eac21272a37ead3b210e513fdbc342e8fee3a6b (patch)
tree694da7ecee983c05cf320c3f681ee512ba120180
parentMerge pull request #270140 from NixOS/backport-269889-to-release-23.11 (diff)
downloadnixpkgs-8eac21272a37ead3b210e513fdbc342e8fee3a6b.tar.gz
dnf5: 5.1.7 -> 5.1.8
Adding `libyaml`, as the following output was observed: dnf5> -- Checking for module 'modulemd-2.0>=2.11.2' dnf5> -- Found modulemd-2.0, version 2.15.0 dnf5> Package yaml-0.1 was not found in the pkg-config search path. dnf5> Perhaps you should add the directory containing `yaml-0.1.pc' dnf5> to the PKG_CONFIG_PATH environment variable dnf5> Package 'yaml-0.1', required by 'modulemd-2.0', not found (cherry picked from commit 0890159e5c99068cc54c235a169f7a85ea8bf2d5)
-rw-r--r--pkgs/tools/package-management/dnf5/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/tools/package-management/dnf5/default.nix b/pkgs/tools/package-management/dnf5/default.nix
index 97c9ba29b6a7..d33bc6b5100c 100644
--- a/pkgs/tools/package-management/dnf5/default.nix
+++ b/pkgs/tools/package-management/dnf5/default.nix
@@ -14,6 +14,7 @@
, libsmartcols
, libsolv
, libxml2
+, libyaml
, pcre2
, rpm
, sdbus-cpp
@@ -25,13 +26,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "dnf5";
- version = "5.1.7";
+ version = "5.1.8";
src = fetchFromGitHub {
owner = "rpm-software-management";
repo = "dnf5";
rev = finalAttrs.version;
- hash = "sha256-SXgl4YFWl1A3N2/IkDftvBl6Rwhnymxe8AqqaekGHTc=";
+ hash = "sha256-4ht2KraWKL774QPfZz1OgAuFtPVsMis9WiDS+QFP8JY=";
};
nativeBuildInputs = [ cmake createrepo_c gettext help2man pkg-config ];
@@ -44,6 +45,7 @@ stdenv.mkDerivation (finalAttrs: {
libsmartcols
libsolv
libxml2
+ libyaml
pcre2.dev
rpm
sdbus-cpp