forked from mirrors/nixpkgs
abcde: switch to libcdio-paranoia
This commit is contained in:
parent
92377b06a2
commit
2cc7ac19b6
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, fetchurl, libcdio, cddiscid, wget, bash, which, vorbis-tools, id3v2, eyeD3
|
||||
{ stdenv, fetchurl, libcdio-paranoia, cddiscid, wget, bash, which, vorbis-tools, id3v2, eyeD3
|
||||
, lame, flac, eject, mkcue, glyr
|
||||
, perl, DigestSHA, MusicBrainz, MusicBrainzDiscID
|
||||
, makeWrapper }:
|
||||
|
@ -42,7 +42,7 @@ in
|
|||
postFixup = ''
|
||||
for cmd in abcde cddb-tool abcde-musicbrainz-tool; do
|
||||
wrapProgram "$out/bin/$cmd" --prefix PATH ":" \
|
||||
${stdenv.lib.makeBinPath [ "$out" which libcdio cddiscid wget vorbis-tools id3v2 eyeD3 lame flac glyr ]}
|
||||
${stdenv.lib.makeBinPath [ "$out" which libcdio-paranoia cddiscid wget vorbis-tools id3v2 eyeD3 lame flac glyr ]}
|
||||
done
|
||||
'';
|
||||
|
||||
|
|
|
@ -14439,7 +14439,6 @@ with pkgs;
|
|||
abcde = callPackage ../applications/audio/abcde {
|
||||
inherit (perlPackages) DigestSHA MusicBrainz MusicBrainzDiscID;
|
||||
inherit (pythonPackages) eyeD3;
|
||||
libcdio = libcdio082;
|
||||
};
|
||||
|
||||
abiword = callPackage ../applications/office/abiword {
|
||||
|
|
Loading…
Reference in a new issue