mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-18 06:18:52 +00:00
zstd: set meta.mainProgram
This commit is contained in:
parent
cbd09efda2
commit
d3a139bf97
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user