Skip to content

Commit

Permalink
subversion: Clean up more *.la files
Browse files Browse the repository at this point in the history
This removes some -dev paths from the closure of subversionClient and
gitFull.
  • Loading branch information
edolstra committed Mar 20, 2017
1 parent 1824832 commit f6c73f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/version-management/subversion/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ let
inherit sha256;
};

# Can't do separate $lib and $bin, as libs reference bins
outputs = [ "out" "dev" "man" ];
# Can't do separate $lib and $bin, as libs reference bins
outputs = [ "out" "dev" "man" ];

buildInputs = [ zlib apr aprutil sqlite openssl ]
++ stdenv.lib.optional httpSupport serf
Expand Down Expand Up @@ -75,7 +75,7 @@ let
mkdir -p $out/share/bash-completion/completions
cp tools/client-side/bash_completion $out/share/bash-completion/completions/subversion
for f in $out/lib/*.la; do
for f in $out/lib/*.la $out/lib/python*/site-packages/*/*.la; do
substituteInPlace $f \
--replace "${expat.dev}/lib" "${expat.out}/lib" \
--replace "${zlib.dev}/lib" "${zlib.out}/lib" \
Expand Down

0 comments on commit f6c73f1

Please sign in to comment.