gnupg21: remove unnecessary substituteInPlace

`substituteInPlace` was operating on a non-existant file.
This commit is contained in:
Robin Gloster 2016-08-01 12:29:00 +00:00
parent d1d9b93417
commit 3fa7ef49d5

View file

@ -33,8 +33,6 @@ stdenv.mkDerivation rec {
configureFlags = optional x11Support "--with-pinentry-pgm=${pinentry}/bin/pinentry";
postConfigure = "substituteAllInPlace tools/gpgkey2ssh.c";
meta = with stdenv.lib; {
homepage = http://gnupg.org;
description = "A complete and free implementation of the OpenPGP standard";