bird: compile with libssh for rpki support
This commit is contained in:
parent
db3beda6b5
commit
b4f506f227
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ lib, stdenv, fetchurl, fetchpatch, flex, bison, readline }:
|
||||
{ lib, stdenv, fetchurl, fetchpatch, flex, bison, readline, libssh }:
|
||||
|
||||
with lib;
|
||||
|
||||
|
@ -15,7 +15,7 @@ let
|
|||
};
|
||||
|
||||
nativeBuildInputs = [ flex bison ];
|
||||
buildInputs = [ readline ];
|
||||
buildInputs = [ readline libssh ];
|
||||
|
||||
patches = [
|
||||
(./. + "/dont-create-sysconfdir-${builtins.substring 0 1 version}.patch")
|
||||
|
|
Loading…
Reference in a new issue