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