Commit 1797094f authored by Silvan Mosberger's avatar Silvan Mosberger
Browse files

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
parent e1d9ca4f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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