mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 10:14:48 +00:00
bluez-headers: enable strictDeps, enable structuredAttrs (#551465)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user