Unverified Commit 0244c00c authored by Stefan Frijters's avatar Stefan Frijters
Browse files

subversion: enable strictDeps

parent 6ba2db63
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -63,7 +63,8 @@ let
        autoconf
        libtool
        python3
      ];
      ]
      ++ lib.optional perlBindings perl; # Needed for swig / EXTERN.h

      buildInputs = [
        zlib
@@ -82,6 +83,8 @@ let
      ++ lib.optional perlBindings perl
      ++ lib.optional saslSupport sasl;

      strictDeps = true;

      patches = [
        ./apr-1.patch