libsecret: use python3Packages instead of python3.pkgs to fix cross compilation (#347441)

This commit is contained in:
Colin
2024-11-23 00:56:24 +00:00
committed by GitHub
+3 -2
View File
@@ -9,6 +9,7 @@
, gettext
, libxslt
, python3
, python3Packages
, docbook-xsl-nons
, docbook_xml_dtd_42
, libgcrypt
@@ -72,8 +73,8 @@ stdenv.mkDerivation rec {
nativeCheckInputs = [
python3
python3.pkgs.dbus-python
python3.pkgs.pygobject3
python3Packages.dbus-python
python3Packages.pygobject3
dbus
gjs
];