bluez: python3.pkgs -> python3Packages

python3.pkgs does not splice properly.
This commit is contained in:
Alyssa Ross 2024-09-15 09:46:45 +02:00
parent dd01ad2d69
commit 478bc3b40c
No known key found for this signature in database
GPG Key ID: F9DBED4859B271C0

View File

@ -11,7 +11,7 @@
, json_c
, libical
, pkg-config
, python3
, python3Packages
, readline
, systemdMinimal
, udev
@ -54,7 +54,7 @@ stdenv.mkDerivation (finalAttrs: {
glib
json_c
libical
python3
python3Packages.python
readline
udev
];
@ -62,7 +62,7 @@ stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [
docutils
pkg-config
python3.pkgs.wrapPython
python3Packages.wrapPython
];
outputs = [ "out" "dev" ]
@ -122,7 +122,7 @@ stdenv.mkDerivation (finalAttrs: {
doCheck = stdenv.hostPlatform.isx86_64;
postInstall = let
pythonPath = with python3.pkgs; [
pythonPath = with python3Packages; [
dbus-python
pygobject3
];