From 995082661f90769a4fb307412380b1ab47b934b4 Mon Sep 17 00:00:00 2001 From: Patrick Date: Sat, 14 Feb 2026 12:46:11 +0100 Subject: update flake --- common.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'common.nix') diff --git a/common.nix b/common.nix index 9cc41e6..8b3fced 100644 --- a/common.nix +++ b/common.nix @@ -43,6 +43,10 @@ stdenv.mkDerivation { separateDebugInfo = true; + dontPatchELF = true; + dontStrip = true; + dontShrinkRpath = true; + nativeBuildInputs = [ pkg-config asciidoc -- cgit v1.2.3