14 stdenv.mkDerivation rec {
18 src = fetchFromGitHub {
22 sha256 = "sha256-Ohcc8739W/EmDjOYhcMgzEPVhzbWrUYgsPLdy4qzxhY=";
26 substituteInPlace meson.build --replace \
27 "/etc/udev/rules.d" "$out/etc/udev/rules.d"
44 "INSTALL_ROOT=$(out)/"
48 mkdir -p $out/etc/udev/rules.d/
49 cp $src/Support/60-orbcode.rules $out/etc/udev/rules.d/
53 description = "Cortex M SWO SWV Demux and Postprocess for the ORBTrace";
54 homepage = "https://orbcode.org";
55 changelog = "https://github.com/orbcode/orbuculum/blob/V${version}/CHANGES.md";
56 license = licenses.bsd3;
57 maintainers = with maintainers; [ newam ];
58 platforms = platforms.linux;