Loading pkgs/tools/security/yara/default.nix +27 −25 Original line number Diff line number Diff line { lib , stdenv , fetchFromGitHub , fetchpatch , autoreconfHook , pcre , pkg-config , protobufc , withCrypto ? true, openssl , enableCuckoo ? true, jansson , enableDex ? true , enableDotNet ? true , enableMacho ? true , enableMagic ? true, file , enableStatic ? false { lib, stdenv, fetchFromGitHub, fetchpatch, autoreconfHook, pcre, pkg-config, protobufc, withCrypto ? true, openssl, enableCuckoo ? true, jansson, enableDex ? true, enableDotNet ? true, enableMacho ? true, enableMagic ? true, file, enableStatic ? false, }: stdenv.mkDerivation rec { Loading @@ -39,16 +43,14 @@ stdenv.mkDerivation rec { pkg-config ]; buildInputs = [ buildInputs = [ pcre protobufc ] ++ lib.optionals withCrypto [ openssl ] ++ lib.optionals enableMagic [ file ] ++ lib.optionals enableCuckoo [ jansson ]; ] ++ lib.optionals withCrypto [ openssl ] ++ lib.optionals enableMagic [ file ] ++ lib.optionals enableCuckoo [ jansson ]; preConfigure = "./bootstrap.sh"; Loading Loading
pkgs/tools/security/yara/default.nix +27 −25 Original line number Diff line number Diff line { lib , stdenv , fetchFromGitHub , fetchpatch , autoreconfHook , pcre , pkg-config , protobufc , withCrypto ? true, openssl , enableCuckoo ? true, jansson , enableDex ? true , enableDotNet ? true , enableMacho ? true , enableMagic ? true, file , enableStatic ? false { lib, stdenv, fetchFromGitHub, fetchpatch, autoreconfHook, pcre, pkg-config, protobufc, withCrypto ? true, openssl, enableCuckoo ? true, jansson, enableDex ? true, enableDotNet ? true, enableMacho ? true, enableMagic ? true, file, enableStatic ? false, }: stdenv.mkDerivation rec { Loading @@ -39,16 +43,14 @@ stdenv.mkDerivation rec { pkg-config ]; buildInputs = [ buildInputs = [ pcre protobufc ] ++ lib.optionals withCrypto [ openssl ] ++ lib.optionals enableMagic [ file ] ++ lib.optionals enableCuckoo [ jansson ]; ] ++ lib.optionals withCrypto [ openssl ] ++ lib.optionals enableMagic [ file ] ++ lib.optionals enableCuckoo [ jansson ]; preConfigure = "./bootstrap.sh"; Loading