rpcbind: Fix build with libnsl
This commit is contained in:
parent
15e42939cc
commit
0364cf6620
@ -1,4 +1,4 @@
|
|||||||
{ fetchurl, stdenv, pkgconfig, libtirpc
|
{ fetchurl, stdenv, pkgconfig, libnsl, libtirpc
|
||||||
, useSystemd ? true, systemd }:
|
, useSystemd ? true, systemd }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
|||||||
./sunrpc.patch
|
./sunrpc.patch
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [ libtirpc ]
|
buildInputs = [ libnsl libtirpc ]
|
||||||
++ stdenv.lib.optional useSystemd systemd;
|
++ stdenv.lib.optional useSystemd systemd;
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user