fscrypt: remove unneeded remove-references-to

This commit is contained in:
Jörg Thalheim 2020-08-28 13:03:21 +01:00
parent 7aa189970a
commit e680fcaa3b
No known key found for this signature in database
GPG Key ID: 003F2096411B5F92

View File

@ -34,10 +34,6 @@ buildGoModule rec {
make install
'';
preFixup = ''
remove-references-to -t ${fscrypt-experimental.go} $out/lib/security/pam_fscrypt.so
'';
meta = with stdenv.lib; {
description =
"A high-level tool for the management of Linux filesystem encryption";