From 3fa7ef49d5417ba9ce4be49590e6714e4c74cf63 Mon Sep 17 00:00:00 2001 From: Robin Gloster Date: Mon, 1 Aug 2016 12:29:00 +0000 Subject: [PATCH] gnupg21: remove unnecessary substituteInPlace `substituteInPlace` was operating on a non-existant file. --- pkgs/tools/security/gnupg/21.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/tools/security/gnupg/21.nix b/pkgs/tools/security/gnupg/21.nix index 30ce33bd6a51..baee3a42d7bf 100644 --- a/pkgs/tools/security/gnupg/21.nix +++ b/pkgs/tools/security/gnupg/21.nix @@ -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";