Show More
@@ -13,7 +13,8 b' in' | |||
|
13 | 13 | self: super: { |
|
14 | 14 | |
|
15 | 15 | subvertpy = super.subvertpy.override (attrs: { |
|
16 | SVN_PREFIX = "${pkgs.subversion}"; | |
|
16 | # TODO: johbo: Remove the "or" once we drop 16.03 support | |
|
17 | SVN_PREFIX = "${pkgs.subversion.dev or pkgs.subversion}"; | |
|
17 | 18 | propagatedBuildInputs = attrs.propagatedBuildInputs ++ [ |
|
18 | 19 | pkgs.aprutil |
|
19 | 20 | pkgs.subversion |
General Comments 0
You need to be logged in to leave comments.
Login now