xxHash: set meta.mainProgram

This commit is contained in:
Andrew Marshall
2024-01-30 16:38:19 -05:00
parent c002c6aa97
commit 14180d27f9
@@ -37,6 +37,7 @@ stdenv.mkDerivation rec {
'';
homepage = "https://github.com/Cyan4973/xxHash";
license = with licenses; [ bsd2 gpl2 ];
mainProgram = "xxhsum";
maintainers = with maintainers; [ orivej ];
platforms = platforms.all;
};