Loading pkgs/development/libraries/libmad/default.nix +20 −1 Original line number Diff line number Diff line { lib, stdenv, fetchurl, fetchpatch, autoconf }: { lib , stdenv , fetchurl , fetchpatch , autoconf # for passthru.tests , audacity , mpd , mpg321 , normalize , ocamlPackages , streamripper , vlc }: stdenv.mkDerivation rec { pname = "libmad"; Loading Loading @@ -53,6 +67,11 @@ stdenv.mkDerivation rec { preConfigure = "autoconf"; passthru.tests = { inherit audacity mpd mpg321 normalize streamripper vlc; ocaml-mad = ocamlPackages.mad; }; meta = with lib; { homepage = "https://sourceforge.net/projects/mad/"; description = "A high-quality, fixed-point MPEG audio decoder supporting MPEG-1 and MPEG-2"; Loading Loading
pkgs/development/libraries/libmad/default.nix +20 −1 Original line number Diff line number Diff line { lib, stdenv, fetchurl, fetchpatch, autoconf }: { lib , stdenv , fetchurl , fetchpatch , autoconf # for passthru.tests , audacity , mpd , mpg321 , normalize , ocamlPackages , streamripper , vlc }: stdenv.mkDerivation rec { pname = "libmad"; Loading Loading @@ -53,6 +67,11 @@ stdenv.mkDerivation rec { preConfigure = "autoconf"; passthru.tests = { inherit audacity mpd mpg321 normalize streamripper vlc; ocaml-mad = ocamlPackages.mad; }; meta = with lib; { homepage = "https://sourceforge.net/projects/mad/"; description = "A high-quality, fixed-point MPEG audio decoder supporting MPEG-1 and MPEG-2"; Loading