12 src = fetchFromSourcehut {
16 sha256 = "1vlwlm895mcvmxaxcid3vfji1zi9wjchz7divm096na4whj35cc4";
19 vendorSha256 = "sha256-QqLjz1X4uVpxhYXb/xIBwuLUhRaqwz2GDUPjBTS4ut0=";
21 nativeBuildInputs = [ makeWrapper ];
23 wrapProgram $out/bin/unflac --prefix PATH : "${lib.makeBinPath [ffmpeg]}"
28 "A command line tool for fast frame accurate audio image + cue sheet splitting";
29 homepage = "https://sr.ht/~ft/unflac/";
30 license = licenses.mit;
31 platforms = platforms.all;
32 maintainers = with maintainers; [ felipeqq2 ];