From 9e4be532219685cdd81e4db54f9fc061d250ba25 Mon Sep 17 00:00:00 2001 From: Malo Bourgon Date: Wed, 4 May 2022 17:52:27 -0700 Subject: treewide: add meta.mainProgram to some libraries where a single bin is provided and someone might actually want to run it --- pkgs/development/libraries/libqalculate/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pkgs/development/libraries/libqalculate') diff --git a/pkgs/development/libraries/libqalculate/default.nix b/pkgs/development/libraries/libqalculate/default.nix index ddaa6ae3e1d..afc2313df7a 100644 --- a/pkgs/development/libraries/libqalculate/default.nix +++ b/pkgs/development/libraries/libqalculate/default.nix @@ -41,8 +41,9 @@ stdenv.mkDerivation rec { meta = with lib; { description = "An advanced calculator library"; homepage = "http://qalculate.github.io"; - maintainers = with maintainers; [ gebner doronbehar ]; license = licenses.gpl2Plus; + maintainers = with maintainers; [ gebner doronbehar ]; + mainProgram = "qalc"; platforms = platforms.all; }; } -- cgit 1.4.1