From dbb2c294eecf29f842b6d5d64fb063d6588e72d4 Mon Sep 17 00:00:00 2001 From: Thomas Gerbet Date: Wed, 3 Sep 2025 22:18:14 +0200 Subject: [PATCH] libdnf: use util-linux instead of libsmartcols --- pkgs/by-name/li/libdnf/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/li/libdnf/package.nix b/pkgs/by-name/li/libdnf/package.nix index 37a904e477af..300593dbc6f6 100644 --- a/pkgs/by-name/li/libdnf/package.nix +++ b/pkgs/by-name/li/libdnf/package.nix @@ -10,7 +10,7 @@ check, json_c, libmodulemd, - libsmartcols, + util-linux, sqlite, librepo, libyaml, @@ -51,7 +51,7 @@ stdenv.mkDerivation rec { cppunit openssl json_c - libsmartcols + util-linux libyaml libmodulemd zchunk