Loading pkgs/by-name/zm/zmkBATx/package.nix +13 −1 Original line number Diff line number Diff line Loading @@ -8,6 +8,18 @@ simpleBluez, simpledbus, }: let # zmkBATx is incompatible against the new ABI simpleBluez' = simpleBluez.overrideAttrs rec { version = "0.7.3"; src = fetchFromGitHub { owner = "OpenBluetoothToolbox"; repo = "SimpleBLE"; rev = "v${version}"; hash = "sha256-CPBdPnBeQ0c3VjSX0Op6nCHF3w0MdXGULbk1aavr+LM="; }; }; in stdenv.mkDerivation (finalAttrs: { pname = "zmkBATx"; Loading @@ -30,8 +42,8 @@ stdenv.mkDerivation (finalAttrs: { qt6.qtbase qt6.qtconnectivity dbus.lib simpleBluez simpledbus simpleBluez' ]; postPatch = '' Loading Loading
pkgs/by-name/zm/zmkBATx/package.nix +13 −1 Original line number Diff line number Diff line Loading @@ -8,6 +8,18 @@ simpleBluez, simpledbus, }: let # zmkBATx is incompatible against the new ABI simpleBluez' = simpleBluez.overrideAttrs rec { version = "0.7.3"; src = fetchFromGitHub { owner = "OpenBluetoothToolbox"; repo = "SimpleBLE"; rev = "v${version}"; hash = "sha256-CPBdPnBeQ0c3VjSX0Op6nCHF3w0MdXGULbk1aavr+LM="; }; }; in stdenv.mkDerivation (finalAttrs: { pname = "zmkBATx"; Loading @@ -30,8 +42,8 @@ stdenv.mkDerivation (finalAttrs: { qt6.qtbase qt6.qtconnectivity dbus.lib simpleBluez simpledbus simpleBluez' ]; postPatch = '' Loading