From 3e09d459e34e8a8859a4c6e63ebd0725fbe3f520 Mon Sep 17 00:00:00 2001 From: aszlig Date: Sun, 3 Apr 2016 11:03:23 +0200 Subject: modules/gpg-agent: Remove unused debug/test code I've used this to test compilation of the agent wrapper at an early state of development and I've accidentally committed this along with 8db1803b5d9865b2355fabdb6bb974d879ce57cc. Signed-off-by: aszlig --- modules/programs/gpg-agent/test.nix | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 modules/programs/gpg-agent/test.nix (limited to 'modules') diff --git a/modules/programs/gpg-agent/test.nix b/modules/programs/gpg-agent/test.nix deleted file mode 100644 index ecfa2737..00000000 --- a/modules/programs/gpg-agent/test.nix +++ /dev/null @@ -1,11 +0,0 @@ -let - pkgs = import {}; -in - - pkgs.runCommand "gpg-agent-wrapper" { - buildInputs = with pkgs; [ pkgconfig systemd ]; - } '' - cc -Wall -shared -std=c11 \ - $(pkg-config --cflags --libs libsystemd) \ - "${./agent-wrapper.c}" -o "$out" -ldl -fPIC - '' -- cgit 1.4.1