13 stdenv.mkDerivation (finalAttrs: {
17 src = fetchFromGitHub {
20 rev = "v${finalAttrs.version}";
21 fetchSubmodules = true;
22 hash = "sha256-mPBtffqd0+B7J8FxolzOarCyJIZBWkWPBbqZlhX0VSY=";
26 ln -s ${callPackage ./deps.nix { }} $ZIG_GLOBAL_CACHE_DIR/p
35 installManPage man/linuxwave.1
39 homepage = "https://github.com/orhun/linuxwave";
40 description = "Generate music from the entropy of Linux";
41 changelog = "https://github.com/orhun/linuxwave/blob/${finalAttrs.src.rev}/CHANGELOG.md";
42 license = lib.licenses.mit;
43 maintainers = with lib.maintainers; [ figsoda ];
44 inherit (zig.meta) platforms;
45 mainProgram = "linuxwave";