Unverified Commit 370045a5 authored by Bjørn Forsman's avatar Bjørn Forsman Committed by GitHub
Browse files

vsmartcard-vpcd: add missing wrapPythonPrograms (#512132)

parents cade73c0 13ea73de
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@
  pcsclite,
  qrencode,
  python3,
  python3Packages,
  help2man,
}:

@@ -28,6 +29,7 @@ stdenv.mkDerivation (finalAttrs: {
    autoreconfHook
    libtool
    pkg-config
    python3Packages.wrapPython
    help2man
  ];

@@ -47,6 +49,10 @@ stdenv.mkDerivation (finalAttrs: {

  configureFlags = lib.optional stdenv.hostPlatform.isDarwin "--enable-infoplist";

  postFixup = ''
    wrapPythonPrograms
  '';

  meta = {
    description = "Emulates a smart card and makes it accessible through PC/SC";
    homepage = "http://frankmorgner.github.io/vsmartcard/virtualsmartcard/README.html";