librsync: always strip

After reviewing dontStrip blame from 2018, it seems irrelevant:

https://github.com/NixOS/nixpkgs/commit/01b274ce0d9923eb960b1a55e13527545f381f41
This commit is contained in:
Doron Behar
2026-01-26 15:33:55 +02:00
parent 6c037fcaa6
commit df256221f9
-2
View File
@@ -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/";