gnupg{,1}: add meta.mainProgram

This commit is contained in:
Samuel Gräfenstein 2022-04-01 14:05:22 +02:00 committed by Matthieu Coudron
parent e194871435
commit 666a90e29d
2 changed files with 2 additions and 0 deletions

View File

@ -29,5 +29,6 @@ stdenv.mkDerivation rec {
available.
'';
platforms = platforms.all;
mainProgram = "gpg";
};
}

View File

@ -93,5 +93,6 @@ stdenv.mkDerivation rec {
'';
maintainers = with maintainers; [ fpletz vrthra ];
platforms = platforms.all;
mainProgram = "gpg";
};
}