Merge pull request #285099 from amarshall/xxhash-mp

xxHash: set meta.mainProgram
This commit is contained in:
Nick Cao
2024-01-31 08:26:36 -05:00
committed by GitHub
@@ -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;
};