mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
libav*.tools: remove overlapping paths, fixes #6682
This commit is contained in:
parent
ad896e1737
commit
cdd00f47fa
1 changed files with 1 additions and 1 deletions
|
@ -79,10 +79,10 @@ let
|
||||||
|
|
||||||
outputs = [ "out" "tools" ];
|
outputs = [ "out" "tools" ];
|
||||||
|
|
||||||
|
# move avplay to get rid of the SDL dependency in the main output
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
mkdir -p "$tools/bin"
|
mkdir -p "$tools/bin"
|
||||||
mv "$out/bin/avplay" "$tools/bin"
|
mv "$out/bin/avplay" "$tools/bin"
|
||||||
cp -s "$out"/bin/* "$tools/bin/"
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
doInstallCheck = false; # fails randomly
|
doInstallCheck = false; # fails randomly
|
||||||
|
|
Loading…
Reference in a new issue