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
|
pkgconfig cmake pythonPackages.python pythonPackages.jinja2 doxygen fpm
|
||||||
];
|
];
|
||||||
|
|
||||||
|
NIX_LDFLAGS = [
|
||||||
|
"-lcrypto"
|
||||||
|
];
|
||||||
|
|
||||||
buildInputs = let
|
buildInputs = let
|
||||||
gflags' = google-gflags.overrideAttrs (old: {
|
gflags' = google-gflags.overrideAttrs (old: {
|
||||||
cmakeFlags = stdenv.lib.filter (f: isNull (builtins.match ".*STATIC.*" f)) old.cmakeFlags;
|
cmakeFlags = stdenv.lib.filter (f: isNull (builtins.match ".*STATIC.*" f)) old.cmakeFlags;
|
||||||
|
|
Loading…
Reference in a new issue