From 70a2278e1875b7734eef4ca3ef54357d37127b74 Mon Sep 17 00:00:00 2001 From: obadz Date: Sat, 23 Jul 2016 00:21:31 +0100 Subject: ecryptfs-helper: add meta --- pkgs/tools/security/ecryptfs/helper.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'pkgs/tools/security/ecryptfs/helper.nix') diff --git a/pkgs/tools/security/ecryptfs/helper.nix b/pkgs/tools/security/ecryptfs/helper.nix index 5ac68517163b..40e6771251ab 100644 --- a/pkgs/tools/security/ecryptfs/helper.nix +++ b/pkgs/tools/security/ecryptfs/helper.nix @@ -24,4 +24,12 @@ stdenv.mkDerivation rec { cp $src $out/libexec/ecryptfs-helper.py makeWrapper "${python.interpreter} $out/libexec/ecryptfs-helper.py" $out/bin/ecryptfs-helper ''; + + meta = with stdenv.lib; { + description = "Helper script to create/mount/unemount encrypted directories using eCryptfs without needing root permissions"; + license = licenses.gpl2Plus; + maintainers = with maintainers; [ obadz ]; + platforms = platforms.linux; + hydraPlatforms = []; + }; } -- cgit 1.4.1