mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-30 15:23:26 +03:00
unpaper: depend on ffmpeg_5-headless explicitly
This commit is contained in:
parent
c100d63136
commit
e64d154cb0
@ -12,7 +12,7 @@
|
||||
|
||||
# runtime
|
||||
, buildPackages
|
||||
, ffmpeg_5
|
||||
, ffmpeg_5-headless
|
||||
|
||||
# tests
|
||||
, nixosTests
|
||||
@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
ffmpeg_5
|
||||
ffmpeg_5-headless
|
||||
];
|
||||
|
||||
passthru.tests = {
|
||||
|
@ -32496,9 +32496,7 @@ with pkgs;
|
||||
enableX11 = config.unison.enableX11 or true;
|
||||
};
|
||||
|
||||
unpaper = callPackage ../tools/graphics/unpaper {
|
||||
ffmpeg_5 = ffmpeg_5-headless;
|
||||
};
|
||||
unpaper = callPackage ../tools/graphics/unpaper { };
|
||||
|
||||
unison-ucm = callPackage ../development/compilers/unison { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user