libjaylink: Enable nix-update-script
Signed-off-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
parent
d30e3755f3
commit
d364584d4a
@ -3,6 +3,7 @@
|
||||
fetchFromGitLab,
|
||||
lib,
|
||||
libusb1,
|
||||
nix-update-script,
|
||||
pkg-config,
|
||||
stdenv,
|
||||
}:
|
||||
@ -33,6 +34,8 @@ stdenv.mkDerivation rec {
|
||||
install -Dm644 contrib/99-libjaylink.rules $out/lib/udev/rules.d/libjaylink.rules
|
||||
'';
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://gitlab.zapb.de/libjaylink/libjaylink";
|
||||
description = "libjaylink is a shared library written in C to access SEGGER J-Link and compatible devices";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user