Loading pkgs/development/compilers/mcpp/default.nix +9 −1 Original line number Diff line number Diff line { stdenv, fetchurl }: { stdenv, fetchurl, fetchpatch }: stdenv.mkDerivation rec { pname = "mcpp"; Loading @@ -11,6 +11,14 @@ stdenv.mkDerivation rec { configureFlags = [ "--enable-mcpplib" ]; patches = [ (fetchpatch { name = "CVE-2019-14274.patch"; url = "https://github.com/h8liu/mcpp/commit/ea453aca2742be6ac43ba4ce0da6f938a7e5a5d8.patch"; sha256 = "0svkdr3w9b45v6scgzvggw9nsh6a3k7g19fqk0w3vlckwmk5ydzr"; }) ]; meta = with stdenv.lib; { homepage = "http://mcpp.sourceforge.net/"; description = "A portable c preprocessor"; Loading Loading
pkgs/development/compilers/mcpp/default.nix +9 −1 Original line number Diff line number Diff line { stdenv, fetchurl }: { stdenv, fetchurl, fetchpatch }: stdenv.mkDerivation rec { pname = "mcpp"; Loading @@ -11,6 +11,14 @@ stdenv.mkDerivation rec { configureFlags = [ "--enable-mcpplib" ]; patches = [ (fetchpatch { name = "CVE-2019-14274.patch"; url = "https://github.com/h8liu/mcpp/commit/ea453aca2742be6ac43ba4ce0da6f938a7e5a5d8.patch"; sha256 = "0svkdr3w9b45v6scgzvggw9nsh6a3k7g19fqk0w3vlckwmk5ydzr"; }) ]; meta = with stdenv.lib; { homepage = "http://mcpp.sourceforge.net/"; description = "A portable c preprocessor"; Loading