summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-01-11 15:46:10 +0100
committerPeter Simons <simons@cryp.to>2013-01-11 15:46:10 +0100
commitb33ad366a17ceb66f73e15c614041a8094f50a1e (patch)
treee728a9e93a13cfc165da4053f7285f27869d01dc /pkgs/servers
parent56c7b9684409248df7c023c097e7f22c7ce9b787 (diff)
parentabd6be85e1254905406fbe97ed070271a101ce85 (diff)
downloadnixpkgs-b33ad366a17ceb66f73e15c614041a8094f50a1e.tar
nixpkgs-b33ad366a17ceb66f73e15c614041a8094f50a1e.tar.gz
nixpkgs-b33ad366a17ceb66f73e15c614041a8094f50a1e.tar.bz2
nixpkgs-b33ad366a17ceb66f73e15c614041a8094f50a1e.tar.lz
nixpkgs-b33ad366a17ceb66f73e15c614041a8094f50a1e.tar.xz
nixpkgs-b33ad366a17ceb66f73e15c614041a8094f50a1e.tar.zst
nixpkgs-b33ad366a17ceb66f73e15c614041a8094f50a1e.zip
Merge branch 'master' into stdenv-updates.
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/samba/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/servers/samba/default.nix b/pkgs/servers/samba/default.nix
index 08c53182dd5..059b1c1a217 100644
--- a/pkgs/servers/samba/default.nix
+++ b/pkgs/servers/samba/default.nix
@@ -75,4 +75,10 @@ stdenv.mkDerivation rec {
       cp ../examples/LDAP/samba.schema $out/etc/openldap/schema
     '' # */
     + stdenv.lib.optionalString (configDir == "") "touch $out/lib/smb.conf";
+
+  meta = {
+    homepage = http://www.samba.org/;
+    description = "The standard Windows interoperability suite of programs for Linux and Unix";
+    platforms = stdenv.lib.platforms.linux;
+  };
 }