Skip to content

Commit

Permalink
libsecret: use python3Packages instead of python3.pkgs to fix cross c…
Browse files Browse the repository at this point in the history
…ompilation

See: #211340
  • Loading branch information
oxalica committed Nov 9, 2024
1 parent d2d4c4f commit 5603917
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/by-name/li/libsecret/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
, gettext
, libxslt
, python3
, python3Packages
, docbook-xsl-nons
, docbook_xml_dtd_42
, libgcrypt
Expand Down Expand Up @@ -72,8 +73,8 @@ stdenv.mkDerivation rec {

nativeCheckInputs = [
python3
python3.pkgs.dbus-python
python3.pkgs.pygobject3
python3Packages.dbus-python
python3Packages.pygobject3
dbus
gjs
];
Expand Down

0 comments on commit 5603917

Please sign in to comment.