kino: disable format hardening

+3 -7
+3 -7
pkgs/applications/video/kino/default.nix
··· 67 67 pkgconfig perl perlXMLParser libavc1394 libiec61883 intltool libXv gettext libX11 glib cairo ffmpeg libv4l ]; # TODOoptional packages 68 68 69 69 configureFlags = "--enable-local-ffmpeg=no"; 70 - #preConfigure = " 71 - # grep 11 env-vars 72 - # ex 73 - #"; 70 + 71 + hardeningDisable = [ "format" ]; 74 72 75 73 patches = [ ./kino-1.3.4-v4l1.patch ./kino-1.3.4-libav-0.7.patch ./kino-1.3.4-libav-0.8.patch ]; #./kino-1.3.4-libavcodec-pkg-config.patch ]; 76 - 77 74 78 75 postInstall = " 79 76 rpath=`patchelf --print-rpath \$out/bin/kino`; ··· 86 83 done 87 84 "; 88 85 89 - 90 - meta = { 86 + meta = { 91 87 description = "Non-linear DV editor for GNU/Linux"; 92 88 homepage = http://www.kinodv.org/; 93 89 license = stdenv.lib.licenses.gpl2;