summary refs log tree commit diff
diff options
context:
space:
mode:
authorIzorkin <izorkin@elven.pw>2020-03-25 11:53:04 +0300
committerIzorkin <izorkin@elven.pw>2020-03-28 18:56:34 +0300
commit0c43bd4ef832d57a7f07ec329c14cdb535c1f559 (patch)
tree5511ee329615d13a38f6c4e2a62fe74efae80424
parente1b3a529e1d8321a41a6c5d44d263a8c35b9f0a7 (diff)
downloadnixpkgs-0c43bd4ef832d57a7f07ec329c14cdb535c1f559.tar
nixpkgs-0c43bd4ef832d57a7f07ec329c14cdb535c1f559.tar.gz
nixpkgs-0c43bd4ef832d57a7f07ec329c14cdb535c1f559.tar.bz2
nixpkgs-0c43bd4ef832d57a7f07ec329c14cdb535c1f559.tar.lz
nixpkgs-0c43bd4ef832d57a7f07ec329c14cdb535c1f559.tar.xz
nixpkgs-0c43bd4ef832d57a7f07ec329c14cdb535c1f559.tar.zst
nixpkgs-0c43bd4ef832d57a7f07ec329c14cdb535c1f559.zip
samba: remove unused packages
-rw-r--r--pkgs/servers/samba/4.x.nix9
1 files changed, 1 insertions, 8 deletions
diff --git a/pkgs/servers/samba/4.x.nix b/pkgs/servers/samba/4.x.nix
index e8c42b77619..f0902a235e6 100644
--- a/pkgs/servers/samba/4.x.nix
+++ b/pkgs/servers/samba/4.x.nix
@@ -10,14 +10,10 @@
 , docbook_xml_dtd_42
 , readline
 , popt
-, iniparser
 , libbsd
 , libarchive
-, libiconv
-, gettext
 , krb5Full
 , zlib
-, libaio
 , liburing
 , fam
 , gnutls
@@ -72,18 +68,15 @@ stdenv.mkDerivation rec {
     python
     readline
     popt
-    iniparser
     jansson
     libbsd
     libarchive
     zlib
     fam
-    libiconv
-    gettext
     libunwind
     krb5Full
     gnutls
-  ] ++ optionals stdenv.isLinux [ libaio liburing systemd ]
+  ] ++ optionals stdenv.isLinux [ liburing systemd ]
     ++ optional enableLDAP openldap
     ++ optional (enablePrinting && stdenv.isLinux) cups
     ++ optional enableMDNS avahi