From 9f80ef43207a4954060f40fb5bd20afffbf95906 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Kupcsik?= Date: Thu, 9 Oct 2025 16:33:47 +0200 Subject: [PATCH] R: define main program lib.getExe complains, and I think she's right. --- pkgs/applications/science/math/R/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/science/math/R/default.nix b/pkgs/applications/science/math/R/default.nix index 89e3890c2379..b39a005bfbd1 100644 --- a/pkgs/applications/science/math/R/default.nix +++ b/pkgs/applications/science/math/R/default.nix @@ -218,6 +218,7 @@ stdenv.mkDerivation (finalAttrs: { meta = with lib; { homepage = "http://www.r-project.org/"; description = "Free software environment for statistical computing and graphics"; + mainProgram = "R"; license = licenses.gpl2Plus; longDescription = ''