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
commit 41153887f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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
];