diff options
| author | Patrick | 2026-02-14 12:46:11 +0100 |
|---|---|---|
| committer | Patrick | 2026-02-14 12:46:11 +0100 |
| commit | 995082661f90769a4fb307412380b1ab47b934b4 (patch) | |
| tree | 43cbf2cd204fb9875593109108674ddcc654e014 /common.nix | |
| parent | 93bf636ade246f83b491eafe2e81388d186c412a (diff) | |
| download | ps-cgit-995082661f90769a4fb307412380b1ab47b934b4.tar.gz ps-cgit-995082661f90769a4fb307412380b1ab47b934b4.zip | |
update flake
Diffstat (limited to 'common.nix')
| -rw-r--r-- | common.nix | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -43,6 +43,10 @@ stdenv.mkDerivation { separateDebugInfo = true; + dontPatchELF = true; + dontStrip = true; + dontShrinkRpath = true; + nativeBuildInputs = [ pkg-config asciidoc |
