summary refs log tree commit diff
path: root/pkgs/development/tools/build-managers
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-11-09 00:02:40 +0000
committerGitHub <noreply@github.com>2023-11-09 00:02:40 +0000
commit50249cdaf29f872fb960dc9110696d208a77fc3a (patch)
tree3937101c388cdbd1a6fb29a6474b8d7f49797a43 /pkgs/development/tools/build-managers
parentb7714638480cbac3400a7848ad021409b41bf593 (diff)
parent00a0662a3ca0e36397dcc5e3244a7286d46232d4 (diff)
downloadnixpkgs-50249cdaf29f872fb960dc9110696d208a77fc3a.tar
nixpkgs-50249cdaf29f872fb960dc9110696d208a77fc3a.tar.gz
nixpkgs-50249cdaf29f872fb960dc9110696d208a77fc3a.tar.bz2
nixpkgs-50249cdaf29f872fb960dc9110696d208a77fc3a.tar.lz
nixpkgs-50249cdaf29f872fb960dc9110696d208a77fc3a.tar.xz
nixpkgs-50249cdaf29f872fb960dc9110696d208a77fc3a.tar.zst
nixpkgs-50249cdaf29f872fb960dc9110696d208a77fc3a.zip
Merge staging-next into staging
Diffstat (limited to 'pkgs/development/tools/build-managers')
-rw-r--r--pkgs/development/tools/build-managers/alire/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/tools/build-managers/alire/default.nix b/pkgs/development/tools/build-managers/alire/default.nix
index 39124514d04..eaa87d573f8 100644
--- a/pkgs/development/tools/build-managers/alire/default.nix
+++ b/pkgs/development/tools/build-managers/alire/default.nix
@@ -46,5 +46,6 @@ stdenv.mkDerivation (finalAttrs: {
     license = lib.licenses.gpl3Only;
     maintainers = with lib.maintainers; [ atalii ];
     platforms = lib.platforms.unix;
+    mainProgram = "alr";
   };
 })