x265: Don't install static library
Following our general policy to only install dynamic libraries. If the static library turns out to be needed, it could be moved to a separate output.
This commit is contained in:
parent
0810decaa7
commit
8b12eee201
@ -49,6 +49,10 @@ stdenv.mkDerivation rec {
|
||||
cd source
|
||||
'';
|
||||
|
||||
postInstall = ''
|
||||
rm $out/lib/*.a
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ cmake yasm ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user