Skip to content

Commit

Permalink
ldns: get rid of reference to openssl.dev
Browse files Browse the repository at this point in the history
Reduces size from ~100MB to ~40M.
  • Loading branch information
joachifm committed Aug 13, 2017
1 parent 6dc4d74 commit 6c41803
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/libraries/ldns/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ stdenv.mkDerivation rec {
make
make install
popd
sed -i "$out/lib/libldns.la" -e "s,-L${openssl.dev},-L${openssl.out},g"
'';

meta = with stdenv.lib; {
Expand Down

0 comments on commit 6c41803

Please sign in to comment.