libsecret: use python3Packages instead of python3.pkgs to fix cross compilation (#347441)
This commit is contained in:
commit
41153887f0
@ -9,6 +9,7 @@
|
|||||||
, gettext
|
, gettext
|
||||||
, libxslt
|
, libxslt
|
||||||
, python3
|
, python3
|
||||||
|
, python3Packages
|
||||||
, docbook-xsl-nons
|
, docbook-xsl-nons
|
||||||
, docbook_xml_dtd_42
|
, docbook_xml_dtd_42
|
||||||
, libgcrypt
|
, libgcrypt
|
||||||
@ -72,8 +73,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeCheckInputs = [
|
nativeCheckInputs = [
|
||||||
python3
|
python3
|
||||||
python3.pkgs.dbus-python
|
python3Packages.dbus-python
|
||||||
python3.pkgs.pygobject3
|
python3Packages.pygobject3
|
||||||
dbus
|
dbus
|
||||||
gjs
|
gjs
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user