mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
Merge pull request #73525 from petabyteboy/feature/bird-rpki
bird: compile with libssh for rpki support
This commit is contained in:
commit
0c4f4a7b1e
@ -1,4 +1,4 @@
|
|||||||
{ lib, stdenv, fetchurl, fetchpatch, flex, bison, readline }:
|
{ lib, stdenv, fetchurl, fetchpatch, flex, bison, readline, libssh }:
|
||||||
|
|
||||||
with lib;
|
with lib;
|
||||||
|
|
||||||
@ -15,7 +15,7 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ flex bison ];
|
nativeBuildInputs = [ flex bison ];
|
||||||
buildInputs = [ readline ];
|
buildInputs = [ readline libssh ];
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
(./. + "/dont-create-sysconfdir-${builtins.substring 0 1 version}.patch")
|
(./. + "/dont-create-sysconfdir-${builtins.substring 0 1 version}.patch")
|
||||||
|
Loading…
Reference in New Issue
Block a user