Skip to content

Commit

Permalink
Revert "[WIP] {help wanted} twolame: 2017-09-27 -> 0.4.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
worldofpeace committed Apr 19, 2020
1 parent 443e544 commit 0bab525
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions pkgs/development/libraries/twolame/default.nix
@@ -1,27 +1,25 @@
{ stdenv, fetchFromGitHub
, autoreconfHook
, pkgconfig
, libsndfile, xmlto, asciidoc }:
, autoreconfHook, pkgconfig
, libsndfile }:

with stdenv.lib;
stdenv.mkDerivation rec {
stdenv.mkDerivation {

pname = "twolame";
version = "0.4.0";
version = "2017-09-27";

src = fetchFromGitHub {
owner = "njh";
repo = "twolame";
rev = version;
sha256 = "0ckwdx5kmgmh1jq2wl6c9d57pf6z6p2wjdy6fw01a8f3clg21a8g";
rev = "977c8ac55d8ca6d5f35d1d413a119dac2b3b0333";
sha256 = "1rq3yc8ygzdqid9zk6pixmm4w9sk2vrlx217lhn5bjaglv7iyf7x";
};

nativeBuildInputs = [ autoreconfHook pkgconfig xmlto asciidoc ];
nativeBuildInputs = [ autoreconfHook pkgconfig ];
buildInputs = [ libsndfile ];

doCheck = false; # fails with "../build-scripts/test-driver: line 107: -Mstrict: command not found"

meta = {
meta = with stdenv.lib;{
description = "A MP2 encoder";
longDescription = ''
TwoLAME is an optimised MPEG Audio Layer 2 (MP2) encoder based on
Expand Down

0 comments on commit 0bab525

Please sign in to comment.