7 rustPlatform.buildRustPackage rec {
11 src = fetchFromGitHub {
15 hash = "sha256-fi4W7Z32S30kzKNVEDbV8PRyTW9fZxumBGtLn8SkI5Y=";
18 cargoHash = "sha256-ma7JVbWSiKfkCXCDwA8DFm2+KPrWR+8nSdgGSqehNg8=";
21 rustPlatform.bindgenHook
24 RUSTFLAGS = "--cfg tracing_unstable";
27 description = "User-friendly, lightweight TUI for disk imaging";
28 homepage = "https://github.com/ifd3f/caligula/";
29 license = licenses.gpl3Only;
30 maintainers = with maintainers; [
34 platforms = platforms.linux ++ platforms.darwin;
35 mainProgram = "caligula";