3
0
Fork 0
forked from mirrors/nixpkgs

gst-plugins-bad: Fix CVE-2016-9447

This commit is contained in:
adisbladis 2018-01-14 02:07:08 +08:00
parent a100ed0ae3
commit fa3aec7e4d
No known key found for this signature in database
GPG key ID: ED58F95069B004F5

View file

@ -12,6 +12,12 @@ stdenv.mkDerivation rec {
sha256 = "148lw51dm6pgw8vc6v0fpvm7p233wr11nspdzmvq7bjp2cd7vbhf";
};
postInstall = ''
# Fixes CVE-2016-9447
# Does not actually impact NSF playback
rm -v $out/lib/gstreamer-0.10/libgstnsf.so
'';
buildInputs =
[ pkgconfig glib gstreamer gst-plugins-base libdvdnav libdvdread orc ];