Skip to content

Commit

Permalink
ecryptfs-helper: fix makeWrapper use after 7ff6eec
Browse files Browse the repository at this point in the history
(cherry picked from commit c4fecfb)
  • Loading branch information
obadz committed Apr 21, 2017
1 parent 2af7c40 commit aaf43d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/security/ecryptfs/helper.nix
Expand Up @@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
installPhase = ''
mkdir -p $out/bin $out/libexec
cp $src $out/libexec/ecryptfs-helper.py
makeWrapper "${python2.interpreter} $out/libexec/ecryptfs-helper.py" $out/bin/ecryptfs-helper
makeWrapper "${python2.interpreter}" "$out/bin/ecryptfs-helper" --add-flags "$out/libexec/ecryptfs-helper.py"
'';

meta = with stdenv.lib; {
Expand Down

0 comments on commit aaf43d0

Please sign in to comment.