bluez-headers: enable strictDeps, enable structuredAttrs (#551465)

This commit is contained in:
Stefan Frijters
2026-08-23 16:44:01 +00:00
committed by GitHub

View File

@@ -24,6 +24,8 @@ stdenv.mkDerivation (finalAttrs: {
dontConfigure = true;
dontBuild = true;
strictDeps = true;
installPhase = ''
mkdir -p $out/include/
cp -rv lib/* "$out/include/"
@@ -33,6 +35,8 @@ stdenv.mkDerivation (finalAttrs: {
inherit bluez; # inherits bluez-headers.src
};
__structuredAttrs = true;
meta = {
homepage = "https://bluez.github.io/";
description = "Official Linux Bluetooth protocol stack";