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/default.nix | 2 +- pkgs/tools/security/ecryptfs/helper.nix | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'pkgs/tools/security/ecryptfs') diff --git a/pkgs/tools/security/ecryptfs/default.nix b/pkgs/tools/security/ecryptfs/default.nix index 0c3a74d124956..582b5ceae1197 100644 --- a/pkgs/tools/security/ecryptfs/default.nix +++ b/pkgs/tools/security/ecryptfs/default.nix @@ -53,7 +53,7 @@ stdenv.mkDerivation rec { meta = with stdenv.lib; { description = "Enterprise-class stacked cryptographic filesystem"; license = licenses.gpl2Plus; - maintainers = [ maintainers.obadz ]; + maintainers = with maintainers; [ obadz ]; platforms = platforms.linux; }; } diff --git a/pkgs/tools/security/ecryptfs/helper.nix b/pkgs/tools/security/ecryptfs/helper.nix index 5ac68517163bc..40e6771251ab3 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