zstd: set meta.mainProgram

This commit is contained in:
Sandro Jäckel 2024-08-06 17:39:58 +02:00
parent cbd09efda2
commit d3a139bf97
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -122,7 +122,7 @@ stdenv.mkDerivation rec {
homepage = "https://facebook.github.io/zstd/";
changelog = "https://github.com/facebook/zstd/blob/v${version}/CHANGELOG";
license = with licenses; [ bsd3 ]; # Or, at your opinion, GPL-2.0-only.
mainProgram = "zstd";
platforms = platforms.all;
maintainers = with maintainers; [ orivej ];
};