11 buildDunePackage rec {
15 src = fetchFromGitHub {
19 sha256 = "sha256-68zunpRIX4lrRsKJhDF3Sre6Rp3g+ntP19ObFqG57jE=";
22 nativeBuildInputs = [ pkg-config ];
23 buildInputs = [ dune-configurator ];
24 propagatedBuildInputs = [
30 homepage = "https://github.com/savonet/ocaml-flac";
31 description = "Bindings for flac";
32 license = licenses.gpl2Plus;
33 maintainers = with maintainers; [ dandellion ];