From 9cdc0f09aec325f79d77265ffeba01c17f7c4b88 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 23 Sep 2016 15:55:44 +0200 Subject: Revert "needs makeWrapper" This reverts commit 8d62b019f19ca07f416f2aed368c6d4a94ec5a6f. --- users/gkleen@hel.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'users') diff --git a/users/gkleen@hel.nix b/users/gkleen@hel.nix index fa4989e2..14ffb73e 100644 --- a/users/gkleen@hel.nix +++ b/users/gkleen@hel.nix @@ -10,11 +10,9 @@ ''; }; gnupg = pkgs.lib.overrideDerivation pkgs.gnupg (oldAttrs: { - buildInputs = [ pkgs.makeWrapper ]; postBuild = '' wrapProgram $out/bin/gpg \ - --run "while ! systemctl --user show-environment | grep -qE '^DISPLAY='; do sleep 1; done" \ - --run "systemctl --user import-environment DISPLAY" + --run "while ! systemctl --user show-environment | grep -qE '^DISPLAY='; do sleep 1; done" ''; postInstall = '' ln -s $out/bin/gpg2 $out/bin/gpg -- cgit v1.2.3