Merge pull request #208688 from amjoseph-nixpkgs/pr/msmtp-just-the-binaries

This commit is contained in:
Artturi 2023-01-03 20:53:57 +02:00 committed by GitHub
commit ecd9be07f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -128,4 +128,5 @@ symlinkJoin {
name = "msmtp-${version}";
inherit version meta;
paths = [ binaries scripts ];
passthru = { inherit binaries scripts; };
}