8 stdenv.mkDerivation rec {
9 pname = "sigrok-firmware-fx2lafw";
10 version = "0.1.7-unstable-2024-02-03";
13 url = "git://sigrok.org/sigrok-firmware-fx2lafw";
14 rev = "0f2d3242ffb5582e5b9a018ed9ae9812d517a56e";
15 hash = "sha256-xveVcwAwtqKGD3/UvnBz5ASvTyg/6jAlTedZElhV2HE=";
18 enableParallelBuilding = true;
20 nativeBuildInputs = [ autoreconfHook sdcc ];
23 description = "Firmware for FX2 logic analyzers";
24 homepage = "https://sigrok.org/";
26 # licensing details explained in:
27 # https://sigrok.org/gitweb/?p=sigrok-firmware-fx2lafw.git;a=blob;f=README;hb=HEAD#l122
28 license = with licenses; [
30 lgpl21Plus # fx2lib, Hantek 6022BE, Sainsmart DDS120 firmwares
33 sourceProvenance = with sourceTypes; [ fromSource ];
34 platforms = platforms.all;
35 maintainers = with maintainers; [ panicgh vifino ];