1 { lib, eggDerivation, fetchegg, z3 }:
4 eggs = import ./eggs.nix { inherit eggDerivation fetchegg; };
10 name = "${pname}-${version}";
15 sha256 = "1l5zkr6b8l5dw9p5mimbva0ncqw1sbvp3d4cywm1hqx2m03a0f1n";
18 buildInputs = with eggs; [
38 homepage = "https://www.kitten-technologies.co.uk/project/ugarit/";
39 description = "Backup/archival system based around content-addressible storage";
40 license = licenses.bsd3;
41 maintainers = [ maintainers.ebzzry ];
42 platforms = platforms.unix;