12 stdenv.mkDerivation rec {
14 version = "0.4.0.unstable-2024-10-17";
16 src = fetchFromGitHub {
19 rev = "770a6ed4badec1c6e3079cd9b354d0996d55b326";
20 hash = "sha256-Lj72uYItTxTVYcSEbr/XezeyFvrcqqMTu74tOE+DwJE=";
27 dtc # The dtc binary to compile device trees
39 homepage = "https://github.com/amboar/culvert";
40 description = "A Test and Debug Tool for BMC AHB Interfaces ";
41 mainProgram = "culvert";
42 license = licenses.asl20;
43 maintainers = [ maintainers.baloo ];
44 platforms = platforms.linux;