gnupg21: remove unnecessary substituteInPlace
`substituteInPlace` was operating on a non-existant file.
This commit is contained in:
parent
d1d9b93417
commit
3fa7ef49d5
1 changed files with 0 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue