rblake2sum: set mainProgram

This commit is contained in:
Dawid Ciężarkiewicz 2023-12-05 23:04:29 -08:00
parent 2ff3854c50
commit 725e83eb3e
No known key found for this signature in database
GPG key ID: D0E972B6EC3C4E7C

View file

@ -24,5 +24,6 @@ rustPlatform.buildRustPackage {
homepage = "https://github.com/crev-dev/rblake2sum";
license = [ licenses.mit ];
maintainers = with maintainers; [ dpc ];
mainProgram = "rblake2sum";
};
}