1 { lib, stdenv, fetchFromGitHub, autoreconfHook }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
11 sha256 = "06nwylqqji0i1isdprm2m5qsdj4qiywcgnp69c5b55pnw43f07qg";
14 nativeBuildInputs = [ autoreconfHook ];
17 description = "Fast fixed-point mp3 encoding library";
18 homepage = "https://github.com/toots/shine";
19 license = licenses.lgpl2Only;
20 maintainers = with maintainers; [ dandellion ];