zrythm: don't strip
This commit is contained in:
parent
581d2d6c9c
commit
ad9c4bcf52
1 changed files with 3 additions and 0 deletions
|
@ -141,12 +141,15 @@ stdenv.mkDerivation rec {
|
||||||
# "-Duser_manual=true" # needs sphinx-intl
|
# "-Duser_manual=true" # needs sphinx-intl
|
||||||
"-Dlsp_dsp=disabled"
|
"-Dlsp_dsp=disabled"
|
||||||
"-Db_lto=false"
|
"-Db_lto=false"
|
||||||
|
"-Ddebug=true"
|
||||||
];
|
];
|
||||||
|
|
||||||
NIX_LDFLAGS = ''
|
NIX_LDFLAGS = ''
|
||||||
-lfftw3_threads -lfftw3f_threads
|
-lfftw3_threads -lfftw3f_threads
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
dontStrip = true;
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
chmod +x scripts/meson-post-install.sh
|
chmod +x scripts/meson-post-install.sh
|
||||||
patchShebangs ext/sh-manpage-completions/run.sh scripts/generic_guile_wrap.sh \
|
patchShebangs ext/sh-manpage-completions/run.sh scripts/generic_guile_wrap.sh \
|
||||||
|
|
Loading…
Reference in a new issue