Commit ec836290 authored by Bruno BELANYI's avatar Bruno BELANYI
Browse files

pinentry_mac: add 'meta.mainProgram'

parent 1a76b6cc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -85,5 +85,6 @@ stdenv.mkDerivation rec {
    license = lib.licenses.gpl2Plus;
    homepage = "https://github.com/GPGTools/pinentry-mac";
    platforms = lib.platforms.darwin;
    mainProgram = passthru.binaryPath;
  };
}