10 stdenv.mkDerivation rec {
14 src = fetchFromGitHub {
18 hash = "sha256-ZMUUa8CmpFNparPsM/P2yvRto9E85EdTxpID5sKQbNI=";
30 description = "CUE Sheet Parser Library";
32 libcue is intended to parse a so called cue sheet from a char string or
33 a file pointer. For handling of the parsed data a convenient API is
36 homepage = "https://github.com/lipnitsk/libcue";
37 license = licenses.gpl2Only;
38 maintainers = with maintainers; [ astsmtl ];
39 platforms = platforms.unix;