Commit df256221 authored by Doron Behar's avatar Doron Behar
Browse files

librsync: always strip

After reviewing dontStrip blame from 2018, it seems irrelevant:

https://github.com/NixOS/nixpkgs/commit/01b274ce0d9923eb960b1a55e13527545f381f41
parent 6c037fca
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -28,8 +28,6 @@ stdenv.mkDerivation rec {
    popt
  ];

  dontStrip = stdenv.hostPlatform != stdenv.buildPlatform;

  meta = {
    description = "Implementation of the rsync remote-delta algorithm";
    homepage = "https://librsync.sourceforge.net/";