13 stdenv.mkDerivation rec {
15 version = "unstable-2021-08-02";
17 src = fetchFromGitHub {
20 rev = "3a564e071c3c792f5d733a9433b9765031f8eed0";
21 hash = "sha256-6bQTHAOZAP+06kZDHjDx9VnGm4vrZUDyLHZdTpiyP08=";
25 substituteInPlace configure.ac \
26 --replace "[3.0.*]" "[3.*]"
39 ] ++ lib.optionals stdenv.isDarwin [
40 darwin.apple_sdk.frameworks.Cocoa
44 "--with-svn-include=${subversion.dev}/include"
45 "--with-svn-lib=${subversion.out}/lib"
48 env.NIX_CFLAGS_COMPILE = "-std=c++14";
51 description = "Multi-platform GUI front-end for the Subversion revision system";
52 homepage = "http://rapidsvn.tigris.org/";
53 license = lib.licenses.gpl3Plus;
54 maintainers = [ lib.maintainers.viric ];
55 platforms = lib.platforms.unix;
56 mainProgram = "rapidsvn";