From 903f5dd519d15b8fb02de13842907c9faa3d21ab Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Mon, 6 Jul 2020 01:38:03 +0200 Subject: [PATCH] Revert "pcsclite: Explicitly set ipcdir" This reverts commit bc877d8bfcfe8c1b82687b725c823a0154c7d572. This is no longer necessary, since 1.9.0 finally uses /run by default. https://salsa.debian.org/rousseau/PCSC/commit/562ef23bc7eab3d5cc49c38f7ac0c6341ade1130 --- pkgs/tools/security/pcsclite/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/tools/security/pcsclite/default.nix b/pkgs/tools/security/pcsclite/default.nix index cd011dc08e7..98a3e8797fb 100644 --- a/pkgs/tools/security/pcsclite/default.nix +++ b/pkgs/tools/security/pcsclite/default.nix @@ -18,7 +18,6 @@ stdenv.mkDerivation rec { # The OS should care on preparing the drivers into this location "--enable-usbdropdir=/var/lib/pcsc/drivers" "--enable-confdir=/etc" - "--enable-ipcdir=/run/pcscd" ] ++ stdenv.lib.optional stdenv.isLinux "--with-systemdsystemunitdir=\${out}/etc/systemd/system" ++ stdenv.lib.optional (!stdenv.isLinux)