pythonPackages.dnf-plugins-core: Fix eval with allowAliases false

This was not caught when the package was introduced because of
https://github.com/NixOS/nixpkgs/pull/271123#discussion_r1442134594
This commit is contained in:
Silvan Mosberger 2024-01-04 21:23:21 +01:00
parent e1d9ca4f07
commit 1797094f8b

View file

@ -4,7 +4,7 @@
# dependencies # dependencies
, cmake , cmake
, dateutil , python-dateutil
, dbus-python , dbus-python
, dnf4 , dnf4
, gettext , gettext
@ -54,7 +54,7 @@ buildPythonPackage rec {
]; ];
propagatedBuildInputs = [ propagatedBuildInputs = [
dateutil python-dateutil
dbus-python dbus-python
dnf4.py dnf4.py
libcomps libcomps