From df256221f951fcad7816c0ff0a243774eec536a7 Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Wed, 21 Jan 2026 17:29:46 +0200 Subject: [PATCH] librsync: always strip After reviewing dontStrip blame from 2018, it seems irrelevant: https://github.com/NixOS/nixpkgs/commit/01b274ce0d9923eb960b1a55e13527545f381f41 --- pkgs/by-name/li/librsync/package.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/by-name/li/librsync/package.nix b/pkgs/by-name/li/librsync/package.nix index 37816931bdf8..c66f3e0a0b3f 100644 --- a/pkgs/by-name/li/librsync/package.nix +++ b/pkgs/by-name/li/librsync/package.nix @@ -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/";