Merge pull request #120783 from AluisioASG/aasg/delete-ffmpeg_3-more
r128gain: replace ffmpeg_3 with ffmpeg
This commit is contained in:
commit
f7a289156c
@ -3,7 +3,7 @@
|
|||||||
, genericUpdater
|
, genericUpdater
|
||||||
, substituteAll
|
, substituteAll
|
||||||
, common-updater-scripts
|
, common-updater-scripts
|
||||||
, ffmpeg_3
|
, ffmpeg
|
||||||
, python3Packages
|
, python3Packages
|
||||||
, sox
|
, sox
|
||||||
}:
|
}:
|
||||||
@ -20,12 +20,10 @@ python3Packages.buildPythonApplication rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
(
|
(substituteAll {
|
||||||
substituteAll {
|
src = ./ffmpeg-location.patch;
|
||||||
src = ./ffmpeg-location.patch;
|
inherit ffmpeg;
|
||||||
ffmpeg = ffmpeg_3;
|
})
|
||||||
}
|
|
||||||
)
|
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = with python3Packages; [ crcmod ffmpeg-python mutagen tqdm ];
|
propagatedBuildInputs = with python3Packages; [ crcmod ffmpeg-python mutagen tqdm ];
|
||||||
|
Loading…
Reference in New Issue
Block a user