From 14180d27f97a808457ef82e2b5adf9d3d3ca2f29 Mon Sep 17 00:00:00 2001 From: Andrew Marshall Date: Tue, 30 Jan 2024 16:38:19 -0500 Subject: [PATCH] xxHash: set meta.mainProgram --- pkgs/development/libraries/xxHash/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/xxHash/default.nix b/pkgs/development/libraries/xxHash/default.nix index f7631de1bf29..c78fc302afe4 100644 --- a/pkgs/development/libraries/xxHash/default.nix +++ b/pkgs/development/libraries/xxHash/default.nix @@ -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; };