librsync: always strip
After reviewing dontStrip blame from 2018, it seems irrelevant: https://github.com/NixOS/nixpkgs/commit/01b274ce0d9923eb960b1a55e13527545f381f41
This commit is contained in:
@@ -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/";
|
||||
|
||||
Reference in New Issue
Block a user