mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-10 04:49:19 -08:00
7 lines
169 B
Nix
7 lines
169 B
Nix
{patchelf}:
|
|
patchelf.overrideDerivation (old: {
|
|
postPatch = ''
|
|
substituteInPlace src/patchelf.cc \
|
|
--replace "32 * 1024 * 1024" "512 * 1024 * 1024"
|
|
'';
|
|
})
|