File tree 1 file changed +8
-10
lines changed
pkgs/development/libraries/twolame
1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change 1
1
{ stdenv , fetchFromGitHub
2
- , autoreconfHook
3
- , pkgconfig
4
- , libsndfile , xmlto , asciidoc } :
2
+ , autoreconfHook , pkgconfig
3
+ , libsndfile } :
5
4
6
- with stdenv . lib ;
7
- stdenv . mkDerivation rec {
5
+ stdenv . mkDerivation {
8
6
9
7
pname = "twolame" ;
10
- version = "0.4.0 " ;
8
+ version = "2017-09-27 " ;
11
9
12
10
src = fetchFromGitHub {
13
11
owner = "njh" ;
14
12
repo = "twolame" ;
15
- rev = version ;
16
- sha256 = "0ckwdx5kmgmh1jq2wl6c9d57pf6z6p2wjdy6fw01a8f3clg21a8g " ;
13
+ rev = "977c8ac55d8ca6d5f35d1d413a119dac2b3b0333" ;
14
+ sha256 = "1rq3yc8ygzdqid9zk6pixmm4w9sk2vrlx217lhn5bjaglv7iyf7x " ;
17
15
} ;
18
16
19
- nativeBuildInputs = [ autoreconfHook pkgconfig xmlto asciidoc ] ;
17
+ nativeBuildInputs = [ autoreconfHook pkgconfig ] ;
20
18
buildInputs = [ libsndfile ] ;
21
19
22
20
doCheck = false ; # fails with "../build-scripts/test-driver: line 107: -Mstrict: command not found"
23
21
24
- meta = {
22
+ meta = with stdenv . lib ; {
25
23
description = "A MP2 encoder" ;
26
24
longDescription = ''
27
25
TwoLAME is an optimised MPEG Audio Layer 2 (MP2) encoder based on
You can’t perform that action at this time.
0 commit comments