dogdns: set meta.mainProgram, format

conduit-nginx
figsoda 2021-10-21 08:23:42 -04:00
parent bed8ee21f7
commit 932c6d8861
1 changed files with 5 additions and 3 deletions

View File

@ -1,10 +1,11 @@
{ lib, stdenv
, fetchFromGitHub
{ lib
, rustPlatform
, fetchFromGitHub
, installShellFiles
, stdenv
, pkg-config
, openssl
, Security
, installShellFiles
}:
rustPlatform.buildRustPackage rec {
@ -34,5 +35,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://dns.lookup.dog";
license = licenses.eupl12;
maintainers = with maintainers; [ bbigras ];
mainProgram = "dog";
};
}