···114 description = "A version control system intended to be a compelling replacement for CVS in the open source community";
115 license = licenses.asl20;
116 homepage = "https://subversion.apache.org/";
0117 maintainers = with maintainers; [ eelco lovek323 ];
118 platforms = platforms.linux ++ platforms.darwin;
119 };
···114 description = "A version control system intended to be a compelling replacement for CVS in the open source community";
115 license = licenses.asl20;
116 homepage = "https://subversion.apache.org/";
117+ mainProgram = "svn";
118 maintainers = with maintainers; [ eelco lovek323 ];
119 platforms = platforms.linux ++ platforms.darwin;
120 };