bluez.updateScript: init

This commit is contained in:
Alyssa Ross
2024-11-18 15:34:58 +01:00
parent 1809511f5c
commit e8a6b9eff5
+5
View File
@@ -20,6 +20,7 @@
, gobject-introspection
, buildPackages
, installTests ? lib.meta.availableOn stdenv.hostPlatform gobject-introspection && stdenv.hostPlatform.emulatorAvailable buildPackages
, gitUpdater
}:
stdenv.mkDerivation (finalAttrs: {
@@ -168,6 +169,10 @@ stdenv.mkDerivation (finalAttrs: {
enableParallelBuilding = true;
passthru.updateScript = gitUpdater {
url = "https://git.kernel.org/pub/scm/bluetooth/bluez.git";
};
meta = {
homepage = "https://www.bluez.org/";
description = "Official Linux Bluetooth protocol stack";