mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 21:32:23 +03:00
geekbench_4: add meta.mainProgram
This commit is contained in:
parent
00f7fa948d
commit
29277717d7
@ -48,5 +48,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.unfree;
|
||||
maintainers = [ maintainers.michalrus ];
|
||||
platforms = [ "x86_64-linux" ];
|
||||
mainProgram = "geekbench4";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user