mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 13:57:10 +03:00
libav*.tools: remove overlapping paths, fixes #6682
(cherry picked from commit cdd00f47fa
)
This commit is contained in:
parent
aba9ff9a11
commit
2635bde9ee
@ -79,10 +79,10 @@ let
|
||||
|
||||
outputs = [ "out" "tools" ];
|
||||
|
||||
# move avplay to get rid of the SDL dependency in the main output
|
||||
postInstall = ''
|
||||
mkdir -p "$tools/bin"
|
||||
mv "$out/bin/avplay" "$tools/bin"
|
||||
cp -s "$out"/bin/* "$tools/bin/"
|
||||
'';
|
||||
|
||||
doInstallCheck = false; # fails randomly
|
||||
|
Loading…
Reference in New Issue
Block a user