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:
parent
e1d9ca4f07
commit
1797094f8b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue