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
, cmake
, dateutil
, python-dateutil
, dbus-python
, dnf4
, gettext
@ -54,7 +54,7 @@ buildPythonPackage rec {
];
propagatedBuildInputs = [
dateutil
python-dateutil
dbus-python
dnf4.py
libcomps