Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

fscrypt: remove unneeded remove-references-to

-4
-4
pkgs/os-specific/linux/fscrypt/default.nix
··· 34 34 make install 35 35 ''; 36 36 37 - preFixup = '' 38 - remove-references-to -t ${fscrypt-experimental.go} $out/lib/security/pam_fscrypt.so 39 - ''; 40 - 41 37 meta = with stdenv.lib; { 42 38 description = 43 39 "A high-level tool for the management of Linux filesystem encryption";