Unverified Commit ab4a6dc6 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #263225 from pks-t/pks-ccid-fix-missing-strip

ccid: strip shared object to reduce closure size
parents 3a3571c3 5fb0f38f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -21,6 +21,10 @@ stdenv.mkDerivation rec {
  nativeBuildInputs = [ pkg-config perl ];
  buildInputs = [ pcsclite libusb1 ];

  # The resulting shared object ends up outside of the default paths which are
  # usually getting stripped.
  stripDebugList = ["pcsc"];

  meta = with lib; {
    description = "ccid drivers for pcsclite";
    homepage = "https://ccid.apdu.fr/";