libsecret: use python3Packages instead of python3.pkgs to fix cross compilation

See: https://github.com/NixOS/nixpkgs/issues/211340
This commit is contained in:
oxalica
2024-11-09 10:17:51 -05:00
parent d2d4c4f350
commit 5603917292
+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
];