From 0258849e616c96973e158f959ad3e9c836e7bc9b Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Wed, 12 Aug 2020 23:24:15 +0200 Subject: [PATCH] samba: fix build w/glibc-2.32 --- pkgs/servers/samba/4.x.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/servers/samba/4.x.nix b/pkgs/servers/samba/4.x.nix index 7ed1a72de0e4..9c06dec2f4b1 100644 --- a/pkgs/servers/samba/4.x.nix +++ b/pkgs/servers/samba/4.x.nix @@ -24,6 +24,7 @@ , libtasn1 , tdb , cmocka +, rpcsvc-proto , nixosTests , enableLDAP ? false, openldap @@ -68,6 +69,7 @@ stdenv.mkDerivation rec { docbook_xsl docbook_xml_dtd_45 cmocka + rpcsvc-proto ] ++ optionals stdenv.isDarwin [ rpcgen fixDarwinDylibNames