commit
380bd3b280
1 changed files with 4 additions and 0 deletions
|
@ -39,6 +39,10 @@ stdenv.mkDerivation rec {
|
|||
pkgconfig cmake pythonPackages.python pythonPackages.jinja2 doxygen fpm
|
||||
];
|
||||
|
||||
NIX_LDFLAGS = [
|
||||
"-lcrypto"
|
||||
];
|
||||
|
||||
buildInputs = let
|
||||
gflags' = google-gflags.overrideAttrs (old: {
|
||||
cmakeFlags = stdenv.lib.filter (f: isNull (builtins.match ".*STATIC.*" f)) old.cmakeFlags;
|
||||
|
|
Loading…
Reference in a new issue