about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorarcnmx <git@git.arcn.mx>2023-11-09 10:56:23 -0800
committerMatthieu Coudron <886074+teto@users.noreply.github.com>2023-11-09 23:49:48 +0100
commit833ccca4c1005b992dc6667be211fac72c90b40f (patch)
treee88a5e575543a90810b1dc1f03826ac072dbb7eb /pkgs/applications
parentbd87316ace40a37f720d0c70ad5909a6e17eeb4d (diff)
downloadnixlib-833ccca4c1005b992dc6667be211fac72c90b40f.tar
nixlib-833ccca4c1005b992dc6667be211fac72c90b40f.tar.gz
nixlib-833ccca4c1005b992dc6667be211fac72c90b40f.tar.bz2
nixlib-833ccca4c1005b992dc6667be211fac72c90b40f.tar.lz
nixlib-833ccca4c1005b992dc6667be211fac72c90b40f.tar.xz
nixlib-833ccca4c1005b992dc6667be211fac72c90b40f.tar.zst
nixlib-833ccca4c1005b992dc6667be211fac72c90b40f.zip
subversion: add meta.mainProgram
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/version-management/subversion/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/version-management/subversion/default.nix b/pkgs/applications/version-management/subversion/default.nix
index 6f03b139cf1b..ecb5093f4be1 100644
--- a/pkgs/applications/version-management/subversion/default.nix
+++ b/pkgs/applications/version-management/subversion/default.nix
@@ -114,6 +114,7 @@ let
       description = "A version control system intended to be a compelling replacement for CVS in the open source community";
       license = licenses.asl20;
       homepage = "https://subversion.apache.org/";
+      mainProgram = "svn";
       maintainers = with maintainers; [ eelco lovek323 ];
       platforms = platforms.linux ++ platforms.darwin;
     };