mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 07:48:58 +00:00
mp4v2: turn off format hardening
This commit is contained in:
parent
4f68178755
commit
d287f926bd
|
@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
|
|||
# `faac' expects `mp4.h'.
|
||||
postInstall = "ln -s mp4v2/mp4v2.h $out/include/mp4.h";
|
||||
|
||||
hardening_format = false;
|
||||
|
||||
meta = {
|
||||
homepage = http://code.google.com/p/mp4v2;
|
||||
maintainers = [ stdenv.lib.maintainers.urkud ];
|
||||
|
|
Loading…
Reference in a new issue